com.faendir.awscdkkt.generated.services.servicecatalog.CfnLaunchRoleConstraintPropsDsl.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.CfnLaunchRoleConstraintProps
@Generated
public fun buildCfnLaunchRoleConstraintProps(initializer: @AwsCdkDsl
CfnLaunchRoleConstraintProps.Builder.() -> Unit = {}): CfnLaunchRoleConstraintProps =
CfnLaunchRoleConstraintProps.Builder().apply(initializer).build()