Values.CreateDomainInputSourceCreates an Amazon DataZone domain.
type nonrec t = {name : String_.t;The name of the Amazon DataZone domain.
*)description : String_.t option;The description of the Amazon DataZone domain.
*)singleSignOn : SingleSignOn.t option;The single-sign on configuration of the Amazon DataZone domain.
*)domainExecutionRole : RoleArn.t option;The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
*)kmsKeyIdentifier : KmsKeyArn.t option;The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
*)domainVersion : DomainVersion.t option;The version of the domain that is created.
*)serviceRole : RoleArn.t option;The service role of the domain that is created.
*)clientToken : String_.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of SingleSignOnIdcInstanceArnString.t ])
list ])
list ]