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

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

The newest version!
package io.burkard.cdk.services.waf.regional.cfnWebACL

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

  def apply(
    `type`: String
  ): software.amazon.awscdk.services.waf.regional.CfnWebACL.ActionProperty =
    (new software.amazon.awscdk.services.waf.regional.CfnWebACL.ActionProperty.Builder)
      .`type`(`type`)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy