Values.CollectionSummarySourceA complex type that is an entry in an CidrCollection array.
type nonrec t = {arn : ARN.t option;The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.
*)id : UUID.t option;Unique ID for 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 ]