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

CreateDeploymentJobRequest

import type { CreateDeploymentJobRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateDeploymentJobRequest {
clientRequestToken: string;
deploymentApplicationConfigs: DeploymentApplicationConfig[];
deploymentConfig?: DeploymentConfig | null;
fleet: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientRequestToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
deploymentApplicationConfigs: DeploymentApplicationConfig[]
[src]

The deployment application configuration.

§
deploymentConfig?: DeploymentConfig | null
[src]

The requested deployment configuration.

§
fleet: string
[src]

The Amazon Resource Name (ARN) of the fleet to deploy.

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

A map that contains tag keys and tag values that are attached to the deployment job.