AWS Fundamentals Logo
AWS Fundamentals
AWS::Oam::Link

Oam Link

Definition of AWS::Oam::Link Resource Type

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ResourceTypes
Array<string>
Required
SinkIdentifier
string
RequiredCreate-only
LabelTemplate
string
Create-onlyWrite-only
LinkConfiguration
LinkConfiguration
Tags
object

Return Values

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

AttributeTypeDescription
Arnstring-
Labelstring-

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::Link

Resources:
  MyResource:
    Type: AWS::Oam::Link
    Properties:
      ResourceTypes: []
      SinkIdentifier: "my-sinkidentifier"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

oam:CreateLinkoam:GetLinkoam:TagResourceoam:ListTagsForResourcecloudwatch:Linklogs:Linkxray:Linkapplicationinsights:Link

read

oam:GetLinkoam:ListTagsForResource

update

oam:GetLinkoam:UpdateLinkcloudwatch:Linklogs:Linkxray:Linkapplicationinsights:Linkinternetmonitor:Linkapplication-signals:Link

delete

oam:DeleteLinkoam:GetLink

list

oam:ListLinks

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
Properties7
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

SinkIdentifierLabelTemplate

Related Resources

External Links