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