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

DescribeJobTemplateResponse

import type { DescribeJobTemplateResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeJobTemplateResponse {
abortConfig?: AbortConfig | null;
createdAt?: Date | number | null;
description?: string | null;
document?: string | null;
documentSource?: string | null;
jobExecutionsRetryConfig?: JobExecutionsRetryConfig | null;
jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig | null;
jobTemplateArn?: string | null;
jobTemplateId?: string | null;
presignedUrlConfig?: PresignedUrlConfig | null;
timeoutConfig?: TimeoutConfig | null;
}

§Properties

§
abortConfig?: AbortConfig | null
[src]
§
createdAt?: Date | number | null
[src]

The time, in seconds since the epoch, when the job template was created.

§
description?: string | null
[src]

A description of the job template.

§
document?: string | null
[src]

The job document.

§
documentSource?: string | null
[src]

An S3 link to the job document.

§
jobExecutionsRetryConfig?: JobExecutionsRetryConfig | null
[src]

The configuration that determines how many retries are allowed for each failure type for a job.

§
jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig | null
[src]
§
jobTemplateArn?: string | null
[src]

The ARN of the job template.

§
jobTemplateId?: string | null
[src]

The unique identifier of the job template.

§
presignedUrlConfig?: PresignedUrlConfig | null
[src]
§
timeoutConfig?: TimeoutConfig | null
[src]