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

io.burkard.cdk.services.wafv2.cfnRuleGroup.LabelSummaryProperty.scala Maven / Gradle / Ivy

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

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

  def apply(
    name: Option[String] = None
  ): software.amazon.awscdk.services.wafv2.CfnRuleGroup.LabelSummaryProperty =
    (new software.amazon.awscdk.services.wafv2.CfnRuleGroup.LabelSummaryProperty.Builder)
      .name(name.orNull)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy