Values.CreateConnectionGroupRequestSourceCreates a connection group.
type nonrec t = {name : String_.t;The name of the connection group. Enter a friendly identifier that is unique within your Amazon Web Services account. This name can't be updated after you create the connection group.
*)ipv6Enabled : Boolean.t option;Enable IPv6 for the connection group. The default is true. For more information, see Enable IPv6 in the Amazon CloudFront Developer Guide.
*)anycastIpListId : String_.t option;The ID of the Anycast static IP list.
*)enabled : Boolean.t option;Enable the connection group.
*)}