Values.ProfileResourceAssociationSourceThe association between a Route 53 Profile and resources.
type nonrec t = {creationTime : Rfc3339Timestamp.t option;The date and time that the Profile resource association was created, in Unix time format and Coordinated Universal Time (UTC).
*)id : ResourceId.t option;ID of the Profile resource association.
*)modificationTime : Rfc3339Timestamp.t option;The date and time that the Profile resource association was modified, in Unix time format and Coordinated Universal Time (UTC).
*)name : Name.t option;Name of the Profile resource association.
*)ownerId : AccountId.t option;Amazon Web Services account ID of the Profile resource association owner.
*)profileId : ResourceId.t option;Profile ID of the Profile that the resources are associated with.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) of the resource association.
*)resourceProperties : ResourceProperties.t option;If the DNS resource is a DNS Firewall rule group, this indicates the priority.
*)resourceType : String_.t option;Resource type, such as a private hosted zone, or DNS Firewall rule group.
*)status : ProfileStatus.t option;Status of the Profile resource association.
*)statusMessage : String_.t option;Additional information about the Profile resource association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceId.t
| `Timestamp of Rfc3339Timestamp.t ])
list ]