ConnectionGroup

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Anycast static IP list.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the connection group.

Link copied to clipboard

The date and time when the connection group was created.

Link copied to clipboard

Whether the connection group is enabled.

Link copied to clipboard
val id: String?

The ID of the connection group.

Link copied to clipboard

IPv6 is enabled for the connection group.

Link copied to clipboard

Whether the connection group is the default connection group for the distribution tenants.

Link copied to clipboard

The date and time when the connection group was updated.

Link copied to clipboard
val name: String?

The name of the connection group.

Link copied to clipboard

The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as d111111abcdef8.cloudfront.net.

Link copied to clipboard

The status of the connection group.

Link copied to clipboard
val tags: Tags?

A complex type that contains zero or more Tag elements.

Functions

Link copied to clipboard
inline fun copy(block: ConnectionGroup.Builder.() -> Unit = {}): ConnectionGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String