@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:51.673Z") public interface IBackupVault extends IResource
Modifier and Type | Interface and Description |
---|---|
static interface |
IBackupVault.Jsii$Default
Internal default implementation for
IBackupVault . |
static class |
IBackupVault.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackupVaultArn()
The ARN of the backup vault.
|
java.lang.String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
Grant |
grant(IGrantable grantee,
java.lang.String... actions)
Grant the actions defined in actions to the given grantee on this backup vault.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getBackupVaultArn()
java.lang.String getBackupVaultName()
Grant grant(IGrantable grantee, java.lang.String... actions)
grantee
- This parameter is required.actions
- This parameter is required.