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