Show / Hide Table of Contents

Class DeploymentGroupDeploymentStyleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentGroupDeploymentStyleGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

DeploymentGroupDeploymentStyleGetArgs()

Declaration
public DeploymentGroupDeploymentStyleGetArgs()

Properties

View Source

DeploymentOption

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.