AWSLogsOutputFormat

Objective-C

NS_ENUM(NSInteger, AWSLogsOutputFormat) {
    AWSLogsOutputFormatUnknown,
    AWSLogsOutputFormatJson,
    AWSLogsOutputFormatPlain,
    AWSLogsOutputFormatW3c,
    AWSLogsOutputFormatRaw,
    AWSLogsOutputFormatParquet,
}

Swift

enum AWSLogsOutputFormat : Int, @unchecked Sendable

Undocumented