sink
Gets an individual sink
resource
Overview
Name | sink |
Type | Resource |
Description | sink |
Id | awscc.oam.sink |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
policy,
tags
FROM awscc.oam.sink
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the sink
resource, the following permissions are required:
Delete
oam:DeleteSink,
oam:GetSinkPolicy,
oam:GetSink
Read
oam:GetSinkPolicy,
oam:GetSink
Update
oam:PutSinkPolicy,
oam:GetSinkPolicy,
oam:GetSink,
oam:TagResource,
oam:UntagResource