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 UpdateMaintenanceWindowTarget operation. Modifies the target of an existing maintenance window. You can change the following:

If a parameter is null, then the corresponding field isn't modified.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateMaintenanceWindowTargetRequest : AmazonSimpleSystemsManagementRequest
         IAmazonWebServiceRequest

The UpdateMaintenanceWindowTargetRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

An optional description for the update.

Public Property Name System.String

Gets and sets the property Name.

A name for the update.

Public Property OwnerInformation System.String

Gets and sets the property OwnerInformation.

User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.

Public Property Replace System.Boolean

Gets and sets the property Replace.

If True, then all fields that are required by the RegisterTargetWithMaintenanceWindow operation are also required for this API request. Optional fields that aren't specified are set to null.

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

Gets and sets the property Targets.

The targets to add or replace.

Public Property WindowId System.String

Gets and sets the property WindowId.

The maintenance window ID with which to modify the target.

Public Property WindowTargetId System.String

Gets and sets the property WindowTargetId.

The target ID to modify.

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