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

CreateManagedEndpointResponse

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

§Properties

§
arn?: string | null
[src]

The output contains the ARN of the managed endpoint.

§
id?: string | null
[src]

The output contains the ID of the managed endpoint.

§
name?: string | null
[src]

The output contains the name of the managed endpoint.

§
virtualClusterId?: string | null
[src]

The output contains the ID of the virtual cluster.