aws.globalaccelerator.list_cross_account_resources
Example SQL Queries
SELECT * FROMaws.globalaccelerator.list_cross_account_resourcesWHERE"resource_owner_aws_account_id" = 'VALUE';Description
List the cross-account resources available to work with.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_owner_aws_account_id Required Input Column The account ID of a resource owner in a cross-account attachment. | VARCHAR |
| accelerator_arn Input Column The Amazon Resource Name (ARN) of an accelerator in a cross-account attachment. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| attachment_arn The Amazon Resource Name (ARN) of the cross-account attachment that specifies the resources (endpoints or CIDR range) that can be added to accelerators and principals that have permission to add them. | VARCHAR |
| cidr An IP address range, in CIDR format, that is specified as an Amazon Web Services resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global Accelerator. For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide. | VARCHAR |
| endpoint_id The endpoint ID for the endpoint that is listed in a cross-account attachment and can be added to an accelerator by specified principals. | VARCHAR |