AWSDynamoDBTableAutoScalingDescription
Objective-C
@interface AWSDynamoDBTableAutoScalingDescription
Swift
class AWSDynamoDBTableAutoScalingDescription
Represents the auto scaling configuration for a global table.
-
Represents replicas of the global table.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBReplicaAutoScalingDescription *> *_Nullable replicas;
Swift
var replicas: [AWSDynamoDBReplicaAutoScalingDescription]? { get set }
-
The name of the table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable tableName;
Swift
var tableName: String? { get set }
-
The current state of the table:
CREATING
- The table is being created.UPDATING
- The table is being updated.DELETING
- The table is being deleted.ACTIVE
- The table is ready for use.
Declaration
Objective-C
@property (nonatomic) AWSDynamoDBTableStatus tableStatus;
Swift
var tableStatus: AWSDynamoDBTableStatus { get set }