class Aws::Route53RecoveryControlConfig::Types::CreateControlPanelRequest

A request to create a control panel.

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

data as a hash:

    {
      client_token: "__stringMax64",
      cluster_arn: "__string", # required
      control_panel_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 for the control panel.
@return [String]

@!attribute [rw] control_panel_name

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

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

Constants

SENSITIVE