aws.ssm.describe_maintenance_windows_for_target
Example SQL Queries
SELECT * FROMaws.ssm.describe_maintenance_windows_for_targetWHERE"targets" = 'VALUE'AND "resource_type" = 'VALUE';Description
Retrieves information about the maintenance window targets or tasks that a managed node is associated with.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_type Required Input Column The type of resource you want to retrieve information about. For example, INSTANCE. | VARCHAR |
| targets Required Input Column The managed node ID or key-value pair to retrieve information about. | STRUCT( |
Show child fields
| |
| _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 |
| name The name of the maintenance window. | VARCHAR |
| window_id The ID of the maintenance window. | VARCHAR |