Skip to content

List Resource Policies

xray_list_resource_policies R Documentation

Returns the list of resource policies in the target Amazon Web Services account

Description

Returns the list of resource policies in the target Amazon Web Services account.

Usage

xray_list_resource_policies(NextToken)

Arguments

NextToken

Not currently supported.

Value

A list with the following syntax:

list(
  ResourcePolicies = list(
    list(
      PolicyName = "string",
      PolicyDocument = "string",
      PolicyRevisionId = "string",
      LastUpdatedTime = as.POSIXct(
        "2015-01-01"
      )
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_resource_policies(
  NextToken = "string"
)