GetAcceleratorResult

data class GetAcceleratorResult(val acceleratorArn: String? = null, val dnsName: String? = null, val dualStackDnsName: String? = null, val enabled: Boolean? = null, val ipAddressType: AcceleratorIpAddressType? = null, val ipAddresses: List<String>? = null, val ipv4Addresses: List<String>? = null, val ipv6Addresses: List<String>? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(acceleratorArn: String? = null, dnsName: String? = null, dualStackDnsName: String? = null, enabled: Boolean? = null, ipAddressType: AcceleratorIpAddressType? = null, ipAddresses: List<String>? = null, ipv4Addresses: List<String>? = null, ipv6Addresses: List<String>? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceleratorArn: String? = null

The Amazon Resource Name (ARN) of the accelerator.

Link copied to clipboard
val dnsName: String? = null

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 addresses.

Link copied to clipboard

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 and IPv6 addresses.

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether an accelerator is enabled. The value is true or false.

Link copied to clipboard
val ipAddresses: List<String>? = null

The IP addresses from BYOIP Prefix pool.

Link copied to clipboard

IP Address type.

Link copied to clipboard
val ipv4Addresses: List<String>? = null

The IPv4 addresses assigned to the accelerator.

Link copied to clipboard
val ipv6Addresses: List<String>? = null

The IPv6 addresses assigned if the accelerator is dualstack

Link copied to clipboard
val name: String? = null

Name of accelerator.

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

Create tags for an accelerator. For more information, see Tagging in the AWS Global Accelerator Developer Guide .