aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
8 lines (7 loc) • 359 B
TypeScript
import { IBackupVaultRef } from '../../../interfaces/generated/aws-backup-interfaces.generated';
import { IBackupVault } from '../vault';
/**
* Convert an IBackupVaultRef to IBackupVault, throwing an error if the instance
* doesn't implement the full IBackupVault interface.
*/
export declare function toIBackupVault(vault: IBackupVaultRef): IBackupVault;