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