Class: Aws::Route53RecoveryControlConfig::Types::CreateRoutingControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::CreateRoutingControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
A request to create a routing control. If you don’t specify ControlPanelArn, Amazon Route 53 Application Recovery Controller creates the routing control in DefaultControlPanel.
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 that includes the routing control.
-
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
-
#routing_control_name ⇒ String
The name of the routing control.
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.
378 379 380 381 382 383 384 385 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 378 class CreateRoutingControlRequest < Struct.new( :client_token, :cluster_arn, :control_panel_arn, :routing_control_name) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster that includes the routing control.
378 379 380 381 382 383 384 385 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 378 class CreateRoutingControlRequest < Struct.new( :client_token, :cluster_arn, :control_panel_arn, :routing_control_name) SENSITIVE = [] include Aws::Structure end |
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel that includes the routing control.
378 379 380 381 382 383 384 385 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 378 class CreateRoutingControlRequest < Struct.new( :client_token, :cluster_arn, :control_panel_arn, :routing_control_name) SENSITIVE = [] include Aws::Structure end |
#routing_control_name ⇒ String
The name of the routing control.
378 379 380 381 382 383 384 385 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 378 class CreateRoutingControlRequest < Struct.new( :client_token, :cluster_arn, :control_panel_arn, :routing_control_name) SENSITIVE = [] include Aws::Structure end |