Values.GetDomainOutputSourceGets an Amazon DataZone domain.
type nonrec t = {id : DomainId.t option;The identifier of the specified Amazon DataZone domain.
*)rootDomainUnitId : DomainUnitId.t option;The ID of the root domain in Amazon Datazone.
*)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 sing-on option of the specified Amazon DataZone domain.
*)domainExecutionRole : RoleArn.t option;The domain execution role with which the Amazon DataZone domain is created.
*)arn : String_.t option;The ARN of the specified 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 specified Amazon DataZone domain.
*)portalUrl : String_.t option;The URL of the data portal for this Amazon DataZone domain.
*)createdAt : CreatedAt.t option;The timestamp of when the Amazon DataZone domain was created.
*)lastUpdatedAt : UpdatedAt.t option;The timestamp of when the Amazon DataZone domain was last updated.
*)domainVersion : DomainVersion.t option;The version of the domain.
*)serviceRole : RoleArn.t option;The service role of the domain.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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 make :
?id:??? ->
?rootDomainUnitId:??? ->
?name:??? ->
?description:??? ->
?singleSignOn:??? ->
?domainExecutionRole:??? ->
?arn:??? ->
?kmsKeyIdentifier:??? ->
?status:??? ->
?portalUrl:??? ->
?createdAt:??? ->
?lastUpdatedAt:??? ->
?tags:??? ->
?domainVersion:??? ->
?serviceRole:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.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
| `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
| `Timestamp of CreatedAt.t ])
list ]