interface LogicallyAirGappedBackupVaultReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Backup.LogicallyAirGappedBackupVaultReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbackup#LogicallyAirGappedBackupVaultReference |
Java | software.amazon.awscdk.interfaces.backup.LogicallyAirGappedBackupVaultReference |
Python | aws_cdk.interfaces.aws_backup.LogicallyAirGappedBackupVaultReference |
TypeScript | aws-cdk-lib » interfaces » aws_backup » LogicallyAirGappedBackupVaultReference |
A reference to a LogicallyAirGappedBackupVault resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_backup as interfaces_backup } from 'aws-cdk-lib/interfaces';
const logicallyAirGappedBackupVaultReference: interfaces_backup.LogicallyAirGappedBackupVaultReference = {
backupVaultName: 'backupVaultName',
};
Properties
| Name | Type | Description |
|---|---|---|
| backup | string | The BackupVaultName of the LogicallyAirGappedBackupVault resource. |
backupVaultName
Type:
string
The BackupVaultName of the LogicallyAirGappedBackupVault resource.

.NET
Go
Java
Python
TypeScript