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

CreateWorldExportJobRequest

import type { CreateWorldExportJobRequest } from "https://aws-api.deno.dev/v0.4/services/robomaker.ts?docs=full";
interface CreateWorldExportJobRequest {
clientRequestToken?: string | null;
iamRole: string;
outputLocation: OutputLocation;
tags?: {
[key: string]: string | null | undefined;
}
| null;
worlds: string[];
}

§Properties

§
clientRequestToken?: string | null
[src]

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

§
iamRole: string
[src]

The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

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

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

§
worlds: string[]
[src]

A list of Amazon Resource Names (arns) that correspond to worlds to export.