com.faendir.awscdkkt.generated.services.networkfirewall.IPSetReferencePropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.networkfirewall
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.networkfirewall.CfnRuleGroup
@Generated
public fun buildIPSetReferenceProperty(initializer: @AwsCdkDsl
CfnRuleGroup.IPSetReferenceProperty.Builder.() -> Unit = {}):
CfnRuleGroup.IPSetReferenceProperty =
CfnRuleGroup.IPSetReferenceProperty.Builder().apply(initializer).build()