
io.burkard.cdk.services.wafv2.cfnWebACL.IPSetReferenceStatementProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.wafv2.cfnWebACL
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object IPSetReferenceStatementProperty {
def apply(
arn: String,
ipSetForwardedIpConfig: Option[software.amazon.awscdk.services.wafv2.CfnWebACL.IPSetForwardedIPConfigurationProperty] = None
): software.amazon.awscdk.services.wafv2.CfnWebACL.IPSetReferenceStatementProperty =
(new software.amazon.awscdk.services.wafv2.CfnWebACL.IPSetReferenceStatementProperty.Builder)
.arn(arn)
.ipSetForwardedIpConfig(ipSetForwardedIpConfig.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy