com.faendir.awscdkkt.generated.services.lookoutequipment.S3InputConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.lookoutequipment
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler
@Generated
public fun buildS3InputConfigurationProperty(initializer: @AwsCdkDsl
CfnInferenceScheduler.S3InputConfigurationProperty.Builder.() -> Unit = {}):
CfnInferenceScheduler.S3InputConfigurationProperty =
CfnInferenceScheduler.S3InputConfigurationProperty.Builder().apply(initializer).build()