com.faendir.awscdkkt.generated.services.nimblestudio.CfnLaunchProfilePropsDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.nimblestudio
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.nimblestudio.CfnLaunchProfileProps
@Generated
public fun buildCfnLaunchProfileProps(initializer: @AwsCdkDsl
CfnLaunchProfileProps.Builder.() -> Unit = {}): CfnLaunchProfileProps =
CfnLaunchProfileProps.Builder().apply(initializer).build()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy