Show / Hide Table of Contents

Interface ITimeBasedLinearTrafficRoutingProps

Construction properties for TimeBasedLinearTrafficRouting.

Inherited Members
IBaseTrafficShiftingConfigProps.Interval
IBaseTrafficShiftingConfigProps.Percentage
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITimeBasedLinearTrafficRoutingProps : IBaseTrafficShiftingConfigProps
Syntax (vb)
Public Interface ITimeBasedLinearTrafficRoutingProps Inherits IBaseTrafficShiftingConfigProps
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK;
            using Amazon.CDK.AWS.CodeDeploy;

            var timeBasedLinearTrafficRoutingProps = new TimeBasedLinearTrafficRoutingProps {
                Interval = Duration.Minutes(30),
                Percentage = 123
            };

Synopsis

Back to top Generated by DocFX