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