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