ConnectionGroupArgs

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.

Constructors

Link copied to clipboard
constructor(anycastIpListId: Output<String>? = null, enabled: Output<Boolean>? = null, ipv6Enabled: Output<Boolean>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val anycastIpListId: Output<String>? = null

The ID of the Anycast static IP list.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether the connection group is enabled.

Link copied to clipboard
val ipv6Enabled: Output<Boolean>? = null

IPv6 is enabled for the connection group.

Link copied to clipboard
val name: Output<String>? = null

The name of the connection group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A complex type that contains zero or more `Tag` elements.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionGroupArgs