aws.ssm.get_maintenance_window_execution_task
Example SQL Queries
SELECT * FROMaws.ssm.get_maintenance_window_execution_taskWHERE"window_execution_id" = 'VALUE'AND "task_id" = 'VALUE';Description
Retrieves the details about a specific task run as part of a maintenance window execution.
Table Definition
| Column Name | Column Data Type |
|---|---|
| task_id Required Input Column The ID of the specific task execution in the maintenance window task that should be retrieved. | VARCHAR |
| window_execution_id Required Input Column The ID of the maintenance window execution that includes the task. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| alarm_configuration The details for the CloudWatch alarm you applied to your maintenance window task. | STRUCT( |
Show child fields
| |
| end_time The time the task execution completed. | TIMESTAMP_S |
| max_concurrency The defined maximum number of task executions that could be run in parallel. | VARCHAR |
| max_errors The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped. | VARCHAR |
| priority The priority of the task. | BIGINT |
| service_role The role that was assumed when running the task. | VARCHAR |
| start_time The time the task execution started. | TIMESTAMP_S |
| status The status of the task. | VARCHAR |
| status_details The details explaining the status. Not available for all status values. | VARCHAR |
| task_arn The Amazon Resource Name (ARN) of the task that ran. | VARCHAR |
| task_execution_id The ID of the specific task execution in the maintenance window task that was retrieved. | VARCHAR |
| task_parameters 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:
| MAP(VARCHAR, STRUCT( |
Show child fields
| |
| triggered_alarms The CloudWatch alarms that were invoked by the maintenance window task. | STRUCT( |
Show child fields
| |
| type The type of task that was run. | VARCHAR |