Values.ConfigurationDefinitionSourceThe definition of a Quick Setup configuration.
type nonrec t = {id : String_.t option;The ID of the configuration definition.
*)localDeploymentAdministrationRoleArn : IAMRoleArn.t option;The ARN of the IAM role used to administrate local configuration deployments.
*)localDeploymentExecutionRoleName : ConfigurationDefinitionLocalDeploymentExecutionRoleNameString.t
option;The name of the IAM role used to deploy local configurations.
*)parameters : ConfigurationParametersMap.t option;A list of key-value pairs containing the required parameters for the configuration type.
*)type_ : ConfigurationDefinitionTypeString.t option;The type of the Quick Setup configuration.
*)typeVersion : ConfigurationDefinitionTypeVersionString.t option;The version of the Quick Setup type used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ConfigurationParametersMapKeyString.t ]
* [> `String of ConfigurationParametersMapValueString.t ])
list
| `String of String_.t ])
list ]