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.

The target registered with the maintenance window.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.MaintenanceWindowTarget

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

Syntax

C#
public class MaintenanceWindowTarget

The MaintenanceWindowTarget type exposes the following members

Constructors

NameDescription
Public Method MaintenanceWindowTarget()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A description for the target.

Public Property Name System.String

Gets and sets the property Name.

The name for the maintenance window target.

Public Property OwnerInformation System.String

Gets and sets the property OwnerInformation.

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

Public Property ResourceType Amazon.SimpleSystemsManagement.MaintenanceWindowResourceType

Gets and sets the property ResourceType.

The type of target that is being registered with the maintenance window.

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

Gets and sets the property Targets.

The targets, either managed nodes or tags.

Specify managed nodes using the following format:

Key=instanceids,Values=,

Tags are specified using the following format:

Key=,Values=.

Public Property WindowId System.String

Gets and sets the property WindowId.

The ID of the maintenance window to register the target with.

Public Property WindowTargetId System.String

Gets and sets the property WindowTargetId.

The ID of the target.

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