com.faendir.awscdkkt.generated.services.sagemaker.JupyterServerAppSettingsPropertyDsl.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 buildJupyterServerAppSettingsProperty(initializer: @AwsCdkDsl
CfnUserProfile.JupyterServerAppSettingsProperty.Builder.() -> Unit = {}):
CfnUserProfile.JupyterServerAppSettingsProperty =
CfnUserProfile.JupyterServerAppSettingsProperty.Builder().apply(initializer).build()