AWSDynamoDBReplicaGlobalSecondaryIndexSettingsUpdate
Objective-C
@interface AWSDynamoDBReplicaGlobalSecondaryIndexSettingsUpdate
Swift
class AWSDynamoDBReplicaGlobalSecondaryIndexSettingsUpdate
Represents the settings of a global secondary index for a global table that will be modified.
Required parameters: [IndexName]
-
The name of the global secondary index. The name must be unique among all other indexes on this table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }
-
Auto scaling settings for managing a global secondary index replica’s read capacity units.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBAutoScalingSettingsUpdate *_Nullable provisionedReadCapacityAutoScalingSettingsUpdate;
Swift
var provisionedReadCapacityAutoScalingSettingsUpdate: AWSDynamoDBAutoScalingSettingsUpdate? { get set }
-
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable provisionedReadCapacityUnits;
Swift
var provisionedReadCapacityUnits: NSNumber? { get set }