WebAclManagedRuleGroupConfig

data class WebAclManagedRuleGroupConfig(val awsManagedRulesAcfpRuleSet: WebAclAwsManagedRulesAcfpRuleSet? = null, val awsManagedRulesAtpRuleSet: WebAclAwsManagedRulesAtpRuleSet? = null, val awsManagedRulesBotControlRuleSet: WebAclAwsManagedRulesBotControlRuleSet? = null, val loginPath: String? = null, val passwordField: WebAclFieldIdentifier? = null, val payloadType: WebAclManagedRuleGroupConfigPayloadType? = null, val usernameField: WebAclFieldIdentifier? = null)

ManagedRuleGroupConfig.

Constructors

Link copied to clipboard
fun WebAclManagedRuleGroupConfig(awsManagedRulesAcfpRuleSet: WebAclAwsManagedRulesAcfpRuleSet? = null, awsManagedRulesAtpRuleSet: WebAclAwsManagedRulesAtpRuleSet? = null, awsManagedRulesBotControlRuleSet: WebAclAwsManagedRulesBotControlRuleSet? = null, loginPath: String? = null, passwordField: WebAclFieldIdentifier? = null, payloadType: WebAclManagedRuleGroupConfigPayloadType? = null, usernameField: WebAclFieldIdentifier? = null)

Types

Link copied to clipboard
object Companion

Properties