AWS - CloudWatch
Given the following AWS CLI command, what will be the retention period set for the log group
AppLogs?
aws logs put-retention-policy --log-group-name AppLogs --retention-in-days 14
