com.faendir.awscdkkt.generated.services.mediatailor.DefaultSegmentDeliveryConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.mediatailor
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.mediatailor.CfnSourceLocation
@Generated
public fun buildDefaultSegmentDeliveryConfigurationProperty(initializer: @AwsCdkDsl
CfnSourceLocation.DefaultSegmentDeliveryConfigurationProperty.Builder.() -> Unit = {}):
CfnSourceLocation.DefaultSegmentDeliveryConfigurationProperty =
CfnSourceLocation.DefaultSegmentDeliveryConfigurationProperty.Builder().apply(initializer).build()