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?: {} | null;
[key: string]: string | null | undefined;
targetRepository?: TargetContainerRepository | null;
version?: string | null;
workingDirectory?: string | null;
}§Properties
§
components?: ComponentConfiguration[] | null
[src]§
containerType?: ContainerType | null
[src]§
instanceConfiguration?: InstanceConfiguration | null
[src]§
targetRepository?: TargetContainerRepository | null
[src]