Values.ProfileAssociationSourceAn association between a Route 53 Profile and a VPC.
type nonrec t = {creationTime : Rfc3339Timestamp.t option;The date and time that the Profile association was created, in Unix time format and Coordinated Universal Time (UTC).
*)id : ResourceId.t option;ID of the Profile association.
*)modificationTime : Rfc3339Timestamp.t option;The date and time that the Profile association was modified, in Unix time format and Coordinated Universal Time (UTC).
*)name : Name.t option;Name of the Profile association.
*)ownerId : AccountId.t option;Amazon Web Services account ID of the Profile association owner.
*)profileId : ResourceId.t option;ID of the Profile.
*)resourceId : ResourceId.t option;The Amazon Resource Name (ARN) of the VPC.
*)status : ProfileStatus.t option;Status of the Profile association.
*)statusMessage : String_.t option;Additional information about the Profile association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceId.t
| `Timestamp of Rfc3339Timestamp.t ])
list ]