com.faendir.awscdkkt.generated.services.glue.S3EncryptionPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.glue
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.glue.CfnSecurityConfiguration
@Generated
public fun buildS3EncryptionProperty(initializer: @AwsCdkDsl
CfnSecurityConfiguration.S3EncryptionProperty.Builder.() -> Unit = {}):
CfnSecurityConfiguration.S3EncryptionProperty =
CfnSecurityConfiguration.S3EncryptionProperty.Builder().apply(initializer).build()