List Cross Account Resources
globalaccelerator_list_cross_account_resources | R Documentation |
List the cross-account resources available to work with¶
Description¶
List the cross-account resources available to work with.
Usage¶
globalaccelerator_list_cross_account_resources(AcceleratorArn,
ResourceOwnerAwsAccountId, MaxResults, NextToken)
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.
Value¶
A list with the following syntax:
list(
CrossAccountResources = list(
list(
EndpointId = "string",
Cidr = "string",
AttachmentArn = "string"
)
),
NextToken = "string"
)