AWSLogsInputLogEvent
Objective-C
@interface AWSLogsInputLogEvent
Swift
class AWSLogsInputLogEvent
Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.
Required parameters: [timestamp, message]
-
The raw event message. Each log event can be no larger than 256 KB.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }
-
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable timestamp;
Swift
var timestamp: NSNumber? { get set }