Values.HostedZoneAssociationSummarySourceSummary information about a hosted zone association.
type nonrec t = {id : ResourceId.t option;The unique identifier of the hosted zone association.
*)resourceArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the resource associated with the hosted zone.
*)hostedZoneId : HostedZoneId.t option;The ID of the hosted zone.
*)hostedZoneName : HostedZoneName.t option;The name of the hosted zone.
*)name : ResourceName.t option;The name of the hosted zone association.
*)createdAt : ISO8601TimeString.t option;The date and time when the hosted zone association was created.
*)updatedAt : ISO8601TimeString.t option;The date and time when the hosted zone association was last updated.
*)status : HostedZoneAssociationStatus.t option;The current status of the hosted zone association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceId.t
| `Timestamp of ISO8601TimeString.t ])
list ]