Class DeploymentConfigTrafficRoutingConfigTimeBasedLinear
Inheritance
System.Object
DeploymentConfigTrafficRoutingConfigTimeBasedLinear
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 DeploymentConfigTrafficRoutingConfigTimeBasedLinear
Fields
View SourceInterval
The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.
Declaration
public readonly int? Interval
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Percentage
The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.
Declaration
public readonly int? Percentage
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |