Interface IDocumentReference
A reference to a Document resource.
Namespace: Amazon.CDK.Interfaces.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDocumentReference
Syntax (vb)
Public Interface IDocumentReference
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 documentReference = new DocumentReference {
DocumentName = "documentName"
};
Synopsis
Properties
| DocumentName | The Name of the Document resource. |
Properties
DocumentName
The Name of the Document resource.
string DocumentName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated