Class DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs
Inheritance
System.Object
DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs
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 DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs : ResourceArgs
Constructors
View SourceDeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs()
Declaration
public DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs()
Properties
View SourceInterval
The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.
Declaration
public Input<int> Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Percentage
The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.
Declaration
public Input<int> Percentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |