--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_backup_backup_vault Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Backup::BackupVault --- # awscc_backup_backup_vault (Resource) Resource Type definition for AWS::Backup::BackupVault ## Schema ### Required - `backup_vault_name` (String) ### Optional - `access_policy` (String) - `backup_vault_tags` (Map of String) - `encryption_key_arn` (String) - `lock_configuration` (Attributes) (see [below for nested schema](#nestedatt--lock_configuration)) - `notifications` (Attributes) (see [below for nested schema](#nestedatt--notifications)) ### Read-Only - `backup_vault_arn` (String) - `id` (String) Uniquely identifies the resource. ### Nested Schema for `lock_configuration` Optional: - `changeable_for_days` (Number) - `max_retention_days` (Number) - `min_retention_days` (Number) ### Nested Schema for `notifications` Optional: - `backup_vault_events` (List of String) - `sns_topic_arn` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_backup_backup_vault.example ```