79623590

Date: 2025-05-15 14:37:07
Score: 0.5
Natty:
Report link

The query parameter uses JMESPath to get attributes. With that you run the following command to only return the plan name:

aws backup get-backup-plan \
    --backup-plan-id {plan_id} \
    --query BackupPlan.BackupPlanName
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PeskyPotato