Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudwatchlogs_describe_resource_policies

Lists the resource policies in this account


Description

Lists the resource policies in this account.

Usage

cloudwatchlogs_describe_resource_policies(nextToken, limit)

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"
)

Request syntax

svc$describe_resource_policies(
  nextToken = "string",
  limit = 123
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.