BackupVaultArgs

data class BackupVaultArgs(val accessPolicy: Output<Any>? = null, val backupVaultName: Output<String>? = null, val backupVaultTags: Output<Map<String, String>>? = null, val encryptionKeyArn: Output<String>? = null, val lockConfiguration: Output<BackupVaultLockConfigurationTypeArgs>? = null, val notifications: Output<BackupVaultNotificationObjectTypeArgs>? = null) : ConvertibleToJava<BackupVaultArgs>

Resource Type definition for AWS::Backup::BackupVault

Constructors

Link copied to clipboard
constructor(accessPolicy: Output<Any>? = null, backupVaultName: Output<String>? = null, backupVaultTags: Output<Map<String, String>>? = null, encryptionKeyArn: Output<String>? = null, lockConfiguration: Output<BackupVaultLockConfigurationTypeArgs>? = null, notifications: Output<BackupVaultNotificationObjectTypeArgs>? = null)

Properties

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

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 backupVaultName: Output<String>? = null

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
val backupVaultTags: Output<Map<String, String>>? = null

The tags to assign to the backup vault.

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

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
Link copied to clipboard

The SNS event notifications for the specified backup vault.

Functions

Link copied to clipboard
open override fun toJava(): BackupVaultArgs