Show / Hide Table of Contents

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 Source

TimeBasedCanary

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

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

Type

Type of traffic routing config. One of TimeBasedCanary, TimeBasedLinear, AllAtOnce.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.