paws.security.identity (version 0.1.0)

ram_get_resource_policies: Gets the policies for the specifies resources

Description

Gets the policies for the specifies resources.

Usage

ram_get_resource_policies(resourceArns, principal, nextToken,
  maxResults)

Arguments

resourceArns

[required] The Amazon Resource Names (ARN) of the resources.

principal

The principal.

nextToken

The token for the next page of results.

maxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Request syntax

svc$get_resource_policies(
  resourceArns = list(
    "string"
  ),
  principal = "string",
  nextToken = "string",
  maxResults = 123
)