@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:30.470Z") @Stability(value=Experimental) 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.core.*;
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
Duration duration;
NetworkForwardOptions networkForwardOptions = NetworkForwardOptions.builder()
.stickinessDuration(duration)
.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()
(experimental) For how long clients should be directed to the same target group.
|
@Stability(value=Experimental) @Nullable default Duration getStickinessDuration()
Range between 1 second and 7 days.
Default: - No stickiness
@Stability(value=Experimental) static NetworkForwardOptions.Builder builder()
NetworkForwardOptions.Builder of NetworkForwardOptionsCopyright © 2022. All rights reserved.