Interface ITimeBasedLinearTrafficRoutingProps
Construction properties for TimeBasedLinearTrafficRouting.
Inherited Members
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
};