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