Skip to content

ServerGroupStickySessionProperty

Initializer

import com.aliyun.ros.cdk.alb.RosRule.ServerGroupStickySessionProperty;
ServerGroupStickySessionProperty.builder()
//  .enabled(java.lang.Boolean)
//  .enabled(IResolvable)
//  .timeout(java.lang.Number)
//  .timeout(IResolvable)
    .build();

Properties

Name Type Description
enabled java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
timeout java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

enabledOptional

public java.lang.Object getEnabled();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

timeoutOptional

public java.lang.Object getTimeout();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable