Class DeploymentGroupDeploymentStyleGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupDeploymentStyleGetArgs : ResourceArgs
Constructors
View SourceDeploymentGroupDeploymentStyleGetArgs()
Declaration
public DeploymentGroupDeploymentStyleGetArgs()
Properties
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 Input<string> DeploymentOption { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> DeploymentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |