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.

Information about a task execution performed as part of a maintenance window execution.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.MaintenanceWindowExecutionTaskIdentity

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

Syntax

C#
public class MaintenanceWindowExecutionTaskIdentity

The MaintenanceWindowExecutionTaskIdentity 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 applied to your maintenance window task.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The time the task execution finished.

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 execution.

Public Property StatusDetails System.String

Gets and sets the property StatusDetails.

The details explaining the status of the task execution. 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 execution.

Public Property TaskType Amazon.SimpleSystemsManagement.MaintenanceWindowTaskType

Gets and sets the property TaskType.

The type of task that ran.

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

Gets and sets the property TriggeredAlarms.

The CloudWatch alarm that was invoked by the maintenance window task.

Public Property WindowExecutionId System.String

Gets and sets the property WindowExecutionId.

The ID of the maintenance window execution that ran 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