Values.CidrCollectionSourceA complex type that identifies a CIDR collection.
type nonrec t = {arn : ARN.t option;The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
*)id : UUID.t option;The unique ID of the CIDR collection.
*)name : CollectionName.t option;The name of a CIDR collection.
*)version : CollectionVersion.t option;A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of CollectionVersion.t | `String of ARN.t ]) list ]