AWSDynamoDBGlobalSecondaryIndexAutoScalingUpdate
Objective-C
@interface AWSDynamoDBGlobalSecondaryIndexAutoScalingUpdate
Swift
class AWSDynamoDBGlobalSecondaryIndexAutoScalingUpdate
Represents the auto scaling settings of a global secondary index for a global table 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 provisionedWriteCapacityAutoScalingUpdate;
Swift
var provisionedWriteCapacityAutoScalingUpdate: AWSDynamoDBAutoScalingSettingsUpdate? { get set }