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.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class BlueGreenDeployment
The BlueGreenDeployment type exposes the following members
Name | Description | |
---|---|---|
![]() |
BlueGreenDeployment() |
Name | Type | Description | |
---|---|---|---|
![]() |
BlueGreenDeploymentIdentifier | System.String |
Gets and sets the property BlueGreenDeploymentIdentifier. The unique identifier of the blue/green deployment. |
![]() |
BlueGreenDeploymentName | System.String |
Gets and sets the property BlueGreenDeploymentName. The user-supplied name of the blue/green deployment. |
![]() |
CreateTime | System.DateTime |
Gets and sets the property CreateTime. The time when the blue/green deployment was created, in Universal Coordinated Time (UTC). |
![]() |
DeleteTime | System.DateTime |
Gets and sets the property DeleteTime. The time when the blue/green deployment was deleted, in Universal Coordinated Time (UTC). |
![]() |
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. |
![]() |
Status | System.String |
Gets and sets the property Status. The status of the blue/green deployment. Valid Values:
|
![]() |
StatusDetails | System.String |
Gets and sets the property StatusDetails. Additional information about the status of the blue/green deployment. |
![]() |
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. |
![]() |
TagList | System.Collections.Generic.List<Amazon.RDS.Model.Tag> |
Gets and sets the property TagList. |
![]() |
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. |
![]() |
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. |
.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