Values.ManagedNotificationConfigurationStructureSourceDescribes the basic structure and properties of a ManagedNotificationConfiguration.
type nonrec t = {arn : ManagedNotificationConfigurationOsArn.t option;The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.
*)name : ManagedNotificationConfigurationName.t option;The name of the ManagedNotificationConfiguration.
*)description : ManagedNotificationConfigurationDescription.t option;The description of the ManagedNotificationConfiguration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ManagedNotificationConfigurationOsArn.t ]) list ]