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

CreateImagePipelineRequest

import type { CreateImagePipelineRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface CreateImagePipelineRequest {
clientToken: string;
containerRecipeArn?: string | null;
description?: string | null;
distributionConfigurationArn?: string | null;
enhancedImageMetadataEnabled?: boolean | null;
imageRecipeArn?: string | null;
imageTestsConfiguration?: ImageTestsConfiguration | null;
infrastructureConfigurationArn: string;
name: string;
schedule?: Schedule | null;
status?: PipelineStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken: string
[src]
§
containerRecipeArn?: 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
[src]
§
name: string
[src]
§
schedule?: Schedule | null
[src]
§
status?: PipelineStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]