Class LogicallyAirGappedBackupVaultReference
A reference to a LogicallyAirGappedBackupVault resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LogicallyAirGappedBackupVaultReference : ILogicallyAirGappedBackupVaultReference
Syntax (vb)
Public Class LogicallyAirGappedBackupVaultReference Implements ILogicallyAirGappedBackupVaultReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Backup;
var logicallyAirGappedBackupVaultReference = new LogicallyAirGappedBackupVaultReference {
BackupVaultName = "backupVaultName"
};
Synopsis
Constructors
| LogicallyAirGappedBackupVaultReference() | A reference to a LogicallyAirGappedBackupVault resource. |
Properties
| BackupVaultName | The BackupVaultName of the LogicallyAirGappedBackupVault resource. |
Constructors
LogicallyAirGappedBackupVaultReference()
A reference to a LogicallyAirGappedBackupVault resource.
public LogicallyAirGappedBackupVaultReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Backup;
var logicallyAirGappedBackupVaultReference = new LogicallyAirGappedBackupVaultReference {
BackupVaultName = "backupVaultName"
};
Properties
BackupVaultName
The BackupVaultName of the LogicallyAirGappedBackupVault resource.
public string BackupVaultName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated