{"tool":"aws","tool_display":"Aws","intent":"get-backup-plan-details","intent_display":"get backup plan details","title":"Aws Command: get backup plan details","command_string":"aws backup get-backup-plan --backup-plan-id <id>","raw_command_string":"aws backup get-backup-plan --backup-plan-id {{id}}","description":"Exact CLI syntax to get backup plan details using Aws.","usage_scenario":"When performing a full audit of backup strategy or troubleshooting backup failures.","scenario_context":"Use this command to quickly access backup plan configurations and details.","simulated_output":"{\n    \"BackupPlan\": {\n        \"BackupPlanId\": \"12345\",\n        \"BackupPlanName\": \"DailyBackup\",\n        \"Rules\": [\n            {\n                \"RuleName\": \"DailyBackupRule\",\n                \"TargetBackupVaultName\": \"MyVault\",\n                \"ScheduleExpression\": \"cron(0 12 * * ? *)\"\n            }\n        ]\n    }\n}","how_to_steps":["Run the command: aws backup get-backup-plan --backup-plan-id {{id}}","Verify the output contains the expected BackupPlanId and BackupPlanName."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/get-backup-plan-details"}