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.

This is the response object from the GetMaintenanceWindowExecutionTask operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimpleSystemsManagement.Model.GetMaintenanceWindowExecutionTaskResponse

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

Syntax

C#
public class GetMaintenanceWindowExecutionTaskResponse : AmazonWebServiceResponse

The GetMaintenanceWindowExecutionTaskResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AlarmConfiguration Amazon.SimpleSystemsManagement.Model.AlarmConfiguration

Gets and sets the property AlarmConfiguration.

The details for the CloudWatch alarm you applied to your maintenance window task.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time the task execution completed.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property MaxConcurrency System.String

Gets and sets the property MaxConcurrency.

The defined maximum number of task executions that could be run in parallel.

Public Property MaxErrors System.String

Gets and sets the property MaxErrors.

The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.

Public Property Priority System.Int32

Gets and sets the property Priority.

The priority of the task.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ServiceRole System.String

Gets and sets the property ServiceRole.

The role that was assumed when running the task.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The time the task execution started.

Public Property Status Amazon.SimpleSystemsManagement.MaintenanceWindowExecutionStatus

Gets and sets the property Status.

The status of the task.

Public Property StatusDetails System.String

Gets and sets the property StatusDetails.

The details explaining the status. Not available for all status values.

Public Property TaskArn System.String

Gets and sets the property TaskArn.

The Amazon Resource Name (ARN) of the task that ran.

Public Property TaskExecutionId System.String

Gets and sets the property TaskExecutionId.

The ID of the specific task execution in the maintenance window task that was retrieved.

Public Property TaskParameters System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, Amazon.SimpleSystemsManagement.Model.MaintenanceWindowTaskParameterValueExpression>>

Gets and sets the property TaskParameters.

The parameters passed to the task when it was run.

TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

The map has the following format:

  • Key: string, between 1 and 255 characters

  • Value: an array of strings, each between 1 and 255 characters

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

Gets and sets the property TriggeredAlarms.

The CloudWatch alarms that were invoked by the maintenance window task.

Public Property Type Amazon.SimpleSystemsManagement.MaintenanceWindowTaskType

Gets and sets the property Type.

The type of task that was run.

Public Property WindowExecutionId System.String

Gets and sets the property WindowExecutionId.

The ID of the maintenance window execution that includes the task.

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