Amazon Backup · JSON Structure
Backup Resource Structure
Structural documentation for key resources in the AWS Backup API
Type:
Properties: 0
BackupData ProtectionDisaster RecoveryStorageComplianceGovernanceBusiness Continuity
Backup Resource Structure is a JSON Structure definition published by Amazon Backup.
Meta-schema:
JSON Structure
{
"title": "AWS Backup Resource Structure",
"description": "Structural documentation for key resources in the AWS Backup API",
"resources": {
"BackupPlan": {
"description": "Defines automated backup schedule, lifecycle, retention rules, and copy actions",
"identifiers": ["BackupPlanId", "BackupPlanArn", "VersionId"],
"fields": {
"BackupPlanId": { "type": "string", "readOnly": true },
"BackupPlanArn": { "type": "string", "readOnly": true },
"BackupPlanName": { "type": "string", "required": true },
"VersionId": { "type": "string", "readOnly": true },
"CreationDate": { "type": "datetime", "readOnly": true },
"LastExecutionDate": { "type": "datetime", "readOnly": true },
"Rules": {
"type": "array",
"required": true,
"items": {
"RuleName": { "type": "string", "required": true },
"TargetBackupVaultName": { "type": "string", "required": true },
"ScheduleExpression": { "type": "string", "required": false },
"StartWindowMinutes": { "type": "integer" },
"CompletionWindowMinutes": { "type": "integer" },
"Lifecycle": {
"MoveToColdStorageAfterDays": { "type": "integer" },
"DeleteAfterDays": { "type": "integer" }
},
"CopyActions": { "type": "array" },
"EnableContinuousBackup": { "type": "boolean" }
}
}
},
"relationships": {
"hasMany": ["BackupSelection", "RecoveryPoint"]
}
},
"BackupVault": {
"description": "Secure container that stores and organizes recovery points",
"identifiers": ["BackupVaultName", "BackupVaultArn"],
"fields": {
"BackupVaultName": { "type": "string", "required": true },
"BackupVaultArn": { "type": "string", "readOnly": true },
"EncryptionKeyArn": { "type": "string", "required": false },
"CreationDate": { "type": "datetime", "readOnly": true },
"NumberOfRecoveryPoints": { "type": "integer", "readOnly": true },
"Locked": { "type": "boolean", "readOnly": true },
"MinRetentionDays": { "type": "integer", "readOnly": true },
"MaxRetentionDays": { "type": "integer", "readOnly": true }
},
"relationships": {
"hasMany": ["RecoveryPoint"]
}
},
"BackupSelection": {
"description": "Defines which AWS resources are included in a backup plan",
"identifiers": ["SelectionId"],
"fields": {
"SelectionId": { "type": "string", "readOnly": true },
"BackupPlanId": { "type": "string", "required": true },
"SelectionName": { "type": "string", "required": true },
"IamRoleArn": { "type": "string", "required": true },
"Resources": { "type": "array[string]" },
"ListOfTags": { "type": "array" },
"NotResources": { "type": "array[string]" }
},
"relationships": {
"belongsTo": ["BackupPlan"]
}
},
"RecoveryPoint": {
"description": "A point-in-time copy of a backed-up resource",
"identifiers": ["RecoveryPointArn"],
"fields": {
"RecoveryPointArn": { "type": "string", "readOnly": true },
"BackupVaultName": { "type": "string", "readOnly": true },
"ResourceArn": { "type": "string", "readOnly": true },
"ResourceType": { "type": "string", "readOnly": true },
"Status": { "type": "enum[AVAILABLE|DELETING|EXPIRED|PARTIAL]", "readOnly": true },
"CreationDate": { "type": "datetime", "readOnly": true },
"CompletionDate": { "type": "datetime", "readOnly": true },
"BackupSizeInBytes": { "type": "integer", "readOnly": true },
"Lifecycle": {
"MoveToColdStorageAfterDays": { "type": "integer" },
"DeleteAfterDays": { "type": "integer" }
},
"StorageClass": { "type": "enum[WARM|COLD|DELETED]", "readOnly": true }
},
"relationships": {
"belongsTo": ["BackupVault"],
"associatedWith": ["BackupJob"]
}
},
"BackupJob": {
"description": "A backup operation that creates a recovery point",
"identifiers": ["BackupJobId"],
"fields": {
"BackupJobId": { "type": "string", "readOnly": true },
"BackupVaultName": { "type": "string", "readOnly": true },
"BackupVaultArn": { "type": "string", "readOnly": true },
"ResourceArn": { "type": "string", "readOnly": true },
"State": { "type": "enum[CREATED|PENDING|RUNNING|ABORTING|ABORTED|COMPLETED|FAILED|EXPIRED|PARTIAL]", "readOnly": true },
"StartBy": { "type": "datetime", "readOnly": true },
"CreationDate": { "type": "datetime", "readOnly": true },
"CompletionDate": { "type": "datetime", "readOnly": true },
"BackupSizeInBytes": { "type": "integer", "readOnly": true },
"PercentDone": { "type": "string", "readOnly": true },
"IamRoleArn": { "type": "string", "readOnly": true }
}
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/backup-resource-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.