Values.ConnectionGroupSummarySourceA summary that contains details about your connection groups.
type nonrec t = {id : String_.t option;The ID of the connection group.
*)name : String_.t option;The name of the connection group.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the connection group.
*)routingEndpoint : String_.t option;The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.
*)createdTime : Timestamp.t option;The date and time when the connection group was created.
*)lastModifiedTime : Timestamp.t option;The date and time when the connection group was updated.
*)eTag : String_.t option;The current version of the connection group.
*)anycastIpListId : String_.t option;The ID of the Anycast static IP list.
*)enabled : Boolean.t option;Whether the connection group is enabled
*)status : String_.t option;The status of the connection group.
*)isDefault : Boolean.t option;Whether the connection group is the default connection group for the distribution tenants.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]