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 RegisterTargetWithMaintenanceWindow operation. Registers a target with a maintenance window.

Inheritance Hierarchy

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

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

Syntax

C#
public class RegisterTargetWithMaintenanceWindowRequest : AmazonSimpleSystemsManagementRequest
         IAmazonWebServiceRequest

The RegisterTargetWithMaintenanceWindowRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

User-provided idempotency token.

Public Property Description System.String

Gets and sets the property Description.

An optional description for the target.

Public Property Name System.String

Gets and sets the property Name.

An optional name for the target.

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 ResourceType Amazon.SimpleSystemsManagement.MaintenanceWindowResourceType

Gets and sets the property ResourceType.

The type of target 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 to register with the maintenance window. In other words, the managed nodes to run commands on when the maintenance window runs.

If a single maintenance window task is registered with multiple targets, its task invocations occur sequentially and not in parallel. If your task must run on multiple targets at the same time, register a task for each target individually and assign each task the same priority level.

You can specify targets using managed node IDs, resource group names, or tags that have been applied to managed nodes.

Example 1: Specify managed node IDs

Key=InstanceIds,Values=,,

Example 2: Use tag key-pairs applied to managed nodes

Key=tag:,Values=,

Example 3: Use tag-keys applied to managed nodes

Key=tag-key,Values=,

Example 4: Use resource group names

Key=resource-groups:Name,Values=

Example 5: Use filters for resource group types

Key=resource-groups:ResourceTypeFilters,Values=,

For Key=resource-groups:ResourceTypeFilters, specify resource types in the following format

Key=resource-groups:ResourceTypeFilters,Values=AWS::EC2::INSTANCE,AWS::EC2::VPC

For more information about these examples formats, including the best use case for each one, see Examples: Register targets with a maintenance window in the Amazon Web Services Systems Manager User Guide.

Public Property WindowId System.String

Gets and sets the property WindowId.

The ID of the maintenance window the target should be registered with.

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