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.

Container for the parameters to the SwitchoverBlueGreenDeployment operation. Switches over a blue/green deployment.

Before you switch over, production traffic is routed to the databases in the blue environment. After you switch over, production traffic is routed to the databases in the green environment.

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.Runtime.AmazonWebServiceRequest
    Amazon.RDS.AmazonRDSRequest
      Amazon.RDS.Model.SwitchoverBlueGreenDeploymentRequest

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

Syntax

C#
public class SwitchoverBlueGreenDeploymentRequest : AmazonRDSRequest
         IAmazonWebServiceRequest

The SwitchoverBlueGreenDeploymentRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BlueGreenDeploymentIdentifier System.String

Gets and sets the property BlueGreenDeploymentIdentifier.

The resource ID of the blue/green deployment.

Constraints:

  • Must match an existing blue/green deployment resource ID.

Public Property SwitchoverTimeout System.Int32

Gets and sets the property SwitchoverTimeout.

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

Default: 300

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

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