AWS Redshift · JSON Structure

Redshift Event Subscription Structure

Describes event subscriptions.

Type: object Properties: 11
AnalyticsBig DataCloud DatabaseData WarehouseSQL

EventSubscription is a JSON Structure definition published by AWS Redshift, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CustomerAwsId CustSubscriptionId SnsTopicArn Status SubscriptionCreationTime SourceType SourceIdsList EventCategoriesList Severity Enabled Tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "CustomerAwsId": {},
    "CustSubscriptionId": {},
    "SnsTopicArn": {},
    "Status": {},
    "SubscriptionCreationTime": {},
    "SourceType": {},
    "SourceIdsList": {},
    "EventCategoriesList": {},
    "Severity": {},
    "Enabled": {},
    "Tags": {}
  },
  "description": "Describes event subscriptions.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-event-subscription-structure.json",
  "name": "EventSubscription"
}