AWSDynamoDBReplica
Objective-C
@interface AWSDynamoDBReplica
Swift
class AWSDynamoDBReplica
Represents the properties of a replica.
-
The Region where the replica needs to be created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable regionName;
Swift
var regionName: String? { get set }