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