com.faendir.awscdkkt.generated.services.networkfirewall.PortRangePropertyDsl.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.CfnTLSInspectionConfiguration
@Generated
public fun buildPortRangeProperty(initializer: @AwsCdkDsl
CfnTLSInspectionConfiguration.PortRangeProperty.Builder.() -> Unit = {}):
CfnTLSInspectionConfiguration.PortRangeProperty =
CfnTLSInspectionConfiguration.PortRangeProperty.Builder().apply(initializer).build()