Class: Aws::Route53RecoveryCluster::Types::RoutingControl

Inherits:
Struct
  • Object
show all
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 set to ON, traffic flows to a cell. When the state is set to OFF, traffic does not flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_panel_arnString

The Amazon Resource Name (ARN) of the control panel where the routing control is located.

Returns:

  • (String)


218
219
220
221
222
223
224
225
226
227
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 218

class RoutingControl < Struct.new(
  :control_panel_arn,
  :control_panel_name,
  :routing_control_arn,
  :routing_control_name,
  :routing_control_state,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#control_panel_nameString

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

Returns:

  • (String)


218
219
220
221
222
223
224
225
226
227
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 218

class RoutingControl < Struct.new(
  :control_panel_arn,
  :control_panel_name,
  :routing_control_arn,
  :routing_control_name,
  :routing_control_state,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

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

Returns:

  • (String)


218
219
220
221
222
223
224
225
226
227
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 218

class RoutingControl < Struct.new(
  :control_panel_arn,
  :control_panel_name,
  :routing_control_arn,
  :routing_control_name,
  :routing_control_state,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#routing_control_arnString

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

Returns:

  • (String)


218
219
220
221
222
223
224
225
226
227
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 218

class RoutingControl < Struct.new(
  :control_panel_arn,
  :control_panel_name,
  :routing_control_arn,
  :routing_control_name,
  :routing_control_state,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#routing_control_nameString

The name of the routing control.

Returns:

  • (String)


218
219
220
221
222
223
224
225
226
227
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 218

class RoutingControl < Struct.new(
  :control_panel_arn,
  :control_panel_name,
  :routing_control_arn,
  :routing_control_name,
  :routing_control_state,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#routing_control_stateString

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.

Returns:

  • (String)


218
219
220
221
222
223
224
225
226
227
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 218

class RoutingControl < Struct.new(
  :control_panel_arn,
  :control_panel_name,
  :routing_control_arn,
  :routing_control_name,
  :routing_control_state,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end