Values.CreateDomainOutputSourceCreates an Amazon DataZone domain.
type nonrec t = {id : DomainId.t option;The identifier of the Amazon DataZone domain.
*)rootDomainUnitId : DomainUnitId.t option;The ID of the root domain unit.
*)name : String_.t option;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.
*)arn : String_.t option;The ARN of 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.
*)status : DomainStatus.t option;The status of the Amazon DataZone domain.
*)portalUrl : String_.t option;The URL of the data portal for this Amazon DataZone domain.
*)domainVersion : DomainVersion.t option;The version of the domain that is created.
*)serviceRole : RoleArn.t option;Te service role of the domain that is created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DomainId.t
| `Structure of
(string
* [> `Enum of string
| `String of SingleSignOnIdcInstanceArnString.t ])
list ])
list ]