Values.DomainSourceDescribes a domain where you are storing recordsets.
type nonrec t = {name : ResourceName.t option;The name of the domain.
*)arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the domain recordset (arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).
*)supportCode : String_.t option;The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
*)createdAt : IsoDate.t option;The date when the domain recordset was created.
*)location : ResourceLocation.t option;The AWS Region and Availability Zones where the domain recordset was created.
*)resourceType : ResourceType.t option;The resource type.
*)domainEntries : DomainEntryList.t option;An array of key-value pairs containing information about the domain entries.
*)registeredDomainDelegationInfo : RegisteredDomainDelegationInfo.t option;An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of DomainEntryOptionsKeys.t ]
* [> `String of String_.t ])
list
| `String of TagKey.t ])
list ]
list
| `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list
| `Timestamp of IsoDate.t ])
list ]