encoding property

CloudWatchLogsEncoding? encoding
final

Specifies the encoding of the log file so that the file can be read correctly. The default is utf_8. Encodings supported by Python codecs.decode() can be used here.

Implementation

final CloudWatchLogsEncoding? encoding;