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

BlueGreenDeploymentConfiguration

import type { BlueGreenDeploymentConfiguration } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";

Information about blue/green deployment options for a deployment group.

interface BlueGreenDeploymentConfiguration {
deploymentReadyOption?: DeploymentReadyOption | null;
greenFleetProvisioningOption?: GreenFleetProvisioningOption | null;
terminateBlueInstancesOnDeploymentSuccess?: BlueInstanceTerminationOption | null;
}

§Properties

§
deploymentReadyOption?: DeploymentReadyOption | null
[src]

Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.

§
greenFleetProvisioningOption?: GreenFleetProvisioningOption | null
[src]

Information about how instances are provisioned for a replacement environment in a blue/green deployment.

§
terminateBlueInstancesOnDeploymentSuccess?: BlueInstanceTerminationOption | null
[src]

Information about whether to terminate instances in the original fleet during a blue/green deployment.