Class: Aws::Route53RecoveryControlConfig::Types::RoutingControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::RoutingControl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
-
#name ⇒ String
The name of the routing control.
-
#owner ⇒ String
The Amazon Web Services account ID of the routing control owner.
-
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the routing control.
-
#status ⇒ String
The deployment status of a routing control.
Instance Attribute Details
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1136 class RoutingControl < Struct.new( :control_panel_arn, :name, :routing_control_arn, :status, :owner) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the routing control.
1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1136 class RoutingControl < Struct.new( :control_panel_arn, :name, :routing_control_arn, :status, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The Amazon Web Services account ID of the routing control owner.
1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1136 class RoutingControl < Struct.new( :control_panel_arn, :name, :routing_control_arn, :status, :owner) SENSITIVE = [] include Aws::Structure end |
#routing_control_arn ⇒ String
The Amazon Resource Name (ARN) of the routing control.
1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1136 class RoutingControl < Struct.new( :control_panel_arn, :name, :routing_control_arn, :status, :owner) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1136 class RoutingControl < Struct.new( :control_panel_arn, :name, :routing_control_arn, :status, :owner) SENSITIVE = [] include Aws::Structure end |