Interface TimeBasedLinearTrafficRoutingProps

All Superinterfaces:
BaseTrafficShiftingConfigProps, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
TimeBasedLinearTrafficRoutingProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-22T02:23:58.809Z") @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();