GetRoutingControlResult

data class GetRoutingControlResult(val name: String? = null, val routingControlArn: String? = null, val status: RoutingControlStatus? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, routingControlArn: String? = null, status: RoutingControlStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the routing control. You can use any non-white space character in the name.

Link copied to clipboard

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

Link copied to clipboard

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