Uses of Interface
software.amazon.awscdk.interfaces.backup.IBackupVaultRef
Packages that use IBackupVaultRef
Package
Description
AWS Backup Construct Library
-
Uses of IBackupVaultRef in software.amazon.awscdk.interfaces.backup
Subinterfaces of IBackupVaultRef in software.amazon.awscdk.interfaces.backupModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBackupVaultRef.Classes in software.amazon.awscdk.interfaces.backup that implement IBackupVaultRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IBackupVaultRef in software.amazon.awscdk.services.backup
Classes in software.amazon.awscdk.services.backup that implement IBackupVaultRefModifier and TypeClassDescriptionclassCreates a logical container where backups are stored.Methods in software.amazon.awscdk.services.backup that return IBackupVaultRefModifier and TypeMethodDescriptionstatic IBackupVaultRefCfnBackupVault.fromBackupVaultArn(software.constructs.Construct scope, String id, String arn) Creates a new IBackupVaultRef from an ARN.static IBackupVaultRefCfnBackupVault.fromBackupVaultName(software.constructs.Construct scope, String id, String backupVaultName) Creates a new IBackupVaultRef from a backupVaultName.