sinks_list_only
Lists sinks
in a region or regions, for all properties use sinks
Overview
Name | sinks_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Oam::Sink |
Id | aws.oam.sinks_list_only |
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. |
tags | object | Tags to apply to the sink |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all sinks
in a region.
SELECT
region,
arn
FROM aws.oam.sinks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the sinks_list_only
resource, see sinks