Class DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs
Inheritance
System.Object
DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs
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 DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs : ResourceArgs
Constructors
View SourceDeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs()
Declaration
public DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs()
Properties
View SourceInterval
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> |
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> |