Connection Group Args
data class ConnectionGroupArgs(val anycastIpListId: Output<String>? = null, val enabled: Output<Boolean>? = null, val ipv6Enabled: Output<Boolean>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConnectionGroupArgs>
The 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.