Values.ConfigurationSummarySourceDetails for a Quick Setup configuration.
type nonrec t = {account : String_.t option;The ID of the Amazon Web Services account where the configuration was deployed.
*)configurationDefinitionId : String_.t option;The ID of the configuration definition.
*)createdAt : SyntheticTimestamp_date_time.t option;The datetime stamp when the configuration was created.
*)firstClassParameters : ConfigurationParametersMap.t option;The common parameters and values for the configuration definition.
*)id : String_.t option;A service generated identifier for the configuration.
*)managerArn : String_.t option;The ARN of the configuration manager.
*)region : String_.t option;The Amazon Web Services Region where the configuration was deployed.
*)statusSummaries : StatusSummariesList.t option;A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
*)type_ : String_.t option;The type of the Quick Setup configuration.
*)typeVersion : String_.t option;The version of the Quick Setup type used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `Map of
([> `String of ConfigurationParametersMapKeyString.t ]
* [> `String of ConfigurationParametersMapValueString.t ])
list
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]