Class DeploymentConfigTrafficRoutingConfigGetArgs
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 DeploymentConfigTrafficRoutingConfigGetArgs : ResourceArgs
Constructors
View SourceDeploymentConfigTrafficRoutingConfigGetArgs()
Declaration
public DeploymentConfigTrafficRoutingConfigGetArgs()
Properties
View SourceTimeBasedCanary
The time based canary configuration information. If type is TimeBasedLinear, use time_based_linear instead.
Declaration
public Input<DeploymentConfigTrafficRoutingConfigTimeBasedCanaryGetArgs> TimeBasedCanary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentConfigTrafficRoutingConfigTimeBasedCanaryGetArgs> |
TimeBasedLinear
The time based linear configuration information. If type is TimeBasedCanary, use time_based_canary instead.
Declaration
public Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinearGetArgs> TimeBasedLinear { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinearGetArgs> |
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> |