AWSDynamoDBCreateGlobalTableInput
Objective-C
@interface AWSDynamoDBCreateGlobalTableInput
Swift
class AWSDynamoDBCreateGlobalTableInput
-
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 needs to be created.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBReplica *> *_Nullable replicationGroup;Swift
var replicationGroup: [AWSDynamoDBReplica]? { get set }
View on GitHub
Install in Dash
AWSDynamoDBCreateGlobalTableInput Class Reference