Class PlanReference
A reference to a Plan resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SSMContacts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PlanReference : IPlanReference
Syntax (vb)
Public Class PlanReference Implements IPlanReference
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.AWS.SSMContacts;
var planReference = new PlanReference {
PlanArn = "planArn"
};
Synopsis
Constructors
PlanReference() | A reference to a Plan resource. |
Properties
PlanArn | The Arn of the Plan resource. |
Constructors
PlanReference()
A reference to a Plan resource.
public PlanReference()
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.AWS.SSMContacts;
var planReference = new PlanReference {
PlanArn = "planArn"
};
Properties
PlanArn
The Arn of the Plan resource.
public string PlanArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated