class Aws::CodeDeploy::Types::DeploymentStyle

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

@note When making an API call, you may pass DeploymentStyle

data as a hash:

    {
      deployment_type: "IN_PLACE", # accepts IN_PLACE, BLUE_GREEN
      deployment_option: "WITH_TRAFFIC_CONTROL", # accepts WITH_TRAFFIC_CONTROL, WITHOUT_TRAFFIC_CONTROL
    }

@!attribute [rw] deployment_type

Indicates whether to run an in-place deployment or a blue/green
deployment.
@return [String]

@!attribute [rw] deployment_option

Indicates whether to route deployment traffic behind a load
balancer.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeploymentStyle AWS API Documentation

Constants

SENSITIVE