RoutingControl

A routing control has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control traffic routing.

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 control panel that includes the routing control.

Link copied to clipboard
val name: String?

The name of the routing control.

Link copied to clipboard

The Amazon Web Services account ID of the routing control owner.

Link copied to clipboard

The Amazon Resource Name (ARN) of the routing control.

Link copied to clipboard

The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Functions

Link copied to clipboard
inline fun copy(block: RoutingControl.Builder.() -> Unit = {}): RoutingControl
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