Method: Aws::Backup::Types::CreateBackupVaultInput#encryption_key_arn
- Defined in:
- lib/aws-sdk-backup/types.rb
#encryption_key_arn ⇒ String
The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
1983 1984 1985 1986 1987 1988 1989 1990 |
# File 'lib/aws-sdk-backup/types.rb', line 1983 class CreateBackupVaultInput < Struct.new( :backup_vault_name, :backup_vault_tags, :encryption_key_arn, :creator_request_id) SENSITIVE = [:backup_vault_tags] include Aws::Structure end |