AWSDynamoDBGlobalTableGlobalSecondaryIndexSettingsUpdate Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSDynamoDBModel.h AWSDynamoDBModel.m |
Overview
Represents the settings of a global secondary index for a global table that will be modified.
Required parameters: [IndexName]
indexName
The name of the global secondary index. The name must be unique among all other indexes on this table.
@property (nonatomic, strong) NSString *indexName
Declared In
AWSDynamoDBModel.h
provisionedWriteCapacityAutoScalingSettingsUpdate
AutoScaling settings for managing a global secondary index's write capacity units.
@property (nonatomic, strong) AWSDynamoDBAutoScalingSettingsUpdate *provisionedWriteCapacityAutoScalingSettingsUpdate
Declared In
AWSDynamoDBModel.h
provisionedWriteCapacityUnits
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
@property (nonatomic, strong) NSNumber *provisionedWriteCapacityUnits
Declared In
AWSDynamoDBModel.h