ContinueDeploymentInput

public struct ContinueDeploymentInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

    Declaration

    Swift

    public let deploymentId: String?
  • 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.

    Declaration

    Swift

    public let deploymentWaitType: DeploymentWaitType?
  • Undocumented

    Declaration

    Swift

    public init(deploymentId: String? = nil, deploymentWaitType: DeploymentWaitType? = nil)