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