com.faendir.awscdkkt.generated.services.rds.ServerlessV2ScalingConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.rds
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.rds.CfnDBCluster
@Generated
public fun buildServerlessV2ScalingConfigurationProperty(initializer: @AwsCdkDsl
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder.() -> Unit = {}):
CfnDBCluster.ServerlessV2ScalingConfigurationProperty =
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder().apply(initializer).build()