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

TemplateParameterConfiguration

import type { TemplateParameterConfiguration } from "https://aws-api.deno.dev/v0.4/services/emrcontainers.ts?docs=full";

The configuration of a job template parameter.

interface TemplateParameterConfiguration {
defaultValue?: string | null;
}

§Properties

§
defaultValue?: string | null
[src]

The default value for the job template parameter.

§

The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.