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

CreateContinuousDeploymentPolicyResult

import type { CreateContinuousDeploymentPolicyResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface CreateContinuousDeploymentPolicyResult {
ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy | null;
ETag?: string | null;
Location?: string | null;
}

§Properties

§
ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy | null
[src]

A continuous deployment policy.

§
ETag?: string | null
[src]

The version identifier for the current version of the continuous deployment policy.

§
Location?: string | null
[src]

The location of the continuous deployment policy.