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