com.faendir.awscdkkt.generated.services.sagemaker.MonitoringInputPropertyDsl.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.CfnMonitoringSchedule
@Generated
public fun buildMonitoringInputProperty(initializer: @AwsCdkDsl
CfnMonitoringSchedule.MonitoringInputProperty.Builder.() -> Unit = {}):
CfnMonitoringSchedule.MonitoringInputProperty =
CfnMonitoringSchedule.MonitoringInputProperty.Builder().apply(initializer).build()