![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.wafv2.cfnRuleGroup.IPSetReferenceStatementProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.wafv2.cfnRuleGroup
@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.CfnRuleGroup.IPSetForwardedIPConfigurationProperty] = None
): software.amazon.awscdk.services.wafv2.CfnRuleGroup.IPSetReferenceStatementProperty =
(new software.amazon.awscdk.services.wafv2.CfnRuleGroup.IPSetReferenceStatementProperty.Builder)
.arn(arn)
.ipSetForwardedIpConfig(ipSetForwardedIpConfig.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy