Values.CreateDomainEntryRequestSourceCreates one of the following domain name system (DNS) records in a domain DNS zone: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT). The create domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {domainName : DomainName.t;The domain name (example.com) for which you want to create the domain entry.
*)domainEntry : DomainEntry.t;An array of key-value pairs containing information about the domain entry request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of DomainEntryOptionsKeys.t ]
* [> `String of String_.t ])
list
| `String of NonEmptyString.t ])
list ])
list ]