Lists the resource policies in this account
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_describe_resource_policies.RdLists the resource policies in this account.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_describe_resource_policies/ for full documentation.
Usage
cloudwatchlogs_describe_resource_policies(
nextToken = NULL,
limit = NULL,
resourceArn = NULL,
policyScope = NULL
)Arguments
- nextToken
The token for the next set of items to return. The token expires after 24 hours.
- limit
The maximum number of resource policies to be displayed with one call of this API.
- resourceArn
The ARN of the CloudWatch Logs resource for which to query the resource policy.
- policyScope
Specifies the scope of the resource policy. Valid values are
ACCOUNTorRESOURCE. When not specified, defaults toACCOUNT.