AWSDynamoDBGlobalTable
Objective-C
@interface AWSDynamoDBGlobalTable
Swift
class AWSDynamoDBGlobalTable
Represents the properties of a global table.
-
The global table name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable globalTableName;
Swift
var globalTableName: String? { get set }
-
The Regions where the global table has replicas.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBReplica *> *_Nullable replicationGroup;
Swift
var replicationGroup: [AWSDynamoDBReplica]? { get set }