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

DeploymentStrategy

import type { DeploymentStrategy } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface DeploymentStrategy {
DeploymentDurationInMinutes?: number | null;
Description?: string | null;
FinalBakeTimeInMinutes?: number | null;
GrowthFactor?: number | null;
GrowthType?: GrowthType | null;
Id?: string | null;
Name?: string | null;
ReplicateTo?: ReplicateTo | null;
}

§Properties

§
DeploymentDurationInMinutes?: number | null
[src]

Total amount of time the deployment lasted.

§
Description?: string | null
[src]

The description of the deployment strategy.

§
FinalBakeTimeInMinutes?: number | null
[src]

The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

§
GrowthFactor?: number | null
[src]

The percentage of targets that received a deployed configuration during each interval.

§
GrowthType?: GrowthType | null
[src]

The algorithm used to define how percentage grew over time.

§
Id?: string | null
[src]

The deployment strategy ID.

§
Name?: string | null
[src]

The name of the deployment strategy.

§
ReplicateTo?: ReplicateTo | null
[src]

Save the deployment strategy to a Systems Manager (SSM) document.