Class: Aws::Route53RecoveryControlConfig::Types::CreateControlPanelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::CreateControlPanelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
A request to create a control panel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive string of up to 64 ASCII characters.
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster for the control panel.
-
#control_panel_name ⇒ String
The name of the control panel.
-
#tags ⇒ Hash<String,String>
The tags associated with the control panel.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
326 327 328 329 330 331 332 333 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 326 class CreateControlPanelRequest < Struct.new( :client_token, :cluster_arn, :control_panel_name, :tags) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster for the control panel.
326 327 328 329 330 331 332 333 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 326 class CreateControlPanelRequest < Struct.new( :client_token, :cluster_arn, :control_panel_name, :tags) SENSITIVE = [] include Aws::Structure end |
#control_panel_name ⇒ String
The name of the control panel.
326 327 328 329 330 331 332 333 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 326 class CreateControlPanelRequest < Struct.new( :client_token, :cluster_arn, :control_panel_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the control panel.
326 327 328 329 330 331 332 333 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 326 class CreateControlPanelRequest < Struct.new( :client_token, :cluster_arn, :control_panel_name, :tags) SENSITIVE = [] include Aws::Structure end |