deploymentType property

Input<String?>? deploymentType
final

Indicates whether to run an in-place deployment or a blue/green deployment. Valid Values are IN_PLACE or BLUE_GREEN. Default is IN_PLACE.

Only one deploymentStyle is allowed.

Implementation

final pulumi.Input<String?>? deploymentType;