Web Acl Managed Rule Group Config Args
data class WebAclManagedRuleGroupConfigArgs(val awsManagedRulesAcfpRuleSet: Output<WebAclAwsManagedRulesAcfpRuleSetArgs>? = null, val awsManagedRulesAtpRuleSet: Output<WebAclAwsManagedRulesAtpRuleSetArgs>? = null, val awsManagedRulesBotControlRuleSet: Output<WebAclAwsManagedRulesBotControlRuleSetArgs>? = null, val loginPath: Output<String>? = null, val passwordField: Output<WebAclFieldIdentifierArgs>? = null, val payloadType: Output<WebAclManagedRuleGroupConfigPayloadType>? = null, val usernameField: Output<WebAclFieldIdentifierArgs>? = null) : ConvertibleToJava<WebAclManagedRuleGroupConfigArgs>
ManagedRuleGroupConfig.
Constructors
Link copied to clipboard
fun WebAclManagedRuleGroupConfigArgs(awsManagedRulesAcfpRuleSet: Output<WebAclAwsManagedRulesAcfpRuleSetArgs>? = null, awsManagedRulesAtpRuleSet: Output<WebAclAwsManagedRulesAtpRuleSetArgs>? = null, awsManagedRulesBotControlRuleSet: Output<WebAclAwsManagedRulesBotControlRuleSetArgs>? = null, loginPath: Output<String>? = null, passwordField: Output<WebAclFieldIdentifierArgs>? = null, payloadType: Output<WebAclManagedRuleGroupConfigPayloadType>? = null, usernameField: Output<WebAclFieldIdentifierArgs>? = null)