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-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
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]
§
dateCreated?: string | null
[src]
§
dateUpdated?: string | null
[src]
§
description?: string | null
[src]
§
name?: string | null
[src]
§
regions?: string[] | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]