AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingUpdate
Objective-C
@interface AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingUpdate
Swift
class AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingUpdate
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
-
The name of the global secondary index.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }
-
Represents the auto scaling settings to be modified for a global table or global secondary index.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBAutoScalingSettingsUpdate *_Nullable provisionedReadCapacityAutoScalingUpdate;
Swift
var provisionedReadCapacityAutoScalingUpdate: AWSDynamoDBAutoScalingSettingsUpdate? { get set }