Values.ConnectionGroupSourceThe connection group for your distribution tenants. When you first create a distribution tenant and you don't specify a connection group, CloudFront will automatically create a default connection group for you. When you create a new distribution tenant and don't specify a connection group, the default one will be associated with your distribution tenant.
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.
*)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.
*)ipv6Enabled : Boolean.t option;IPv6 is enabled for 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.
*)anycastIpListId : String_.t option;The ID of the Anycast static IP list.
*)status : String_.t option;The status of the connection group.
*)enabled : Boolean.t option;Whether the connection group is enabled.
*)isDefault : Boolean.t option;Whether the connection group is the default connection group for the distribution tenants.
*)}