Web Acl Rate Based Statement Args
data class WebAclRateBasedStatementArgs(val aggregateKeyType: Output<WebAclRateBasedStatementAggregateKeyType>, val customKeys: Output<List<WebAclRateBasedStatementCustomKeyArgs>>? = null, val forwardedIpConfig: Output<WebAclForwardedIpConfigurationArgs>? = null, val limit: Output<Int>, val scopeDownStatement: Output<WebAclStatementArgs>? = null) : ConvertibleToJava<WebAclRateBasedStatementArgs>
Constructors
Link copied to clipboard
fun WebAclRateBasedStatementArgs(aggregateKeyType: Output<WebAclRateBasedStatementAggregateKeyType>, customKeys: Output<List<WebAclRateBasedStatementCustomKeyArgs>>? = null, forwardedIpConfig: Output<WebAclForwardedIpConfigurationArgs>? = null, limit: Output<Int>, scopeDownStatement: Output<WebAclStatementArgs>? = null)