paws.security.identity (version 0.1.0)

ram_get_resource_share_associations: Gets the associations for the specified resource share

Description

Gets the associations for the specified resource share.

Usage

ram_get_resource_share_associations(associationType, resourceShareArns,
  resourceArn, principal, associationStatus, nextToken, maxResults)

Arguments

associationType

[required] The association type.

resourceShareArns

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

resourceArn

The Amazon Resource Name (ARN) of the resource.

principal

The principal.

associationStatus

The status of the association.

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_share_associations(
  associationType = "PRINCIPAL"|"RESOURCE",
  resourceShareArns = list(
    "string"
  ),
  resourceArn = "string",
  principal = "string",
  associationStatus = "ASSOCIATING"|"ASSOCIATED"|"FAILED"|"DISASSOCIATING"|"DISASSOCIATED",
  nextToken = "string",
  maxResults = 123
)