AWSLogsOutputFormat
Objective-C
NS_ENUM(NSInteger, AWSLogsOutputFormat) {
AWSLogsOutputFormatUnknown,
AWSLogsOutputFormatJson,
AWSLogsOutputFormatPlain,
AWSLogsOutputFormatW3c,
AWSLogsOutputFormatRaw,
AWSLogsOutputFormatParquet,
}
Swift
enum AWSLogsOutputFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLogsOutputFormatUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLogsOutputFormatJson
Swift
case json = 1
-
Undocumented
Declaration
Objective-C
AWSLogsOutputFormatPlain
Swift
case plain = 2
-
Undocumented
Declaration
Objective-C
AWSLogsOutputFormatW3c
Swift
case w3c = 3
-
Undocumented
Declaration
Objective-C
AWSLogsOutputFormatRaw
Swift
case raw = 4
-
Undocumented
Declaration
Objective-C
AWSLogsOutputFormatParquet
Swift
case parquet = 5