Skip to main content

sinks

Retrieves a list of sinks in a region

Overview

Namesinks
TypeResource
Descriptionsinks
Idawscc.oam.sinks

Fields

NameDatatypeDescription
arnstringThe Amazon resource name (ARN) of the ObservabilityAccessManager Sink
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.oam.sinks
WHERE region = 'us-east-1'

Permissions

To operate on the sinks resource, the following permissions are required:

Create

oam:CreateSink,
oam:PutSinkPolicy,
oam:GetSinkPolicy,
oam:GetSink

List

oam:ListSinks