LogicallyAirGappedBackupVaultReference

class aws_cdk.interfaces.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.interfaces import aws_backup as interfaces_aws_backup

logically_air_gapped_backup_vault_reference = interfaces_aws_backup.LogicallyAirGappedBackupVaultReference(
    backup_vault_name="backupVaultName"
)

Attributes

backup_vault_name

The BackupVaultName of the LogicallyAirGappedBackupVault resource.