aws.globalaccelerator.list_cross_account_resource_accounts
Example SQL Queries
SELECT * FROMaws.globalaccelerator.list_cross_account_resource_accounts;Description
List the accounts that have cross-account resources.
For more information, see Working with cross-account attachments and resources in Global Accelerator in the Global Accelerator Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| resource_owner_aws_account_ids The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment. | VARCHAR[] |
Show child fields
| |