Uses of Interface
software.amazon.awscdk.services.backup.IBackupVault
Packages that use IBackupVault
-
Uses of IBackupVault in software.amazon.awscdk.services.backup
Subinterfaces of IBackupVault in software.amazon.awscdk.services.backupModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBackupVault.Classes in software.amazon.awscdk.services.backup that implement IBackupVaultModifier and TypeClassDescriptionclassA backup vault.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.backup that return IBackupVaultModifier and TypeMethodDescriptionstatic IBackupVaultBackupVault.fromBackupVaultArn(software.constructs.Construct scope, String id, String backupVaultArn) Import an existing backup vault by arn.static IBackupVaultBackupVault.fromBackupVaultName(software.constructs.Construct scope, String id, String backupVaultName) Import an existing backup vault by name.BackupPlan.getBackupVault()The backup vault where backups are stored if not defined at the rule level.