Global Table Replica Global Secondary Index Specification
data class GlobalTableReplicaGlobalSecondaryIndexSpecification(val contributorInsightsSpecification: GlobalTableContributorInsightsSpecification? = null, val indexName: String, val readProvisionedThroughputSettings: GlobalTableReadProvisionedThroughputSettings? = null)
Constructors
Link copied to clipboard
fun GlobalTableReplicaGlobalSecondaryIndexSpecification(contributorInsightsSpecification: GlobalTableContributorInsightsSpecification? = null, indexName: String, readProvisionedThroughputSettings: GlobalTableReadProvisionedThroughputSettings? = null)