Show / Hide Table of Contents

Class DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs

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

Constructors

View Source

DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs()

Declaration
public DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs()

Properties

View Source

Interval

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

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