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

io.burkard.cdk.services.wafv2.cfnWebACL.LabelMatchStatementProperty.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 LabelMatchStatementProperty {

  def apply(
    key: String,
    scope: String
  ): software.amazon.awscdk.services.wafv2.CfnWebACL.LabelMatchStatementProperty =
    (new software.amazon.awscdk.services.wafv2.CfnWebACL.LabelMatchStatementProperty.Builder)
      .key(key)
      .scope(scope)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy