--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_backup_backup_plan Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Backup::BackupPlan --- # awscc_backup_backup_plan (Data Source) Data Source schema for AWS::Backup::BackupPlan ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `backup_plan` (Attributes) (see [below for nested schema](#nestedatt--backup_plan)) - `backup_plan_arn` (String) - `backup_plan_id` (String) - `backup_plan_tags` (Map of String) - `version_id` (String) ### Nested Schema for `backup_plan` Read-Only: - `advanced_backup_settings` (Attributes List) (see [below for nested schema](#nestedatt--backup_plan--advanced_backup_settings)) - `backup_plan_name` (String) - `backup_plan_rule` (Attributes List) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule)) ### Nested Schema for `backup_plan.advanced_backup_settings` Read-Only: - `backup_options` (Map of String) - `resource_type` (String) ### Nested Schema for `backup_plan.backup_plan_rule` Read-Only: - `completion_window_minutes` (Number) - `copy_actions` (Attributes List) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--copy_actions)) - `enable_continuous_backup` (Boolean) - `lifecycle` (Attributes) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--lifecycle)) - `recovery_point_tags` (Map of String) - `rule_name` (String) - `schedule_expression` (String) - `start_window_minutes` (Number) - `target_backup_vault` (String) ### Nested Schema for `backup_plan.backup_plan_rule.copy_actions` Read-Only: - `destination_backup_vault_arn` (String) - `lifecycle` (Attributes) (see [below for nested schema](#nestedatt--backup_plan--backup_plan_rule--copy_actions--lifecycle)) ### Nested Schema for `backup_plan.backup_plan_rule.copy_actions.lifecycle` Read-Only: - `delete_after_days` (Number) - `move_to_cold_storage_after_days` (Number) ### Nested Schema for `backup_plan.backup_plan_rule.lifecycle` Read-Only: - `delete_after_days` (Number) - `move_to_cold_storage_after_days` (Number)