Module Values.CreateDomainOutputSource

Creates an Amazon DataZone domain.

Sourcetype nonrec t = {
  1. id : DomainId.t option;
    (*

    The identifier of the Amazon DataZone domain.

    *)
  2. rootDomainUnitId : DomainUnitId.t option;
    (*

    The ID of the root domain unit.

    *)
  3. name : String_.t option;
    (*

    The name of the Amazon DataZone domain.

    *)
  4. description : String_.t option;
    (*

    The description of the Amazon DataZone domain.

    *)
  5. singleSignOn : SingleSignOn.t option;
    (*

    The single-sign on configuration of the Amazon DataZone domain.

    *)
  6. 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.

    *)
  7. arn : String_.t option;
    (*

    The ARN of the Amazon DataZone domain.

    *)
  8. 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.

    *)
  9. status : DomainStatus.t option;
    (*

    The status of the Amazon DataZone domain.

    *)
  10. portalUrl : String_.t option;
    (*

    The URL of the data portal for this Amazon DataZone domain.

    *)
  11. tags : Tags.t option;
    (*

    The tags specified for the Amazon DataZone domain.

    *)
  12. domainVersion : DomainVersion.t option;
    (*

    The version of the domain that is created.

    *)
  13. serviceRole : RoleArn.t option;
    (*

    Te service role of the domain that is created.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `UnauthorizedException of UnauthorizedException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?rootDomainUnitId:??? -> ?name:??? -> ?description:??? -> ?singleSignOn:??? -> ?domainExecutionRole:??? -> ?arn:??? -> ?kmsKeyIdentifier:??? -> ?status:??? -> ?portalUrl:??? -> ?tags:??? -> ?domainVersion:??? -> ?serviceRole:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t