Values.CreateConfigurationRequestSourceCreate a new configuration.
type nonrec t = {name : ConfigurationName.t;User-friendly name for the configuration.
*)description : ConfigurationDescription.t option;Optional description for the configuration.
*)runConfigurations : RunConfigurations.t;Required run-specific configurations.
*)requestId : ConfigurationRequestId.t;Optional request idempotency token. If not specified, a universally unique identifier (UUID) will be automatically generated for the request.
*)}val make :
?description:??? ->
?tags:??? ->
name:ConfigurationName.t ->
runConfigurations:RunConfigurations.t ->
requestId:ConfigurationRequestId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ConfigurationName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list ])
list ])
list ])
list ]