aws.workspaces.list_account_links
Example SQL Queries
SELECT * FROMaws.workspaces.list_account_links;Description
Lists all account links.
Table Definition
| Column Name | Column Data Type |
|---|---|
| link_status_filter Input Column Filters the account based on their link status. | VARCHAR[] |
Show child fields
| |
| _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 |
| account_link_id The identifier of the account link. | VARCHAR |
| account_link_status The status of the account link. | VARCHAR |
| source_account_id The identifier of the source account. | VARCHAR |
| target_account_id The identifier of the target account. | VARCHAR |