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

CreateWorldGenerationJobRequest

import type { CreateWorldGenerationJobRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateWorldGenerationJobRequest {
clientRequestToken?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
template: string;
worldCount: WorldCount;
worldTags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientRequestToken?: string | null
[src]

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

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

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

§
template: string
[src]

The Amazon Resource Name (arn) of the world template describing the worlds you want to create.

§
worldCount: WorldCount
[src]

Information about the world count.

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

A map that contains tag keys and tag values that are attached to the generated worlds.