class Aws::Route53RecoveryControlConfig::Types::CreateRoutingControlRequest

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.

@note When making an API call, you may pass CreateRoutingControlRequest

data as a hash:

    {
      client_token: "__stringMax64",
      cluster_arn: "__string", # required
      control_panel_arn: "__string",
      routing_control_name: "__stringMin1Max64PatternS", # required
    }

@!attribute [rw] client_token

Unique client idempotency token.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] cluster_arn

The Amazon Resource Name (ARN) of the cluster that includes the
routing control.
@return [String]

@!attribute [rw] control_panel_arn

The Amazon Resource Name (ARN) of the control panel that includes
the routing control.
@return [String]

@!attribute [rw] routing_control_name

The name of the routing control.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-recovery-control-config-2020-11-02/CreateRoutingControlRequest AWS API Documentation

Constants

SENSITIVE