sink_tags
Expands all tag keys and values for sinks
in a region
Overview
Name | sink_tags |
Type | Resource |
Description | Resource Type definition for AWS::Oam::Sink |
Id | aws.oam.sink_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon resource name (ARN) of the ObservabilityAccessManager Sink |
name | string | The name of the ObservabilityAccessManager Sink. |
policy | object | The policy of this ObservabilityAccessManager Sink. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all sinks
in a region.
SELECT
region,
arn,
name,
policy,
tag_key,
tag_value
FROM aws.oam.sink_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sink_tags
resource, see sinks