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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
imageTestsConfiguration?: ImageTestsConfiguration | null
[src]§
status?: PipelineStatus | null
[src]