paws.security.identity (version 0.1.0)

ram_get_resource_shares: Gets the specified resource shares or all of your resource shares

Description

Gets the specified resource shares or all of your resource shares.

Usage

ram_get_resource_shares(resourceShareArns, resourceShareStatus,
  resourceOwner, name, tagFilters, nextToken, maxResults)

Arguments

resourceShareArns

The Amazon Resource Names (ARN) of the resource shares.

resourceShareStatus

The status of the resource share.

resourceOwner

[required] The type of owner.

name

The name of the resource share.

tagFilters

One or more tag filters.

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_shares(
  resourceShareArns = list(
    "string"
  ),
  resourceShareStatus = "PENDING"|"ACTIVE"|"FAILED"|"DELETING"|"DELETED",
  resourceOwner = "SELF"|"OTHER-ACCOUNTS",
  name = "string",
  tagFilters = list(
    list(
      tagKey = "string",
      tagValues = list(
        "string"
      )
    )
  ),
  nextToken = "string",
  maxResults = 123
)