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

CreateVirtualClusterResponse

import type { CreateVirtualClusterResponse } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";
interface CreateVirtualClusterResponse {
arn?: string | null;
id?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

This output contains the ARN of virtual cluster.

§
id?: string | null
[src]

This output contains the virtual cluster ID.

§
name?: string | null
[src]

This output contains the name of the virtual cluster.