Class: Aws::Route53RecoveryControlConfig::Types::ControlPanel

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb

Overview

A control panel represents a group of routing controls that can be changed together in a single transaction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

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

Returns:

  • (String)


246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 246

class ControlPanel < Struct.new(
  :cluster_arn,
  :control_panel_arn,
  :default_control_panel,
  :name,
  :routing_control_count,
  :status,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#control_panel_arnString

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

Returns:

  • (String)


246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 246

class ControlPanel < Struct.new(
  :cluster_arn,
  :control_panel_arn,
  :default_control_panel,
  :name,
  :routing_control_count,
  :status,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#default_control_panelBoolean

A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false.

Returns:

  • (Boolean)


246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 246

class ControlPanel < Struct.new(
  :cluster_arn,
  :control_panel_arn,
  :default_control_panel,
  :name,
  :routing_control_count,
  :status,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 246

class ControlPanel < Struct.new(
  :cluster_arn,
  :control_panel_arn,
  :default_control_panel,
  :name,
  :routing_control_count,
  :status,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

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

Returns:

  • (String)


246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 246

class ControlPanel < Struct.new(
  :cluster_arn,
  :control_panel_arn,
  :default_control_panel,
  :name,
  :routing_control_count,
  :status,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#routing_control_countInteger

The number of routing controls in the control panel.

Returns:

  • (Integer)


246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 246

class ControlPanel < Struct.new(
  :cluster_arn,
  :control_panel_arn,
  :default_control_panel,
  :name,
  :routing_control_count,
  :status,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 246

class ControlPanel < Struct.new(
  :cluster_arn,
  :control_panel_arn,
  :default_control_panel,
  :name,
  :routing_control_count,
  :status,
  :owner)
  SENSITIVE = []
  include Aws::Structure
end