View source: R/ram_operations.R
ram_get_resource_share_associations | R Documentation |
Retrieves the lists of resources and principals that associated for resource shares that you own.
See https://www.paws-r-sdk.com/docs/ram_get_resource_share_associations/ for full documentation.
ram_get_resource_share_associations(
associationType,
resourceShareArns = NULL,
resourceArn = NULL,
principal = NULL,
associationStatus = NULL,
nextToken = NULL,
maxResults = NULL
)
associationType |
[required] Specifies whether you want to retrieve the associations that involve a specified resource or principal.
|
resourceShareArns |
Specifies a list of Amazon Resource Names (ARNs) of the resource share whose associations you want to retrieve. |
resourceArn |
Specifies the Amazon Resource Name (ARN) of a resource whose resource shares you want to retrieve. You cannot specify this parameter if the association type is
|
principal |
Specifies the ID of the principal whose resource shares you want to retrieve. This can be an Amazon Web Services account ID, an organization ID, an organizational unit ID, or the Amazon Resource Name (ARN) of an individual IAM role or user. You cannot specify this parameter if the association type is |
associationStatus |
Specifies that you want to retrieve only associations that have this status. |
nextToken |
Specifies that you want to receive the next page of results. Valid only
if you received a |
maxResults |
Specifies the total number of results that you want included on each
page of the response. If you do not include this parameter, it defaults
to a value that is specific to the operation. If additional items exist
beyond the number you specify, the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.