AWS Fundamentals Logo
AWS Fundamentals
AWS::Oam::Sink

Oam Sink

Resource Type definition for AWS::Oam::Sink

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Policy
object
Tags
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon resource name (ARN) of the ObservabilityAccessManager Sink

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Oam::Sink

Resources:
  MyResource:
    Type: AWS::Oam::Sink
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

oam:CreateSinkoam:PutSinkPolicyoam:GetSinkPolicyoam:GetSinkoam:TagResourceoam:ListTagsForResource

delete

oam:DeleteSinkoam:GetSinkPolicyoam:GetSink

list

oam:ListSinks

read

oam:GetSinkPolicyoam:GetSinkoam:ListTagsForResource

update

oam:PutSinkPolicyoam:GetSinkPolicyoam:GetSinkoam:TagResourceoam:UntagResourceoam:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOam
Properties4
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

Related Resources

External Links