Skip to content

RosAntiBruteForceRuleProps

Properties for defining a RosAntiBruteForceRule.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-threatdetection-antibruteforcerule

Initializer

import com.aliyun.ros.cdk.threatdetection.datasource.RosAntiBruteForceRuleProps;
RosAntiBruteForceRuleProps.builder()
    .antiBruteForceRuleId(java.lang.Number)
    .antiBruteForceRuleId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
antiBruteForceRuleId java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

antiBruteForceRuleIdRequired

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

refreshOptionsOptional

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