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

CreateCoreDefinitionRequest

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

Information needed to create a core definition.

interface CreateCoreDefinitionRequest {
AmznClientToken?: string | null;
InitialVersion?: CoreDefinitionVersion | null;
Name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AmznClientToken?: string | null
[src]

A client token used to correlate requests and responses.

§
InitialVersion?: CoreDefinitionVersion | null
[src]

Information about the initial version of the core definition.

§
Name?: string | null
[src]

The name of the core definition.

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

Tag(s) to add to the new resource.