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

CreateApplicationResponse

import type { CreateApplicationResponse } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";
interface CreateApplicationResponse {
applicationId: string;
arn: string;
name?: string | null;
}

§Properties

§
applicationId: string
[src]

The output contains the application ID.

§
arn: string
[src]

The output contains the ARN of the application.

§
name?: string | null
[src]

The output contains the name of the application.