Class DeploymentConfigTrafficRoutingConfigArgs
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 DeploymentConfigTrafficRoutingConfigArgs : ResourceArgs
Constructors
View SourceDeploymentConfigTrafficRoutingConfigArgs()
Declaration
public DeploymentConfigTrafficRoutingConfigArgs()
Properties
View SourceTimeBasedCanary
The time based canary configuration information. If type is TimeBasedLinear, use time_based_linear instead.
Declaration
public Input<DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs> TimeBasedCanary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs> |
TimeBasedLinear
The time based linear configuration information. If type is TimeBasedCanary, use time_based_canary instead.
Declaration
public Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs> TimeBasedLinear { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinearArgs> |
Type
Type of traffic routing config. One of TimeBasedCanary, TimeBasedLinear, AllAtOnce.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |