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

TemplateActionDocument

import type { TemplateActionDocument } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface TemplateActionDocument {
actionID?: string | null;
actionName?: string | null;
active?: boolean | null;
documentIdentifier?: string | null;
documentVersion?: string | null;
mustSucceedForCutover?: boolean | null;
operatingSystem?: string | null;
order?: number | null;
parameters?: {
[key: string]: SsmParameterStoreParameter[] | null | undefined;
}
| null;
timeoutSeconds?: number | null;
}

§Properties

§
actionID?: string | null
[src]

Template post migration custom action ID.

§
actionName?: string | null
[src]

Template post migration custom action name.

§
active?: boolean | null
[src]

Template post migration custom action active status.

§
documentIdentifier?: string | null
[src]

Template post migration custom action document identifier.

§
documentVersion?: string | null
[src]

Template post migration custom action document version.

§
mustSucceedForCutover?: boolean | null
[src]

Template post migration custom action must succeed for cutover.

§
operatingSystem?: string | null
[src]

Operating system eligible for this template post migration custom action.

§
order?: number | null
[src]

Template post migration custom action order.

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

Template post migration custom action parameters.

§
timeoutSeconds?: number | null
[src]

Template post migration custom action timeout in seconds.