@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:57.646Z")
public interface ForwardOptions
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.
|
default Duration getStickinessDuration()
Range between 1 second and 7 days.
Default: - No stickiness
static ForwardOptions.Builder builder()
ForwardOptions.Builder
of ForwardOptions