AwsRdsEventSubscriptionDetails
Details about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.
Contents
- CustomerAwsId
-
The identifier of the event notification subscription.
Type: String
Pattern:
.*\S.*
Required: No
- CustSubscriptionId
-
The identifier of the account that is associated with the event notification subscription.
Type: String
Pattern:
.*\S.*
Required: No
- Enabled
-
Whether the event notification subscription is enabled.
Type: Boolean
Required: No
- EventCategoriesList
-
The list of event categories for the event notification subscription.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- EventSubscriptionArn
-
The ARN of the event notification subscription.
Type: String
Pattern:
.*\S.*
Required: No
- SnsTopicArn
-
The ARN of the SNS topic to post the event notifications to.
Type: String
Pattern:
.*\S.*
Required: No
- SourceIdsList
-
A list of source identifiers for the event notification subscription.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- SourceType
-
The source type for the event notification subscription.
Type: String
Pattern:
.*\S.*
Required: No
- Status
-
The status of the event notification subscription.
Valid values:
creating
|modifying
|deleting
|active
|no-permission
|topic-not-exist
Type: String
Pattern:
.*\S.*
Required: No
- SubscriptionCreationTime
-
The datetime when the event notification subscription was created.
This field accepts only the specified formats. Timestamps can end with
Z
or("+" / "-") time-hour [":" time-minute]
. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:-
YYYY-MM-DDTHH:MM:SSZ
(for example,2019-01-31T23:00:00Z
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ
(for example,2019-01-31T23:00:00.123456789Z
) -
YYYY-MM-DDTHH:MM:SS+HH:MM
(for example,2024-01-04T15:25:10+17:59
) -
YYYY-MM-DDTHH:MM:SS-HHMM
(for example,2024-01-04T15:25:10-1759
) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM
(for example,2024-01-04T15:25:10.123456789+17:59
)
Type: String
Pattern:
.*\S.*
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: