Gets the associations for the specified resource share.
ram_get_resource_share_associations(associationType, resourceShareArns,
resourceArn, principal, associationStatus, nextToken, maxResults)
[required] The association type.
The Amazon Resource Names (ARN) of the resource shares.
The Amazon Resource Name (ARN) of the resource.
The principal.
The status of the association.
The token for the next page of results.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
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 )