@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:11.774Z") @Stability(value=Experimental) public class BackupVault extends Resource implements IBackupVault
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupVault.Builder
(experimental) A fluent builder for
BackupVault. |
software.amazon.jsii.JsiiObject.InitializationModeIBackupVault.Jsii$Default, IBackupVault.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
BackupVault(software.constructs.Construct scope,
String id) |
|
BackupVault(software.constructs.Construct scope,
String id,
BackupVaultProps props) |
protected |
BackupVault(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BackupVault(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IBackupVault |
fromBackupVaultArn(software.constructs.Construct scope,
String id,
String backupVaultArn)
(experimental) Import an existing backup vault by arn.
|
static IBackupVault |
fromBackupVaultName(software.constructs.Construct scope,
String id,
String backupVaultName)
(experimental) Import an existing backup vault by name.
|
String |
getBackupVaultArn()
(experimental) The ARN of the backup vault.
|
String |
getBackupVaultName()
(experimental) The name of a logical container where backups are stored.
|
Grant |
grant(IGrantable grantee,
String... actions)
(experimental) Grant the actions defined in actions to the given grantee on this Backup Vault resource.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected BackupVault(software.amazon.jsii.JsiiObjectRef objRef)
protected BackupVault(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public BackupVault(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
BackupVaultProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public BackupVault(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static IBackupVault fromBackupVaultArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String backupVaultArn)
scope - This parameter is required.id - This parameter is required.backupVaultArn - This parameter is required.@Stability(value=Experimental) @NotNull public static IBackupVault fromBackupVaultName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String backupVaultName)
scope - This parameter is required.id - This parameter is required.backupVaultName - This parameter is required.@Stability(value=Experimental) @NotNull public Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
grant in interface IBackupVaultgrantee - Principal to grant right to. This parameter is required.actions - The actions to grant. This parameter is required.@Stability(value=Experimental) @NotNull public String getBackupVaultArn()
getBackupVaultArn in interface IBackupVault@Stability(value=Experimental) @NotNull public String getBackupVaultName()
getBackupVaultName in interface IBackupVaultCopyright © 2021. All rights reserved.