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