I have the following command in AWS,
aws cloudwatch get-metric-statistics \
--region up-south-1 \
--namespace AWS/RDS \
--metric-name DBLoad \
--period 60 \
--statistics Average \
--start-time 2023-07-07T21:00:00Z \
--end-time 2023-07-07T23:59:00Z \
I need to convert this into Boto code.
1 Answer