![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.wafv2.cfnRuleGroup.RateBasedStatementProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.wafv2.cfnRuleGroup
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object RateBasedStatementProperty {
def apply(
limit: Number,
aggregateKeyType: String,
forwardedIpConfig: Option[software.amazon.awscdk.services.wafv2.CfnRuleGroup.ForwardedIPConfigurationProperty] = None,
scopeDownStatement: Option[software.amazon.awscdk.services.wafv2.CfnRuleGroup.StatementProperty] = None
): software.amazon.awscdk.services.wafv2.CfnRuleGroup.RateBasedStatementProperty =
(new software.amazon.awscdk.services.wafv2.CfnRuleGroup.RateBasedStatementProperty.Builder)
.limit(limit)
.aggregateKeyType(aggregateKeyType)
.forwardedIpConfig(forwardedIpConfig.orNull)
.scopeDownStatement(scopeDownStatement.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy