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

SwitchoverDetail

import type { SwitchoverDetail } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Contains the details about a blue/green deployment.

For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

interface SwitchoverDetail {
SourceMember?: string | null;
Status?: string | null;
TargetMember?: string | null;
}

§Properties

§
SourceMember?: string | null
[src]

The Amazon Resource Name (ARN) of a resource in the blue environment.

§
Status?: string | null
[src]

The switchover status of a resource in a blue/green deployment.

Values:

  • preparing-for-switchover - The resource is being prepared to switch over.
  • ready-for-switchover - The resource is ready to switch over.
  • switchover-in-progress - The resource is being switched over.
  • switchover-completed - The resource has been switched over.
  • switchover-failed - The resource attempted to switch over but failed.
§
TargetMember?: string | null
[src]

The Amazon Resource Name (ARN) of a resource in the green environment.