Describe Resource Policies
cloudwatchlogs_describe_resource_policies | R Documentation |
Lists the resource policies in this account¶
Description¶
Lists the resource policies in this account.
Usage¶
Arguments¶
nextToken
limit
The maximum number of resource policies to be displayed with one call of this API.
Value¶
A list with the following syntax:
list(
resourcePolicies = list(
list(
policyName = "string",
policyDocument = "string",
lastUpdatedTime = 123
)
),
nextToken = "string"
)