Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateVirtualClusterRequest

import type { CreateVirtualClusterRequest } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
interface CreateVirtualClusterRequest {
clientToken: string;
containerProvider: ContainerProvider;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken: string
[src]

The client token of the virtual cluster.

§
containerProvider: ContainerProvider
[src]

The container provider of the virtual cluster.

§
name: string
[src]

The specified name of the virtual cluster.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the virtual cluster.