@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.866Z") @Stability(value=Stable) public interface IBackupVault extends software.amazon.jsii.JsiiSerializable, 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 |
|---|---|
String |
getBackupVaultArn()
The ARN of the backup vault.
|
String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
Grant |
grant(IGrantable grantee,
String... actions)
Grant the actions defined in actions to the given grantee on this backup vault.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull String getBackupVaultArn()
@Stability(value=Stable) @NotNull String getBackupVaultName()
@Stability(value=Stable) @NotNull Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
grantee - This parameter is required.actions - This parameter is required.Copyright © 2022. All rights reserved.