Skip to content

AntiBruteForceRuleProps

Properties for defining a AntiBruteForceRule.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkthreatdetection/datasource"
&datasource.AntiBruteForceRuleProps {
    AntiBruteForceRuleId: interface{},
    RefreshOptions: interface{},
}

Properties

Name Type Description
AntiBruteForceRuleId interface{} Property antiBruteForceRuleId: The ID of the defense rule.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

AntiBruteForceRuleIdRequired

AntiBruteForceRuleId interface{}
  • Type: interface{}

Property antiBruteForceRuleId: The ID of the defense rule.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.