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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forTimeBasedLinearTrafficRoutingProps
static final class
An implementation forTimeBasedLinearTrafficRoutingProps
-
Method Summary
Methods inherited from interface software.amazon.awscdk.services.codedeploy.BaseTrafficShiftingConfigProps
getInterval, getPercentage
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
-