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

ContainerDistributionConfiguration

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

Container distribution settings for encryption, licensing, and sharing in a specific Region.

interface ContainerDistributionConfiguration {
containerTags?: string[] | null;
description?: string | null;
targetRepository: TargetContainerRepository;
}

§Properties

§
containerTags?: string[] | null
[src]

Tags that are attached to the container distribution configuration.

§
description?: string | null
[src]

The description of the container distribution configuration.

§

The destination repository for the container distribution configuration.