io.burkard.cdk.services.waf.cfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.scala Maven / Gradle / Ivy
The newest version!
package io.burkard.cdk.services.waf.cfnSqlInjectionMatchSet
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object SqlInjectionMatchTupleProperty {
def apply(
fieldToMatch: software.amazon.awscdk.services.waf.CfnSqlInjectionMatchSet.FieldToMatchProperty,
textTransformation: String
): software.amazon.awscdk.services.waf.CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty =
(new software.amazon.awscdk.services.waf.CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty.Builder)
.fieldToMatch(fieldToMatch)
.textTransformation(textTransformation)
.build()
}