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

CreateDistributionConfigurationRequest

import type { CreateDistributionConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface CreateDistributionConfigurationRequest {
clientToken: string;
description?: string | null;
distributions: Distribution[];
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken: string
[src]

The idempotency token of the distribution configuration.

§
description?: string | null
[src]

The description of the distribution configuration.

§
distributions: Distribution[]
[src]

The distributions of the distribution configuration.

§
name: string
[src]

The name of the distribution configuration.

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

The tags of the distribution configuration.