@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:06.608Z") @Stability(value=Experimental) 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.core.*;
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
Duration duration;
ForwardOptions forwardOptions = ForwardOptions.builder()
.stickinessDuration(duration)
.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()
(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 ForwardOptions.Builder builder()
ForwardOptions.Builder of ForwardOptionsCopyright © 2022. All rights reserved.