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

DeploymentConfig

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

Information about a deployment configuration.

interface DeploymentConfig {
concurrentDeploymentPercentage?: number | null;
downloadConditionFile?: S3Object | null;
failureThresholdPercentage?: number | null;
robotDeploymentTimeoutInSeconds?: number | null;
}

§Properties

§
concurrentDeploymentPercentage?: number | null
[src]

The percentage of robots receiving the deployment at the same time.

§
downloadConditionFile?: S3Object | null
[src]

The download condition file.

§
failureThresholdPercentage?: number | null
[src]

The percentage of deployments that need to fail before stopping deployment.

§
robotDeploymentTimeoutInSeconds?: number | null
[src]

The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.