com.faendir.awscdkkt.generated.services.dynamodb.OnDemandThroughputPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.dynamodb
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.dynamodb.CfnTable
@Generated
public fun buildOnDemandThroughputProperty(initializer: @AwsCdkDsl
CfnTable.OnDemandThroughputProperty.Builder.() -> Unit = {}):
CfnTable.OnDemandThroughputProperty =
CfnTable.OnDemandThroughputProperty.Builder().apply(initializer).build()