Show / Hide Table of Contents

Interface IBackupVault

A backup vault.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
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

string

Remarks

Attribute: true

BackupVaultName

The name of a logical container where backups are stored.

string BackupVaultName { get; }
Property Value

string

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[]
Returns

Grant

Back to top Generated by DocFX