All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.wafv2.cfnWebACL.NotStatementProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.wafv2.cfnWebACL

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object NotStatementProperty {

  def apply(
    statement: software.amazon.awscdk.services.wafv2.CfnWebACL.StatementProperty
  ): software.amazon.awscdk.services.wafv2.CfnWebACL.NotStatementProperty =
    (new software.amazon.awscdk.services.wafv2.CfnWebACL.NotStatementProperty.Builder)
      .statement(statement)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy