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-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
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]
§
containerRecipeArn?: string | null
[src]
§
dateCreated?: string | null
[src]
§
dateLastRun?: string | null
[src]
§
dateNextRun?: string | null
[src]
§
dateUpdated?: string | null
[src]
§
description?: string | null
[src]
§
distributionConfigurationArn?: string | null
[src]
§
enhancedImageMetadataEnabled?: boolean | null
[src]
§
imageRecipeArn?: string | null
[src]
§
imageTestsConfiguration?: ImageTestsConfiguration | null
[src]
§
infrastructureConfigurationArn?: string | null
[src]
§
name?: string | null
[src]
§
platform?: Platform | null
[src]
§
schedule?: Schedule | null
[src]
§
status?: PipelineStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]