Class DeploymentConfigTrafficRoutingConfig
Inheritance
System.Object
DeploymentConfigTrafficRoutingConfig
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 DeploymentConfigTrafficRoutingConfig
Fields
View SourceTimeBasedCanary
The time based canary configuration information. If type is TimeBasedLinear, use time_based_linear instead.
Declaration
public readonly DeploymentConfigTrafficRoutingConfigTimeBasedCanary TimeBasedCanary
Field Value
| Type | Description |
|---|---|
| DeploymentConfigTrafficRoutingConfigTimeBasedCanary |
TimeBasedLinear
The time based linear configuration information. If type is TimeBasedCanary, use time_based_canary instead.
Declaration
public readonly DeploymentConfigTrafficRoutingConfigTimeBasedLinear TimeBasedLinear
Field Value
| Type | Description |
|---|---|
| DeploymentConfigTrafficRoutingConfigTimeBasedLinear |
Type
Type of traffic routing config. One of TimeBasedCanary, TimeBasedLinear, AllAtOnce.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |