Interface IBackupVault
A backup vault.
Namespace: Amazon.CDK.AWS.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBackupVault : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IBackupVault Inherits IResource, IConstruct, IDependable
Synopsis
Properties
BackupVaultArn | The ARN of the backup vault. |
BackupVaultName | The name of a logical container where backups are stored. |
Methods
Grant(IGrantable, params string[]) | Grant the actions defined in actions to the given grantee on this backup vault. |
Properties
BackupVaultArn
The ARN of the backup vault.
string BackupVaultArn { get; }
Property Value
Remarks
Attribute: true
BackupVaultName
The name of a logical container where backups are stored.
string BackupVaultName { get; }
Property Value
Remarks
Attribute: true
Methods
Grant(IGrantable, params string[])
Grant the actions defined in actions to the given grantee on this backup vault.
Grant Grant(IGrantable grantee, params string[] actions)
Parameters
- grantee IGrantable
- actions string[]