Values.ProfileSourceA complex type that includes settings for a Route 53 Profile.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the Profile.
*)clientToken : CreatorRequestId.t option;The ClientToken value that was assigned when the Profile was created.
*)creationTime : Rfc3339Timestamp.t option;The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).
*)id : ResourceId.t option;ID of the Profile.
*)modificationTime : Rfc3339Timestamp.t option;The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).
*)name : Name.t option;Name of the Profile.
*)ownerId : AccountId.t option;Amazon Web Services account ID of the Profile owner.
*)status : ProfileStatus.t option;The status for the Profile.
*)statusMessage : String_.t option;Status message that includes additiona information about the Profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Arn.t
| `Timestamp of Rfc3339Timestamp.t ])
list ]