AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.BlueGreenDeployment

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class BlueGreenDeployment

The BlueGreenDeployment type exposes the following members

Constructors

NameDescription
Public Method BlueGreenDeployment()

Properties

NameTypeDescription
Public Property BlueGreenDeploymentIdentifier System.String

Gets and sets the property BlueGreenDeploymentIdentifier.

The unique identifier of the blue/green deployment.

Public Property BlueGreenDeploymentName System.String

Gets and sets the property BlueGreenDeploymentName.

The user-supplied name of the blue/green deployment.

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The time when the blue/green deployment was created, in Universal Coordinated Time (UTC).

Public Property DeleteTime System.DateTime

Gets and sets the property DeleteTime.

The time when the blue/green deployment was deleted, in Universal Coordinated Time (UTC).

Public Property Source System.String

Gets and sets the property Source.

The source database for the blue/green deployment.

Before switchover, the source database is the production database in the blue environment.

Public Property Status System.String

Gets and sets the property Status.

The status of the blue/green deployment.

Valid Values:

  • PROVISIONING - Resources are being created in the green environment.

  • AVAILABLE - Resources are available in the green environment.

  • SWITCHOVER_IN_PROGRESS - The deployment is being switched from the blue environment to the green environment.

  • SWITCHOVER_COMPLETED - Switchover from the blue environment to the green environment is complete.

  • INVALID_CONFIGURATION - Resources in the green environment are invalid, so switchover isn't possible.

  • SWITCHOVER_FAILED - Switchover was attempted but failed.

  • DELETING - The blue/green deployment is being deleted.

Public Property StatusDetails System.String

Gets and sets the property StatusDetails.

Additional information about the status of the blue/green deployment.

Public Property SwitchoverDetails System.Collections.Generic.List<Amazon.RDS.Model.SwitchoverDetail>

Gets and sets the property SwitchoverDetails.

The details about each source and target resource in the blue/green deployment.

Public Property TagList System.Collections.Generic.List<Amazon.RDS.Model.Tag>

Gets and sets the property TagList.

Public Property Target System.String

Gets and sets the property Target.

The target database for the blue/green deployment.

Before switchover, the target database is the clone database in the green environment.

Public Property Tasks System.Collections.Generic.List<Amazon.RDS.Model.BlueGreenDeploymentTask>

Gets and sets the property Tasks.

Either tasks to be performed or tasks that have been completed on the target database before switchover.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5