Backup#
Client#
- class Backup.Client#
- A low-level client representing AWS Backup - Backup is a unified backup service designed to protect Amazon Web Services services and their associated data. Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing. - import boto3 client = boto3.client('backup') 
These are the available methods:
- can_paginate
- cancel_legal_hold
- close
- create_backup_plan
- create_backup_selection
- create_backup_vault
- create_framework
- create_legal_hold
- create_logically_air_gapped_backup_vault
- create_report_plan
- delete_backup_plan
- delete_backup_selection
- delete_backup_vault
- delete_backup_vault_access_policy
- delete_backup_vault_lock_configuration
- delete_backup_vault_notifications
- delete_framework
- delete_recovery_point
- delete_report_plan
- describe_backup_job
- describe_backup_vault
- describe_copy_job
- describe_framework
- describe_global_settings
- describe_protected_resource
- describe_recovery_point
- describe_region_settings
- describe_report_job
- describe_report_plan
- describe_restore_job
- disassociate_recovery_point
- disassociate_recovery_point_from_parent
- export_backup_plan_template
- get_backup_plan
- get_backup_plan_from_json
- get_backup_plan_from_template
- get_backup_selection
- get_backup_vault_access_policy
- get_backup_vault_notifications
- get_legal_hold
- get_paginator
- get_recovery_point_restore_metadata
- get_supported_resource_types
- get_waiter
- list_backup_job_summaries
- list_backup_jobs
- list_backup_plan_templates
- list_backup_plan_versions
- list_backup_plans
- list_backup_selections
- list_backup_vaults
- list_copy_job_summaries
- list_copy_jobs
- list_frameworks
- list_legal_holds
- list_protected_resources
- list_protected_resources_by_backup_vault
- list_recovery_points_by_backup_vault
- list_recovery_points_by_legal_hold
- list_recovery_points_by_resource
- list_report_jobs
- list_report_plans
- list_restore_job_summaries
- list_restore_jobs
- list_tags
- put_backup_vault_access_policy
- put_backup_vault_lock_configuration
- put_backup_vault_notifications
- start_backup_job
- start_copy_job
- start_report_job
- start_restore_job
- stop_backup_job
- tag_resource
- untag_resource
- update_backup_plan
- update_framework
- update_global_settings
- update_recovery_point_lifecycle
- update_region_settings
- update_report_plan
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- ListBackupJobs
- ListBackupPlanTemplates
- ListBackupPlanVersions
- ListBackupPlans
- ListBackupSelections
- ListBackupVaults
- ListCopyJobs
- ListLegalHolds
- ListProtectedResources
- ListProtectedResourcesByBackupVault
- ListRecoveryPointsByBackupVault
- ListRecoveryPointsByLegalHold
- ListRecoveryPointsByResource
- ListRestoreJobs