com.faendir.awscdkkt.generated.services.ses.ConfigurationSetEventDestinationOptionsDsl.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.ConfigurationSetEventDestinationOptions
@Generated
public fun buildConfigurationSetEventDestinationOptions(initializer: @AwsCdkDsl
ConfigurationSetEventDestinationOptions.Builder.() -> Unit = {}):
ConfigurationSetEventDestinationOptions =
ConfigurationSetEventDestinationOptions.Builder().apply(initializer).build()