com.faendir.awscdkkt.generated.services.customerprofiles.S3SourcePropertiesPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.customerprofiles
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.customerprofiles.CfnIntegration
@Generated
public fun buildS3SourcePropertiesProperty(initializer: @AwsCdkDsl
CfnIntegration.S3SourcePropertiesProperty.Builder.() -> Unit = {}):
CfnIntegration.S3SourcePropertiesProperty =
CfnIntegration.S3SourcePropertiesProperty.Builder().apply(initializer).build()