CreateCustomRoutingAcceleratorRequest

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.

Link copied to clipboard

Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address from your own pool to use for the accelerator's static IPv4 address when you create an accelerator.

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
val name: String?

The name of a custom routing accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

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

Create tags for an accelerator.

Functions

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