Table Global Secondary Index Args
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)