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