com.faendir.awscdkkt.generated.services.ec2.CfnVPCEndpointConnectionNotificationPropsDsl.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.CfnVPCEndpointConnectionNotificationProps
@Generated
public fun buildCfnVPCEndpointConnectionNotificationProps(initializer: @AwsCdkDsl
CfnVPCEndpointConnectionNotificationProps.Builder.() -> Unit = {}):
CfnVPCEndpointConnectionNotificationProps =
CfnVPCEndpointConnectionNotificationProps.Builder().apply(initializer).build()