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

DeploymentIoTJobConfiguration

import type { DeploymentIoTJobConfiguration } from "https://aws-api.deno.dev/v0.3/services/greengrassv2.ts?docs=full";

Contains information about an IoT job configuration.

interface DeploymentIoTJobConfiguration {
abortConfig?: IoTJobAbortConfig | null;
jobExecutionsRolloutConfig?: IoTJobExecutionsRolloutConfig | null;
timeoutConfig?: IoTJobTimeoutConfig | null;
}

§Properties

§
abortConfig?: IoTJobAbortConfig | null
[src]

The stop configuration for the job. This configuration defines when and how to stop a job rollout.

§
jobExecutionsRolloutConfig?: IoTJobExecutionsRolloutConfig | null
[src]

The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.

§
timeoutConfig?: IoTJobTimeoutConfig | null
[src]

The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.