Show / Hide Table of Contents

Class DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs
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 DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs : ResourceArgs

Constructors

View Source

DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs()

Declaration
public DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs()

Properties

View Source

Interval

The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

Declaration
public Input<int> Interval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Percentage

The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

Declaration
public Input<int> Percentage { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.