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

SwitchoverBlueGreenDeploymentRequest

import type { SwitchoverBlueGreenDeploymentRequest } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface SwitchoverBlueGreenDeploymentRequest {
BlueGreenDeploymentIdentifier: string;
SwitchoverTimeout?: number | null;
}

§Properties

§
BlueGreenDeploymentIdentifier: string
[src]

The blue/green deployment identifier.

Constraints:

  • Must match an existing blue/green deployment identifier.
§
SwitchoverTimeout?: number | null
[src]

The amount of time, in seconds, for the switchover to complete. The default is 300.

If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.