LogicallyAirGappedBackupVaultReference
- class aws_cdk.aws_backup.LogicallyAirGappedBackupVaultReference(*, backup_vault_name)
Bases:
object
A reference to a LogicallyAirGappedBackupVault resource.
- Parameters:
backup_vault_name (
str
) – The BackupVaultName of the LogicallyAirGappedBackupVault resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_backup as backup logically_air_gapped_backup_vault_reference = backup.LogicallyAirGappedBackupVaultReference( backup_vault_name="backupVaultName" )
Attributes
- backup_vault_name
The BackupVaultName of the LogicallyAirGappedBackupVault resource.