com.faendir.awscdkkt.generated.services.redshiftserverless.SnapshotCopyConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.redshiftserverless
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.redshiftserverless.CfnNamespace
@Generated
public fun buildSnapshotCopyConfigurationProperty(initializer: @AwsCdkDsl
CfnNamespace.SnapshotCopyConfigurationProperty.Builder.() -> Unit = {}):
CfnNamespace.SnapshotCopyConfigurationProperty =
CfnNamespace.SnapshotCopyConfigurationProperty.Builder().apply(initializer).build()