Values.NotificationConfigurationStructureSourceContains the complete list of fields for a NotificationConfiguration.
type nonrec t = {arn : NotificationConfigurationArn.t option;The Amazon Resource Name (ARN) of the NotificationConfiguration resource.
*)name : NotificationConfigurationName.t option;The name of the NotificationConfiguration. Supports RFC 3986's unreserved characters.
*)description : NotificationConfigurationDescription.t option;The description of the NotificationConfiguration.
*)status : NotificationConfigurationStatus.t option;The current status of the NotificationConfiguration.
*)creationTime : CreationTime.t option;The creation time of the NotificationConfiguration.
*)aggregationDuration : AggregationDuration.t option;The aggregation preference of the NotificationConfiguration. Values: LONG Aggregate notifications for long periods of time (12 hours). SHORT Aggregate notifications for short periods of time (5 minutes). NONE Don't aggregate notifications.
*)subtype : NotificationConfigurationSubtype.t option;The subtype of the notification configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NotificationConfigurationArn.t
| `Timestamp of CreationTime.t ])
list ]