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