GetConnectionGroupResult

data class GetConnectionGroupResult(val anycastIpListId: String? = null, val arn: String? = null, val createdTime: String? = null, val eTag: String? = null, val enabled: Boolean? = null, val id: String? = null, val ipv6Enabled: Boolean? = null, val isDefault: Boolean? = null, val lastModifiedTime: String? = null, val routingEndpoint: String? = null, val status: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(anycastIpListId: String? = null, arn: String? = null, createdTime: String? = null, eTag: String? = null, enabled: Boolean? = null, id: String? = null, ipv6Enabled: Boolean? = null, isDefault: Boolean? = null, lastModifiedTime: String? = null, routingEndpoint: String? = null, status: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val anycastIpListId: String? = null

The ID of the Anycast static IP list.

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard
val createdTime: String? = null

The date and time when the connection group was created.

Link copied to clipboard
val enabled: Boolean? = null

Whether the connection group is enabled.

Link copied to clipboard
val eTag: String? = null

The current version of the connection group.

Link copied to clipboard
val id: String? = null

The ID of the connection group.

Link copied to clipboard
val ipv6Enabled: Boolean? = null

IPv6 is enabled for the connection group.

Link copied to clipboard
val isDefault: Boolean? = null

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 routingEndpoint: String? = null

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
val status: String? = null

The status of the connection group.

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

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