class Aws::EMRContainers::Types::CreateVirtualClusterRequest

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

data as a hash:

    {
      name: "ResourceNameString", # required
      container_provider: { # required
        type: "EKS", # required, accepts EKS
        id: "ClusterId", # required
        info: {
          eks_info: {
            namespace: "KubernetesNamespace",
          },
        },
      },
      client_token: "ClientToken", # required
      tags: {
        "String128" => "StringEmpty256",
      },
    }

@!attribute [rw] name

The specified name of the virtual cluster.
@return [String]

@!attribute [rw] container_provider

The container provider of the virtual cluster.
@return [Types::ContainerProvider]

@!attribute [rw] client_token

The client token of the virtual cluster.

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

@!attribute [rw] tags

The tags assigned to the virtual cluster.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/CreateVirtualClusterRequest AWS API Documentation

Constants

SENSITIVE