AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingDescription
Objective-C
@interface AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingDescription
Swift
class AWSDynamoDBReplicaGlobalSecondaryIndexAutoScalingDescription
Represents the auto scaling configuration for a replica global secondary index.
-
The name of the global secondary index.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable indexName;
Swift
var indexName: String? { get set }
-
The current state of the replica global secondary index:
CREATING
- The index is being created.UPDATING
- The table/index configuration is being updated. The table/index remains available for data operations whenUPDATING
DELETING
- The index is being deleted.ACTIVE
- The index is ready for use.
Declaration
Objective-C
@property (nonatomic) AWSDynamoDBIndexStatus indexStatus;
Swift
var indexStatus: AWSDynamoDBIndexStatus { get set }
-
Represents the auto scaling settings for a global table or global secondary index.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBAutoScalingSettingsDescription *_Nullable provisionedReadCapacityAutoScalingSettings;
Swift
var provisionedReadCapacityAutoScalingSettings: AWSDynamoDBAutoScalingSettingsDescription? { get set }
-
Represents the auto scaling settings for a global table or global secondary index.
Declaration
Objective-C
@property (nonatomic, strong) AWSDynamoDBAutoScalingSettingsDescription *_Nullable provisionedWriteCapacityAutoScalingSettings;
Swift
var provisionedWriteCapacityAutoScalingSettings: AWSDynamoDBAutoScalingSettingsDescription? { get set }