Class: Aws::Route53RecoveryCluster::Types::RoutingControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::RoutingControl
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
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 On, traffic flows to a cell. When the state is Off, traffic does not flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel where the routing control is located.
-
#control_panel_name ⇒ String
The name of the control panel where the routing control is located.
-
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the routing control.
-
#routing_control_name ⇒ String
The name of the routing control.
-
#routing_control_state ⇒ String
The current state of the routing control.
Instance Attribute Details
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel where the routing control is located.
212 213 214 215 216 217 218 219 220 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 212 class RoutingControl < Struct.new( :control_panel_arn, :control_panel_name, :routing_control_arn, :routing_control_name, :routing_control_state) SENSITIVE = [] include Aws::Structure end |
#control_panel_name ⇒ String
The name of the control panel where the routing control is located.
212 213 214 215 216 217 218 219 220 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 212 class RoutingControl < Struct.new( :control_panel_arn, :control_panel_name, :routing_control_arn, :routing_control_name, :routing_control_state) SENSITIVE = [] include Aws::Structure end |
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the routing control.
212 213 214 215 216 217 218 219 220 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 212 class RoutingControl < Struct.new( :control_panel_arn, :control_panel_name, :routing_control_arn, :routing_control_name, :routing_control_state) SENSITIVE = [] include Aws::Structure end |
#routing_control_name ⇒ String
The name of the routing control.
212 213 214 215 216 217 218 219 220 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 212 class RoutingControl < Struct.new( :control_panel_arn, :control_panel_name, :routing_control_arn, :routing_control_name, :routing_control_state) SENSITIVE = [] include Aws::Structure end |
#routing_control_state ⇒ String
The current state of the routing control. When a routing control state is On, traffic flows to a cell. When the state is Off, traffic does not flow.
212 213 214 215 216 217 218 219 220 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 212 class RoutingControl < Struct.new( :control_panel_arn, :control_panel_name, :routing_control_arn, :routing_control_name, :routing_control_state) SENSITIVE = [] include Aws::Structure end |