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