com.faendir.awscdkkt.generated.services.bcmdataexports.S3OutputConfigurationsPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.bcmdataexports
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.bcmdataexports.CfnExport
@Generated
public fun buildS3OutputConfigurationsProperty(initializer: @AwsCdkDsl
CfnExport.S3OutputConfigurationsProperty.Builder.() -> Unit = {}):
CfnExport.S3OutputConfigurationsProperty =
CfnExport.S3OutputConfigurationsProperty.Builder().apply(initializer).build()