com.faendir.awscdkkt.generated.services.sagemaker.MonitoringOutputPropertyDsl.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 buildMonitoringOutputProperty(initializer: @AwsCdkDsl
CfnMonitoringSchedule.MonitoringOutputProperty.Builder.() -> Unit = {}):
CfnMonitoringSchedule.MonitoringOutputProperty =
CfnMonitoringSchedule.MonitoringOutputProperty.Builder().apply(initializer).build()