AWS Redshift · Schema
EventSubscription
Describes event subscriptions.
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| CustomerAwsId | object | |
| CustSubscriptionId | object | |
| SnsTopicArn | object | |
| Status | object | |
| SubscriptionCreationTime | object | |
| SourceType | object | |
| SourceIdsList | object | |
| EventCategoriesList | object | |
| Severity | object | |
| Enabled | object | |
| Tags | object |
JSON Schema
{
"type": "object",
"properties": {
"CustomerAwsId": {},
"CustSubscriptionId": {},
"SnsTopicArn": {},
"Status": {},
"SubscriptionCreationTime": {},
"SourceType": {},
"SourceIdsList": {},
"EventCategoriesList": {},
"Severity": {},
"Enabled": {},
"Tags": {}
},
"description": "Describes event subscriptions.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-event-subscription-schema.json",
"title": "EventSubscription"
}