@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.124Z") @Stability(value=Stable) public interface NetworkForwardOptions 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.*;
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
NetworkForwardOptions networkForwardOptions = NetworkForwardOptions.builder()
.stickinessDuration(Duration.minutes(30))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NetworkForwardOptions.Builder
A builder for
NetworkForwardOptions |
static class |
NetworkForwardOptions.Jsii$Proxy
An implementation for
NetworkForwardOptions |
| Modifier and Type | Method and Description |
|---|---|
static NetworkForwardOptions.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 NetworkForwardOptions.Builder builder()
NetworkForwardOptions.Builder of NetworkForwardOptionsCopyright © 2022. All rights reserved.