com.faendir.awscdkkt.generated.services.networkfirewall.TLSInspectionConfigurationPropertyDsl.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 buildTLSInspectionConfigurationProperty(initializer: @AwsCdkDsl
CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.Builder.() -> Unit = {}):
CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty =
CfnTLSInspectionConfiguration.TLSInspectionConfigurationProperty.Builder().apply(initializer).build()