Interface IBackupPlanReference
A reference to a BackupPlan resource.
Namespace: Amazon.CDK.Interfaces.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBackupPlanReference
Syntax (vb)
Public Interface IBackupPlanReference
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 backupPlanReference = new BackupPlanReference {
BackupPlanArn = "backupPlanArn",
BackupPlanId = "backupPlanId"
};
Synopsis
Properties
| BackupPlanArn | The ARN of the BackupPlan resource. |
| BackupPlanId | The BackupPlanId of the BackupPlan resource. |
Properties
BackupPlanArn
The ARN of the BackupPlan resource.
string BackupPlanArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
BackupPlanId
The BackupPlanId of the BackupPlan resource.
string BackupPlanId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated