Show / Hide Table of Contents

Class LogicallyAirGappedBackupVaultReference

A reference to a LogicallyAirGappedBackupVault resource.

Inheritance
object
LogicallyAirGappedBackupVaultReference
Implements
ILogicallyAirGappedBackupVaultReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ILogicallyAirGappedBackupVaultReference
Back to top Generated by DocFX