AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an Amazon Web Services Systems Manager document (SSM document).

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.DocumentDescription

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class DocumentDescription

The DocumentDescription type exposes the following members

Constructors

NameDescription
Public Method DocumentDescription()

Properties

NameTypeDescription
Public Property ApprovedVersion System.String

Gets and sets the property ApprovedVersion.

The version of the document currently approved for use in the organization.

Public Property AttachmentsInformation System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.AttachmentInformation>

Gets and sets the property AttachmentsInformation.

Details about the document attachments, including names, locations, sizes, and so on.

Public Property Author System.String

Gets and sets the property Author.

The user in your organization who created the document.

Public Property Category System.Collections.Generic.List<System.String>

Gets and sets the property Category.

The classification of a document to help you identify and categorize its use.

Public Property CategoryEnum System.Collections.Generic.List<System.String>

Gets and sets the property CategoryEnum.

The value that identifies a document's category.

Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

The date when the document was created.

Public Property DefaultVersion System.String

Gets and sets the property DefaultVersion.

The default version.

Public Property Description System.String

Gets and sets the property Description.

A description of the document.

Public Property DisplayName System.String

Gets and sets the property DisplayName.

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

Public Property DocumentFormat Amazon.SimpleSystemsManagement.DocumentFormat

Gets and sets the property DocumentFormat.

The document format, either JSON or YAML.

Public Property DocumentType Amazon.SimpleSystemsManagement.DocumentType

Gets and sets the property DocumentType.

The type of document.

Public Property DocumentVersion System.String

Gets and sets the property DocumentVersion.

The document version.

Public Property Hash System.String

Gets and sets the property Hash.

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.

Public Property HashType Amazon.SimpleSystemsManagement.DocumentHashType

Gets and sets the property HashType.

The hash type of the document. Valid values include Sha256 or Sha1.

Sha1 hashes have been deprecated.

Public Property LatestVersion System.String

Gets and sets the property LatestVersion.

The latest version of the document.

Public Property Name System.String

Gets and sets the property Name.

The name of the SSM document.

Public Property Owner System.String

Gets and sets the property Owner.

The Amazon Web Services user that created the document.

Public Property Parameters System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.DocumentParameter>

Gets and sets the property Parameters.

A description of the parameters for a document.

Public Property PendingReviewVersion System.String

Gets and sets the property PendingReviewVersion.

The version of the document that is currently under review.

Public Property PlatformTypes System.Collections.Generic.List<System.String>

Gets and sets the property PlatformTypes.

The list of operating system (OS) platforms compatible with this SSM document.

Public Property Requires System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.DocumentRequires>

Gets and sets the property Requires.

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

Public Property ReviewInformation System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.ReviewInformation>

Gets and sets the property ReviewInformation.

Details about the review of a document.

Public Property ReviewStatus Amazon.SimpleSystemsManagement.ReviewStatus

Gets and sets the property ReviewStatus.

The current status of the review.

Public Property SchemaVersion System.String

Gets and sets the property SchemaVersion.

The schema version.

Public Property Sha1 System.String

Gets and sets the property Sha1.

The SHA1 hash of the document, which you can use for verification.

Public Property Status Amazon.SimpleSystemsManagement.DocumentStatus

Gets and sets the property Status.

The status of the SSM document.

Public Property StatusInformation System.String

Gets and sets the property StatusInformation.

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

Public Property Tags System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.Tag>

Gets and sets the property Tags.

The tags, or metadata, that have been applied to the document.

Public Property TargetType System.String

Gets and sets the property TargetType.

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

Public Property VersionName System.String

Gets and sets the property VersionName.

The version of the artifact associated with the document.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5