aws.globalaccelerator.list_cross_account_attachments
Example SQL Queries
SELECT * FROMaws.globalaccelerator.list_cross_account_attachments;Description
List the cross-account attachments that have been created in Global Accelerator.
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 |
| attachment_arn The Amazon Resource Name (ARN) of the cross-account attachment. | VARCHAR |
| created_time The date and time that the cross-account attachment was created. | TIMESTAMP_S |
| last_modified_time The date and time that the cross-account attachment was last modified. | TIMESTAMP_S |
| name The name of the cross-account attachment. | VARCHAR |
| principals The principals included in the cross-account attachment. | VARCHAR[] |
Show child fields
| |
| resources The resources included in the cross-account attachment. | STRUCT( |
Show child fields
| |