com.faendir.awscdkkt.generated.services.dynamodb.GlobalSecondaryIndexPropertyDsl.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 buildGlobalSecondaryIndexProperty(initializer: @AwsCdkDsl
CfnTable.GlobalSecondaryIndexProperty.Builder.() -> Unit = {}):
CfnTable.GlobalSecondaryIndexProperty =
CfnTable.GlobalSecondaryIndexProperty.Builder().apply(initializer).build()