RoutingControl

A routing control, which is a simple on/off switch that you can use to route traffic to cells. When a routing control state is set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.

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 where the routing control is located.

Link copied to clipboard

The name of the control panel where the routing control is located. Only ASCII characters are supported for control panel names.

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 name of the routing control.

Link copied to clipboard

The current state of the routing control. When a routing control state is set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.

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