Class RestoreTestingPlanReference
A reference to a RestoreTestingPlan resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RestoreTestingPlanReference : IRestoreTestingPlanReference
Syntax (vb)
Public Class RestoreTestingPlanReference Implements IRestoreTestingPlanReference
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 restoreTestingPlanReference = new RestoreTestingPlanReference {
RestoreTestingPlanArn = "restoreTestingPlanArn",
RestoreTestingPlanName = "restoreTestingPlanName"
};
Synopsis
Constructors
| RestoreTestingPlanReference() | A reference to a RestoreTestingPlan resource. |
Properties
| RestoreTestingPlanArn | The ARN of the RestoreTestingPlan resource. |
| RestoreTestingPlanName | The RestoreTestingPlanName of the RestoreTestingPlan resource. |
Constructors
RestoreTestingPlanReference()
A reference to a RestoreTestingPlan resource.
public RestoreTestingPlanReference()
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 restoreTestingPlanReference = new RestoreTestingPlanReference {
RestoreTestingPlanArn = "restoreTestingPlanArn",
RestoreTestingPlanName = "restoreTestingPlanName"
};
Properties
RestoreTestingPlanArn
The ARN of the RestoreTestingPlan resource.
public string RestoreTestingPlanArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
RestoreTestingPlanName
The RestoreTestingPlanName of the RestoreTestingPlan resource.
public string RestoreTestingPlanName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated