Show / Hide Table of Contents

Class RestoreTestingPlanReference

A reference to a RestoreTestingPlan resource.

Inheritance
object
RestoreTestingPlanReference
Implements
IRestoreTestingPlanReference
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 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

string

Remarks

ExampleMetadata: fixture=_generated

RestoreTestingPlanName

The RestoreTestingPlanName of the RestoreTestingPlan resource.

public string RestoreTestingPlanName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRestoreTestingPlanReference
Back to top Generated by DocFX