Values_1.DeleteDomainRequestSourceUsed 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.
type nonrec t = {domainId : Values_0.DomainId.t;The domain ID.
*)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).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.DomainId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]