Class DeploymentGroupDeploymentStyle
Inheritance
System.Object
DeploymentGroupDeploymentStyle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodeDeploy.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupDeploymentStyle
Fields
View SourceDeploymentOption
Indicates whether to route deployment traffic behind a load balancer. Valid Values are WITH_TRAFFIC_CONTROL or WITHOUT_TRAFFIC_CONTROL. Default is WITHOUT_TRAFFIC_CONTROL.
Declaration
public readonly string DeploymentOption
Field Value
| Type | Description |
|---|---|
| System.String |
DeploymentType
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.
Declaration
public readonly string DeploymentType
Field Value
| Type | Description |
|---|---|
| System.String |