com.faendir.awscdkkt.generated.services.customerprofiles.SalesforceSourcePropertiesPropertyDsl.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 buildSalesforceSourcePropertiesProperty(initializer: @AwsCdkDsl
CfnIntegration.SalesforceSourcePropertiesProperty.Builder.() -> Unit = {}):
CfnIntegration.SalesforceSourcePropertiesProperty =
CfnIntegration.SalesforceSourcePropertiesProperty.Builder().apply(initializer).build()