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.

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.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.SwitchoverDetail

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

Syntax

C#
public class SwitchoverDetail

The SwitchoverDetail type exposes the following members

Constructors

NameDescription
Public Method SwitchoverDetail()

Properties

NameTypeDescription
Public Property SourceMember System.String

Gets and sets the property SourceMember.

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

Public Property Status System.String

Gets and sets the property Status.

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

Values:

  • PROVISIONING - The resource is being prepared to switch over.

  • AVAILABLE - 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.

  • MISSING_SOURCE - The source resource has been deleted.

  • MISSING_TARGET - The target resource has been deleted.

Public Property TargetMember System.String

Gets and sets the property TargetMember.

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

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