public static interface CfnListenerRule.TargetGroupStickinessConfigProperty
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.*; TargetGroupStickinessConfigProperty targetGroupStickinessConfigProperty = TargetGroupStickinessConfigProperty.builder() .durationSeconds(123) .enabled(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnListenerRule.TargetGroupStickinessConfigProperty.Builder
A builder for
CfnListenerRule.TargetGroupStickinessConfigProperty |
static class |
CfnListenerRule.TargetGroupStickinessConfigProperty.Jsii$Proxy
An implementation for
CfnListenerRule.TargetGroupStickinessConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnListenerRule.TargetGroupStickinessConfigProperty.Builder |
builder() |
default java.lang.Number |
getDurationSeconds()
The time period, in seconds, during which requests from a client should be routed to the same target group.
|
default java.lang.Object |
getEnabled()
Indicates whether target group stickiness is enabled.
|
default java.lang.Number getDurationSeconds()
The range is 1-604800 seconds (7 days).
default java.lang.Object getEnabled()