Interface TimeBasedLinearTrafficRoutingProps
- All Superinterfaces:
BaseTrafficShiftingConfigProps,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TimeBasedLinearTrafficRoutingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:36.839Z")
@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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTimeBasedLinearTrafficRoutingPropsstatic final classAn implementation forTimeBasedLinearTrafficRoutingProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.awscdk.services.codedeploy.BaseTrafficShiftingConfigProps
getInterval, getPercentageMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
-