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