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

StartSimulationJobBatchRequest

import type { StartSimulationJobBatchRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface StartSimulationJobBatchRequest {
batchPolicy?: BatchPolicy | null;
clientRequestToken?: string | null;
createSimulationJobRequests: SimulationJobRequest[];
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
batchPolicy?: BatchPolicy | null
[src]

The batch policy.

§
clientRequestToken?: string | null
[src]

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

§
createSimulationJobRequests: SimulationJobRequest[]
[src]

A list of simulation job requests to create in the batch.

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

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