com.faendir.awscdkkt.generated.services.networkfirewall.RuleVariablesPropertyDsl.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 buildRuleVariablesProperty(initializer: @AwsCdkDsl
CfnRuleGroup.RuleVariablesProperty.Builder.() -> Unit = {}): CfnRuleGroup.RuleVariablesProperty
= CfnRuleGroup.RuleVariablesProperty.Builder().apply(initializer).build()