GlobalTableGlobalSecondaryIndexArgs

data class GlobalTableGlobalSecondaryIndexArgs(val indexName: Output<String>, val keySchema: Output<List<GlobalTableKeySchemaArgs>>, val projection: Output<GlobalTableProjectionArgs>, val writeProvisionedThroughputSettings: Output<GlobalTableWriteProvisionedThroughputSettingsArgs>? = null) : ConvertibleToJava<GlobalTableGlobalSecondaryIndexArgs>

Constructors

Link copied to clipboard
fun GlobalTableGlobalSecondaryIndexArgs(indexName: Output<String>, keySchema: Output<List<GlobalTableKeySchemaArgs>>, projection: Output<GlobalTableProjectionArgs>, writeProvisionedThroughputSettings: Output<GlobalTableWriteProvisionedThroughputSettingsArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GlobalTableGlobalSecondaryIndexArgs

Properties

Link copied to clipboard
val indexName: Output<String>
Link copied to clipboard
Link copied to clipboard