Class: Aws::Route53RecoveryControlConfig::Types::ControlPanel
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ControlPanel
- Includes:
- Structure
- Defined in:
- 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
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster that includes the control panel.
-
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel.
-
#default_control_panel ⇒ Boolean
A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster.
-
#name ⇒ String
The name of the control panel.
-
#owner ⇒ String
The Amazon Web Services account ID of the control panel owner.
-
#routing_control_count ⇒ Integer
The number of routing controls in the control panel.
-
#status ⇒ String
The deployment status of control panel.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster that includes the control panel.
246 247 248 249 250 251 252 253 254 255 256 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel.
246 247 248 249 250 251 252 253 254 255 256 |
# File '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_panel ⇒ Boolean
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.
246 247 248 249 250 251 252 253 254 255 256 |
# File '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 |
#name ⇒ String
The name of the control panel. You can use any non-white space character in the name.
246 247 248 249 250 251 252 253 254 255 256 |
# File '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 |
#owner ⇒ String
The Amazon Web Services account ID of the control panel owner.
246 247 248 249 250 251 252 253 254 255 256 |
# File '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_count ⇒ Integer
The number of routing controls in the control panel.
246 247 248 249 250 251 252 253 254 255 256 |
# File '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 |
#status ⇒ String
The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
246 247 248 249 250 251 252 253 254 255 256 |
# File '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 |