BackupVault

class BackupVault : KotlinCustomResource

Resource Type definition for AWS::Backup::BackupVault

Properties

Link copied to clipboard
val accessPolicy: Output<Any>?

A resource-based policy that is used to manage access permissions on the target backup vault. Search the CloudFormation User Guide for AWS::Backup::BackupVault for more information about the expected schema for this property.

Link copied to clipboard
val backupVaultArn: Output<String>

An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault .

Link copied to clipboard
val backupVaultName: Output<String>

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created.

Link copied to clipboard

The tags to assign to the backup vault.

Link copied to clipboard
val encryptionKeyArn: Output<String>?

A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab . If you specify a key, you must specify its ARN, not its alias. If you do not specify a key, AWS Backup creates a KMS key for you by default. To learn which AWS Backup services support full AWS Backup management and how AWS Backup handles encryption for backups from services that do not yet support full AWS Backup , see Encryption for backups in AWS Backup

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard

The SNS event notifications for the specified backup vault.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>