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