Class: Aws::Route53RecoveryControlConfig::Types::RoutingControl

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycontrolconfig/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

Instance Attribute Details

#control_panel_arnString

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

Returns:

  • (String)


1136
1137
1138
1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-route53recoverycontrolconfig/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

#nameString

The name of the routing control.

Returns:

  • (String)


1136
1137
1138
1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-route53recoverycontrolconfig/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

#ownerString

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

Returns:

  • (String)


1136
1137
1138
1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-route53recoverycontrolconfig/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_arnString

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

Returns:

  • (String)


1136
1137
1138
1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-route53recoverycontrolconfig/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

#statusString

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

Returns:

  • (String)


1136
1137
1138
1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-route53recoverycontrolconfig/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