Values.AwsRdsEventSubscriptionDetailsSourceDetails about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.
type nonrec t = {custSubscriptionId : NonEmptyString.t option;The identifier of the account that is associated with the event notification subscription.
*)customerAwsId : NonEmptyString.t option;The identifier of the event notification subscription.
*)enabled : Boolean.t option;Whether the event notification subscription is enabled.
*)eventCategoriesList : NonEmptyStringList.t option;The list of event categories for the event notification subscription.
*)eventSubscriptionArn : NonEmptyString.t option;The ARN of the event notification subscription.
*)snsTopicArn : NonEmptyString.t option;The ARN of the SNS topic to post the event notifications to.
*)sourceIdsList : NonEmptyStringList.t option;A list of source identifiers for the event notification subscription.
*)sourceType : NonEmptyString.t option;The source type for the event notification subscription.
*)status : NonEmptyString.t option;The status of the event notification subscription. Valid values: creating | modifying | deleting | active | no-permission | topic-not-exist
*)subscriptionCreationTime : NonEmptyString.t option;The datetime when the event notification subscription was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]