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

ImagePipeline

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

Details of an image pipeline.

interface ImagePipeline {
arn?: string | null;
containerRecipeArn?: string | null;
dateCreated?: string | null;
dateLastRun?: string | null;
dateNextRun?: string | null;
dateUpdated?: string | null;
description?: string | null;
distributionConfigurationArn?: string | null;
enhancedImageMetadataEnabled?: boolean | null;
imageRecipeArn?: string | null;
imageTestsConfiguration?: ImageTestsConfiguration | null;
infrastructureConfigurationArn?: string | null;
name?: string | null;
platform?: Platform | null;
schedule?: Schedule | null;
status?: PipelineStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the image pipeline.

§
containerRecipeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the container recipe that is used for this pipeline.

§
dateCreated?: string | null
[src]

The date on which this image pipeline was created.

§
dateLastRun?: string | null
[src]

The date on which this image pipeline was last run.

§
dateNextRun?: string | null
[src]

The date on which this image pipeline will next be run.

§
dateUpdated?: string | null
[src]

The date on which this image pipeline was last updated.

§
description?: string | null
[src]

The description of the image pipeline.

§
distributionConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the distribution configuration associated with this image pipeline.

§
enhancedImageMetadataEnabled?: boolean | null
[src]

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

§
imageRecipeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the image recipe associated with this image pipeline.

§
imageTestsConfiguration?: ImageTestsConfiguration | null
[src]

The image tests configuration of the image pipeline.

§
infrastructureConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the infrastructure configuration associated with this image pipeline.

§
name?: string | null
[src]

The name of the image pipeline.

§
platform?: Platform | null
[src]

The platform of the image pipeline.

§
schedule?: Schedule | null
[src]

The schedule of the image pipeline.

§
status?: PipelineStatus | null
[src]

The status of the image pipeline.

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

The tags of this image pipeline.