AWS::DMS::EventSubscription

DMS EventSubscription

Resource Type definition for AWS::DMS::EventSubscription

Properties

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

Filter:
PropertyTypeFlags
SnsTopicArn
string
Required
Enabled
boolean
EventCategories
Array<string>
SourceIds
Array<string>
Create-only
SourceType
string
SubscriptionName
string
Create-only
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::EventSubscription

Resources:
  MyResource:
    Type: AWS::DMS::EventSubscription
    Properties:
      SnsTopicArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

dms:CreateEventSubscriptiondms:DescribeEventSubscriptionsdms:AddTagsToResourcedms:ListTagsForResourcesns:Publishsns:GetTopicAttributes

read

dms:DescribeEventSubscriptionsdms:ListTagsForResource

update

dms:ModifyEventSubscriptiondms:DescribeEventSubscriptionsdms:AddTagsToResourcedms:RemoveTagsFromResourcedms:ListTagsForResourcesns:Publishsns:GetTopicAttributes

delete

dms:DeleteEventSubscriptiondms:DescribeEventSubscriptions

list

dms:DescribeEventSubscriptions

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

ServiceDMS
Properties7
Required1
TaggingSupported
Primary IDSubscriptionName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

SubscriptionNameSourceIds

External Links