Class BackupSelectionReference
A reference to a BackupSelection resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BackupSelectionReference : IBackupSelectionReference
Syntax (vb)
Public Class BackupSelectionReference Implements IBackupSelectionReference
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 backupSelectionReference = new BackupSelectionReference {
BackupSelectionId = "backupSelectionId"
};
Synopsis
Constructors
| BackupSelectionReference() | A reference to a BackupSelection resource. |
Properties
| BackupSelectionId | The Id of the BackupSelection resource. |
Constructors
BackupSelectionReference()
A reference to a BackupSelection resource.
public BackupSelectionReference()
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 backupSelectionReference = new BackupSelectionReference {
BackupSelectionId = "backupSelectionId"
};
Properties
BackupSelectionId
The Id of the BackupSelection resource.
public string BackupSelectionId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated