Values.CreateTargetDomainInputSourceInput for creating a new target domain.
type nonrec t = {targetDomainName : String_.t;The domain name to register as a target domain.
*)verificationMethod : DomainVerificationMethod.t;The method to use for verifying domain ownership. Valid values are DNS_TXT, HTTP_ROUTE, and PRIVATE_VPC.
*)}val make :
?tags:??? ->
targetDomainName:String_.t ->
verificationMethod:DomainVerificationMethod.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t ])
list ]