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 ContinueDeployment operation. For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeDeploy.AmazonCodeDeployRequest
      Amazon.CodeDeploy.Model.ContinueDeploymentRequest

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

Syntax

C#
public class ContinueDeploymentRequest : AmazonCodeDeployRequest
         IAmazonWebServiceRequest

The ContinueDeploymentRequest type exposes the following members

Constructors

NameDescription
Public Method ContinueDeploymentRequest()

Properties

NameTypeDescription
Public Property DeploymentId System.String

Gets and sets the property DeploymentId.

The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

Public Property DeploymentWaitType Amazon.CodeDeploy.DeploymentWaitType

Gets and sets the property DeploymentWaitType.

The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5