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

JobTemplateData

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

The values of StartJobRun API requests used in job runs started using the job template.

interface JobTemplateData {
configurationOverrides?: ParametricConfigurationOverrides | null;
executionRoleArn: string;
jobDriver: JobDriver;
jobTags?: {
[key: string]: string | null | undefined;
}
| null;
parameterConfiguration?: {
[key: string]: TemplateParameterConfiguration | null | undefined;
}
| null;
releaseLabel: string;
}

§Properties

§
configurationOverrides?: ParametricConfigurationOverrides | null
[src]

The configuration settings that are used to override defaults configuration.

§
executionRoleArn: string
[src]

The execution role ARN of the job run.

§
jobDriver: JobDriver
[src]
§
jobTags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to jobs started using the job template.

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

The configuration of parameters existing in the job template.

§
releaseLabel: string
[src]

The release version of Amazon EMR.