Class CfnDocument.DocumentRequiresProperty
An SSM document required by the current document.
Inheritance
System.Object
CfnDocument.DocumentRequiresProperty
Implements
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DocumentRequiresProperty : Object, CfnDocument.IDocumentRequiresProperty
Syntax (vb)
Public Class DocumentRequiresProperty
Inherits Object
Implements CfnDocument.IDocumentRequiresProperty
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.SSM;
var documentRequiresProperty = new DocumentRequiresProperty {
Name = "name",
Version = "version"
};
Synopsis
Constructors
DocumentRequiresProperty() |
Properties
Name | The name of the required SSM document. |
Version | The document version required by the current document. |
Constructors
DocumentRequiresProperty()
public DocumentRequiresProperty()
Properties
Name
The name of the required SSM document.
public string Name { get; set; }
Property Value
System.String
Remarks
The name can be an Amazon Resource Name (ARN).
Version
The document version required by the current document.
public string Version { get; set; }
Property Value
System.String