com.faendir.awscdkkt.generated.services.dynamodb.GlobalSecondaryIndexPropsV2Dsl.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.GlobalSecondaryIndexPropsV2
@Generated
public fun buildGlobalSecondaryIndexPropsV2(initializer: @AwsCdkDsl
GlobalSecondaryIndexPropsV2.Builder.() -> Unit = {}): GlobalSecondaryIndexPropsV2 =
GlobalSecondaryIndexPropsV2.Builder().apply(initializer).build()