AWSDynamoDBEndpoint
Objective-C
@interface AWSDynamoDBEndpoint
Swift
class AWSDynamoDBEndpoint
An endpoint information details.
Required parameters: [Address, CachePeriodInMinutes]
-
IP address of the endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable address;Swift
var address: String? { get set } -
Endpoint cache time to live (TTL) value.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable cachePeriodInMinutes;Swift
var cachePeriodInMinutes: NSNumber? { get set }
View on GitHub
Install in Dash
AWSDynamoDBEndpoint Class Reference