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

DistributionConfigurationSummary

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

A high-level overview of a distribution configuration.

interface DistributionConfigurationSummary {
arn?: string | null;
dateCreated?: string | null;
dateUpdated?: string | null;
description?: string | null;
name?: string | null;
regions?: string[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the distribution configuration.

§
dateCreated?: string | null
[src]

The date on which the distribution configuration was created.

§
dateUpdated?: string | null
[src]

The date on which the distribution configuration was updated.

§
description?: string | null
[src]

The description of the distribution configuration.

§
name?: string | null
[src]

The name of the distribution configuration.

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

A list of Regions where the container image is distributed to.

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

The tags associated with the distribution configuration.