CustomRoutingAccelerator

Attributes of a custom routing accelerator.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the custom routing accelerator.

Link copied to clipboard

The date and time that the accelerator was created.

Link copied to clipboard

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

Link copied to clipboard

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

Link copied to clipboard

The IP address type that an accelerator supports. For a custom routing accelerator, the value must be IPV4.

Link copied to clipboard

The static IP addresses that Global Accelerator associates with the accelerator.

Link copied to clipboard

The date and time that the accelerator was last modified.

Link copied to clipboard
val name: String?

The name of the accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

Link copied to clipboard

Describes the deployment status of the accelerator.

Functions

Link copied to clipboard
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