AWSS3ReplicationTime
Objective-C
@interface AWSS3ReplicationTime
Swift
class AWSS3ReplicationTime
A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics
block.
Required parameters: [Status, Time]
-
Specifies whether the replication time is enabled.
Declaration
Objective-C
@property (nonatomic) AWSS3ReplicationTimeStatus status;
Swift
var status: AWSS3ReplicationTimeStatus { get set }
-
A container specifying the time by which replication should be complete for all objects and operations on objects.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3ReplicationTimeValue *_Nullable time;
Swift
var time: AWSS3ReplicationTimeValue? { get set }