TableGlobalSecondaryIndexArgs

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

Represents the properties of a global secondary index.

Constructors

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

Properties

Link copied to clipboard

The settings used to enable or disable CloudWatch Contributor Insights for the specified global secondary index.

Link copied to clipboard
val indexName: Output<String>

The name of the global secondary index. The name must be unique among all other indexes on this table.

Link copied to clipboard

The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:

Link copied to clipboard

The maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify `MaxReadRequestUnits`, `MaxWriteRequestUnits`, or both.

Link copied to clipboard

Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

Link copied to clipboard

Represents the provisioned throughput settings for the specified global secondary index. For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.

Functions

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