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.

Container for the parameters to the UpdateDocumentDefaultVersion operation. Set the default version of a document.

If you change a document version for a State Manager association, Systems Manager immediately runs the association unless you previously specifed the apply-only-at-cron-interval parameter.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementRequest
      Amazon.SimpleSystemsManagement.Model.UpdateDocumentDefaultVersionRequest

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

Syntax

C#
public class UpdateDocumentDefaultVersionRequest : AmazonSimpleSystemsManagementRequest
         IAmazonWebServiceRequest

The UpdateDocumentDefaultVersionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DocumentVersion System.String

Gets and sets the property DocumentVersion.

The version of a custom document that you want to set as the default version.

Public Property Name System.String

Gets and sets the property Name.

The name of a custom document that you want to set as the default version.

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