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

io.burkard.cdk.services.waf.regional.cfnWebACL.RuleProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.waf.regional.cfnWebACL

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

  def apply(
    priority: Number,
    action: software.amazon.awscdk.services.waf.regional.CfnWebACL.ActionProperty,
    ruleId: String
  ): software.amazon.awscdk.services.waf.regional.CfnWebACL.RuleProperty =
    (new software.amazon.awscdk.services.waf.regional.CfnWebACL.RuleProperty.Builder)
      .priority(priority)
      .action(action)
      .ruleId(ruleId)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy