Show / Hide Table of Contents

Class DeploymentConfigTrafficRoutingConfigArgs

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

Constructors

View Source

DeploymentConfigTrafficRoutingConfigArgs()

Declaration
public DeploymentConfigTrafficRoutingConfigArgs()

Properties

View Source

TimeBasedCanary

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

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

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