Show / Hide Table of Contents

Class DeploymentConfigTrafficRoutingConfigGetArgs

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

Constructors

View Source

DeploymentConfigTrafficRoutingConfigGetArgs()

Declaration
public DeploymentConfigTrafficRoutingConfigGetArgs()

Properties

View Source

TimeBasedCanary

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

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>
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.