You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::ContinueDeploymentInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ContinueDeploymentInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  deployment_id: "DeploymentId",
  deployment_wait_type: "READY_WAIT", # accepts READY_WAIT, TERMINATION_WAIT
}

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

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

Returns:

  • (String)

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

#deployment_wait_typeString

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.

Possible values:

  • READY_WAIT
  • TERMINATION_WAIT

Returns:

  • (String)

    The status of the deployment\'s waiting period.