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

CopyDistributionRequest

import type { CopyDistributionRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface CopyDistributionRequest {
CallerReference: string;
IfMatch?: string | null;
PrimaryDistributionId: string;
Staging?: boolean | null;
}

§Properties

§
CallerReference: string
[src]

A value that uniquely identifies a request to create a resource. This helps to prevent CloudFront from creating a duplicate resource if you accidentally resubmit an identical request.

§
IfMatch?: string | null
[src]

The version identifier of the primary distribution whose configuration you are copying. This is the ETag value returned in the response to GetDistribution and GetDistributionConfig.

§
PrimaryDistributionId: string
[src]

The identifier of the primary distribution whose configuration you are copying. To get a distribution ID, use ListDistributions.

§
Staging?: boolean | null
[src]

The type of distribution that your primary distribution will be copied to. The only valid value is True, indicating that you are copying to a staging distribution.