aws.oam.list_links
Example SQL Queries
SELECT * FROMaws.oam.list_links;Description
Use this operation in a source account to return a list of links to monitoring account sinks that this source account has.
To find a list of links for one monitoring account sink, use ListAttachedLinks from within the monitoring account.
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 |
| arn The ARN of the link. | VARCHAR |
| id The random ID string that Amazon Web Services generated as part of the link ARN. | VARCHAR |
| label The label that was assigned to this link at creation, with the variables resolved to their actual values. | VARCHAR |
| resource_types The resource types supported by this link. | VARCHAR[] |
Show child fields
| |
| sink_arn The ARN of the sink that this link is attached to. | VARCHAR |