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

IoTJobExecutionsRolloutConfig

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

Contains information about the rollout configuration for a job. This configuration defines the rate at which the job deploys a configuration to a fleet of target devices.

interface IoTJobExecutionsRolloutConfig {
exponentialRate?: IoTJobExponentialRolloutRate | null;
maximumPerMinute?: number | null;
}

§Properties

§
exponentialRate?: IoTJobExponentialRolloutRate | null
[src]

The exponential rate to increase the job rollout rate.

§
maximumPerMinute?: number | null
[src]

The maximum number of devices that receive a pending job notification, per minute.