@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:30.913Z") @Stability(value=Stable) public interface ForwardOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.elasticloadbalancingv2.*; import software.amazon.awscdk.core.*; ForwardOptions forwardOptions = ForwardOptions.builder() .stickinessDuration(Duration.minutes(30)) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ForwardOptions.Builder
A builder for
ForwardOptions |
static class |
ForwardOptions.Jsii$Proxy
An implementation for
ForwardOptions |
Modifier and Type | Method and Description |
---|---|
static ForwardOptions.Builder |
builder() |
default Duration |
getStickinessDuration()
For how long clients should be directed to the same target group.
|
@Stability(value=Stable) @Nullable default Duration getStickinessDuration()
Range between 1 second and 7 days.
Default: - No stickiness
@Stability(value=Stable) static ForwardOptions.Builder builder()
ForwardOptions.Builder
of ForwardOptions
Copyright © 2023. All rights reserved.