com.faendir.awscdkkt.generated.services.connect.CrossChannelBehaviorPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.connect
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.connect.CfnRoutingProfile
@Generated
public fun buildCrossChannelBehaviorProperty(initializer: @AwsCdkDsl
CfnRoutingProfile.CrossChannelBehaviorProperty.Builder.() -> Unit = {}):
CfnRoutingProfile.CrossChannelBehaviorProperty =
CfnRoutingProfile.CrossChannelBehaviorProperty.Builder().apply(initializer).build()