class Aws::EKS::Types::RegisterClusterRequest

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

data as a hash:

    {
      name: "ClusterName", # required
      connector_config: { # required
        role_arn: "String", # required
        provider: "EKS_ANYWHERE", # required, accepts EKS_ANYWHERE, ANTHOS, GKE, AKS, OPENSHIFT, TANZU, RANCHER, EC2, OTHER
      },
      client_request_token: "String",
    }

@!attribute [rw] name

Define a unique name for this cluster within your AWS account.
@return [String]

@!attribute [rw] connector_config

The configuration settings required to connect the Kubernetes
cluster to the Amazon EKS control plane.
@return [Types::ConnectorConfigRequest]

@!attribute [rw] client_request_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

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

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterClusterRequest AWS API Documentation

Constants

SENSITIVE