Class OpsItemReference
A reference to a OpsItem resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OpsItemReference : IOpsItemReference
Syntax (vb)
Public Class OpsItemReference Implements IOpsItemReference
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.SSM;
var opsItemReference = new OpsItemReference {
OpsItemArn = "opsItemArn"
};
Synopsis
Constructors
| OpsItemReference() | A reference to a OpsItem resource. |
Properties
| OpsItemArn | The OpsItemArn of the OpsItem resource. |
Constructors
OpsItemReference()
A reference to a OpsItem resource.
public OpsItemReference()
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.SSM;
var opsItemReference = new OpsItemReference {
OpsItemArn = "opsItemArn"
};
Properties
OpsItemArn
The OpsItemArn of the OpsItem resource.
public string OpsItemArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated