Values.CreateDomainInputSourceCreates a new Domain for managing HealthAgent resources.
type nonrec t = {name : DomainName.t;The name for the new Domain.
*)kmsKeyArn : KmsKeyArn.t option;The ARN of the KMS key to use for encrypting data in this Domain.
*)webAppSetupConfiguration : CreateWebAppConfiguration.t option;Configuration for the Domain web application. Optional, but if provided all fields are required.
*)}val make :
?kmsKeyArn:??? ->
?webAppSetupConfiguration:??? ->
?tags:??? ->
name:DomainName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DomainName.t
| `Structure of
(string * [> `String of CreateWebAppConfigurationEhrRoleString.t ])
list ])
list ]