---
type: resource-type
title: RedshiftEventSubscription
description: aws resource type AWS::Redshift::EventSubscription
name: RedshiftEventSubscription
lexicon: aws
resource_type: AWS::Redshift::EventSubscription
---
`AWS::Redshift::EventSubscription`, a resource type of the aws lexicon.

## Properties

- `SubscriptionName` (`string`, required): The name of the Amazon Redshift event notification subscription
- `CustomerAwsId` (`string`, optional): The AWS account associated with the Amazon Redshift event notification subscription.
- `CustSubscriptionId` (`string`, optional): The name of the Amazon Redshift event notification subscription.
- `Enabled` (`boolean`, optional): A boolean value; set to true to activate the subscription, and set to false to create the subscription but not activate it.
- `EventCategories` (`"configuration" | "management" | "monitoring" | "pending" | "security"[]`, optional): Specifies the Amazon Redshift event categories to be published by the event notification subscription.
- `EventCategoriesList` (`string[]`, optional): The list of Amazon Redshift event categories specified in the event notification subscription.
- `Severity` (`"ERROR" | "INFO"`, optional): Specifies the Amazon Redshift event severity to be published by the event notification subscription.
- `SnsTopicArn` (`string`, optional): The Amazon Resource Name (ARN) of the Amazon SNS topic used to transmit the event notifications.
- `SourceIds` (`string[]`, optional): A list of one or more identifiers of Amazon Redshift source objects.
- `SourceIdsList` (`string[]`, optional): A list of the sources that publish events to the Amazon Redshift event notification subscription.
- `SourceType` (`"cluster" | "cluster-parameter-group" | "cluster-security-group" | "cluster-snapshot" | "scheduled-action"`, optional): The type of source that will be generating the events.
- `Status` (`"active" | "no-permission" | "topic-not-exist"`, optional): The status of the Amazon Redshift event notification subscription.
- `SubscriptionCreationTime` (`string`, optional): The date and time the Amazon Redshift event notification subscription was created.
- `Tags` (`RedshiftEventSubscription_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `CustomerAwsId`
- `CustSubscriptionId`
- `EventCategoriesList`
- `SourceIdsList`
- `Status`
- `SubscriptionCreationTime`
