com.faendir.awscdkkt.generated.services.sagemaker.InstanceMetadataServiceConfigurationPropertyDsl.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.CfnNotebookInstance
@Generated
public fun buildInstanceMetadataServiceConfigurationProperty(initializer: @AwsCdkDsl
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder.() -> Unit = {}):
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty =
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder().apply(initializer).build()