globalaccelerator_list_cross_account_resources {paws.networking} | R Documentation |
List the cross-account resources available to work with
Description
List the cross-account resources available to work with.
See https://www.paws-r-sdk.com/docs/globalaccelerator_list_cross_account_resources/ for full documentation.
Usage
globalaccelerator_list_cross_account_resources(
AcceleratorArn = NULL,
ResourceOwnerAwsAccountId,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AcceleratorArn |
The Amazon Resource Name (ARN) of an accelerator in a cross-account attachment. |
ResourceOwnerAwsAccountId |
[required] The account ID of a resource owner in a cross-account attachment. |
MaxResults |
The number of cross-account resource objects that you want to return with this call. The default value is 10. |
NextToken |
The token for the next set of results. You receive this token from a previous call. |
[Package paws.networking version 0.7.0 Index]