Interface TimeBasedLinearTrafficRoutingProps
- All Superinterfaces:
- BaseTrafficShiftingConfigProps,- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- TimeBasedLinearTrafficRoutingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:34.961Z")
@Stability(Stable)
public interface TimeBasedLinearTrafficRoutingProps
extends software.amazon.jsii.JsiiSerializable, BaseTrafficShiftingConfigProps
Construction properties for 
TimeBasedLinearTrafficRouting.
 Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.*;
 import software.amazon.awscdk.services.codedeploy.*;
 TimeBasedLinearTrafficRoutingProps timeBasedLinearTrafficRoutingProps = TimeBasedLinearTrafficRoutingProps.builder()
         .interval(Duration.minutes(30))
         .percentage(123)
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTimeBasedLinearTrafficRoutingPropsstatic final classAn implementation forTimeBasedLinearTrafficRoutingProps
- 
Method SummaryStatic MethodsMethods inherited from interface software.amazon.awscdk.services.codedeploy.BaseTrafficShiftingConfigPropsgetInterval, getPercentageMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
builder
 
-