Module Values_1.DeleteDomainRequestSource

Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.

Sourcetype nonrec t = {
  1. domainId : Values_0.DomainId.t;
    (*

    The domain ID.

    *)
  2. retentionPolicy : RetentionPolicy.t option;
    (*

    The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted).

    *)
}
Sourceval context_ : string
Sourceval make : ?retentionPolicy:??? -> domainId:Values_0.DomainId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DomainId.t | `Structure of (string * [> `Enum of string ]) 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