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

ContainerRecipe

import type { ContainerRecipe } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface ContainerRecipe {
arn?: string | null;
components?: ComponentConfiguration[] | null;
containerType?: ContainerType | null;
dateCreated?: string | null;
description?: string | null;
dockerfileTemplateData?: string | null;
encrypted?: boolean | null;
instanceConfiguration?: InstanceConfiguration | null;
kmsKeyId?: string | null;
name?: string | null;
owner?: string | null;
parentImage?: string | null;
platform?: Platform | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
targetRepository?: TargetContainerRepository | null;
version?: string | null;
workingDirectory?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
components?: ComponentConfiguration[] | null
[src]
§
containerType?: ContainerType | null
[src]
§
dateCreated?: string | null
[src]
§
description?: string | null
[src]
§
dockerfileTemplateData?: string | null
[src]
§
encrypted?: boolean | null
[src]
§
instanceConfiguration?: InstanceConfiguration | null
[src]
§
kmsKeyId?: string | null
[src]
§
name?: string | null
[src]
§
owner?: string | null
[src]
§
parentImage?: string | null
[src]
§
platform?: Platform | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
targetRepository?: TargetContainerRepository | null
[src]
§
version?: string | null
[src]
§
workingDirectory?: string | null
[src]