AWSS3Metrics
Objective-C
@interface AWSS3Metrics
Swift
class AWSS3Metrics
A container specifying replication metrics-related settings enabling metrics and Amazon S3 events for S3 Replication Time Control (S3 RTC). Must be specified together with a ReplicationTime
block.
Required parameters: [Status, EventThreshold]
-
A container specifying the time threshold for emitting the
s3:Replication:OperationMissedThreshold
event.Declaration
Objective-C
@property (nonatomic, strong) AWSS3ReplicationTimeValue *_Nullable eventThreshold;
Swift
var eventThreshold: AWSS3ReplicationTimeValue? { get set }
-
Specifies whether the replication metrics are enabled.
Declaration
Objective-C
@property (nonatomic) AWSS3MetricsStatus status;
Swift
var status: AWSS3MetricsStatus { get set }