AWS Fundamentals Logo
AWS Fundamentals
AWS::Neptune::EventSubscription

Neptune EventSubscription

Resource Type definition for AWS::Neptune::EventSubscription

Properties

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

Filter:
PropertyTypeFlags
SnsTopicArn
string
RequiredCreate-only
Enabled
boolean
EventCategories
Array<string>
SourceIds
Array<string>
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::Neptune::EventSubscription

Resources:
  MyResource:
    Type: AWS::Neptune::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

iam:CreateServiceLinkedRolerds:CreateEventSubscriptionrds:ListTagsForResourcerds:AddTagsToResourcerds:RemoveTagsFromResource

read

rds:DescribeEventSubscriptionsrds:ListTagsForResource

update

rds:ModifyEventSubscriptionrds:AddSourceIdentifierToSubscriptionrds:RemoveSourceIdentifierFromSubscriptionrds:DescribeEventSubscriptionsrds:AddTagsToResourcerds:RemoveTagsFromResource

delete

rds:DeleteEventSubscriptionrds:RemoveTagsFromResource

list

rds:DescribeEventSubscriptionsrds: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

ServiceNeptune
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.

SnsTopicArnSubscriptionName

External Links