aws.oam.get_sink
Example SQL Queries
SELECT * FROMaws.oam.get_sinkWHERE"identifier" = 'VALUE';Description
Returns complete information about one monitoring account sink.
To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required Input Column The ARN of the sink to retrieve information for. | VARCHAR |
| _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 |
| tags The tags assigned to the sink. | MAP(VARCHAR, VARCHAR) |