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