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

Image

import type { Image } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface Image {
arn?: string | null;
containerRecipe?: ContainerRecipe | null;
dateCreated?: string | null;
distributionConfiguration?: DistributionConfiguration | null;
enhancedImageMetadataEnabled?: boolean | null;
imageRecipe?: ImageRecipe | null;
imageTestsConfiguration?: ImageTestsConfiguration | null;
infrastructureConfiguration?: InfrastructureConfiguration | null;
name?: string | null;
osVersion?: string | null;
outputResources?: OutputResources | null;
platform?: Platform | null;
sourcePipelineArn?: string | null;
sourcePipelineName?: string | null;
state?: ImageState | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
type?: ImageType | null;
version?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
containerRecipe?: ContainerRecipe | null
[src]
§
dateCreated?: string | null
[src]
§
distributionConfiguration?: DistributionConfiguration | null
[src]
§
enhancedImageMetadataEnabled?: boolean | null
[src]
§
imageRecipe?: ImageRecipe | null
[src]
§
imageTestsConfiguration?: ImageTestsConfiguration | null
[src]
§
infrastructureConfiguration?: InfrastructureConfiguration | null
[src]
§
name?: string | null
[src]
§
osVersion?: string | null
[src]
§
outputResources?: OutputResources | null
[src]
§
platform?: Platform | null
[src]
§
sourcePipelineArn?: string | null
[src]
§
sourcePipelineName?: string | null
[src]
§
state?: ImageState | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
type?: ImageType | null
[src]
§
version?: string | null
[src]