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