AWS::Redshift::EventSubscriptionThe `AWS::Redshift::EventSubscription` resource creates an Amazon Redshift Event Subscription.
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SubscriptionName | string | RequiredCreate-only |
Enabled | boolean | |
EventCategories | Array<string> | |
Severity | string | |
SnsTopicArn | string | |
SourceIds | Array<string> | |
SourceType | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CustomerAwsId | string | The AWS account associated with the Amazon Redshift event notification subscription. |
CustSubscriptionId | string | The name of the Amazon Redshift event notification subscription. |
EventCategoriesList | Array<string> | The list of Amazon Redshift event categories specified in the event notification subscription. |
SourceIdsList | Array<string> | A list of the sources that publish events to the Amazon Redshift event notification subscription. |
Status | string | The status of the Amazon Redshift event notification subscription. |
SubscriptionCreationTime | string | The date and time the Amazon Redshift event notification subscription was created. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Redshift::EventSubscription
Resources:
MyResource:
Type: AWS::Redshift::EventSubscription
Properties:
SubscriptionName: "my-subscriptionname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
redshift:DescribeEventSubscriptionsredshift:DescribeTagsredshift:CreateEventSubscriptionredshift:CreateTagsredshift:DescribeTagsredshift:DescribeEventSubscriptionsredshift:ModifyEventSubscriptionredshift:CreateTagsredshift:DescribeTagsredshift:DescribeEventSubscriptionsredshift:DeleteTagsredshift:DescribeTagsredshift:DescribeEventSubscriptionsredshift:DescribeEventSubscriptionsredshift:DeleteEventSubscriptionredshift:DescribeTagsredshift:DeleteTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSubscriptionNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SubscriptionName