Skip to main content

sink

Gets an individual sink resource

Overview

Namesink
TypeResource
Descriptionsink
Idawscc.oam.sink

Fields

NameDatatypeDescription
arnstringThe Amazon resource name (ARN) of the ObservabilityAccessManager Sink
namestringThe name of the ObservabilityAccessManager Sink.
policyobjectThe policy of this ObservabilityAccessManager Sink.
tagsobjectTags to apply to the sink
regionstringAWS 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