TableGlobalSecondaryIndexArgs

data class TableGlobalSecondaryIndexArgs(val contributorInsightsSpecification: Output<TableContributorInsightsSpecificationArgs>? = null, val indexName: Output<String>, val keySchema: Output<List<TableKeySchemaArgs>>, val projection: Output<TableProjectionArgs>, val provisionedThroughput: Output<TableProvisionedThroughputArgs>? = null) : ConvertibleToJava<TableGlobalSecondaryIndexArgs>

Constructors

Link copied to clipboard
fun TableGlobalSecondaryIndexArgs(contributorInsightsSpecification: Output<TableContributorInsightsSpecificationArgs>? = null, indexName: Output<String>, keySchema: Output<List<TableKeySchemaArgs>>, projection: Output<TableProjectionArgs>, provisionedThroughput: Output<TableProvisionedThroughputArgs>? = null)

Functions

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

Properties

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