Values.ConfigurationManagerSummarySourceA summary of a Quick Setup configuration manager.
type nonrec t = {configurationDefinitionSummaries : ConfigurationDefinitionSummariesList.t
option;A summary of the Quick Setup configuration definition.
*)description : String_.t option;The description of the configuration.
*)managerArn : String_.t option;The ARN of the Quick Setup configuration.
*)name : String_.t option;The name of the configuration
*)statusSummaries : StatusSummariesList.t option;Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of ConfigurationParametersMapKeyString.t ]
* [> `String of
ConfigurationParametersMapValueString.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `String of String_.t ])
list ]