aws.oam.list_sinks
Example SQL Queries
SELECT * FROMaws.oam.list_sinks;Description
Use this operation in a monitoring account to return the list of sinks created in that 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 sink. | VARCHAR |
| id The random ID string that Amazon Web Services generated as part of the sink ARN. | VARCHAR |
| name The name of the sink. | VARCHAR |