logLevel property
A value that determines the type of logs that DataSync publishes to a log
stream in the Amazon CloudWatch log group that you provide. For more
information about providing a log group for DataSync, see CloudWatchLogGroupArn.
If set to OFF
, no logs are published. BASIC
publishes logs on errors for individual files transferred, and
TRANSFER
publishes logs for every file or object that is
transferred and integrity checked.
Implementation
final LogLevel? logLevel;