Data Source: ssm_maintenance_windows

Use this data source to get the window IDs of SSM maintenance windows.

Example Usage

data "aws_ssm_maintenance_windows" "example" {
  filter {
    name   = "Enabled"
    values = ["true"]
  }
}

Argument Reference

filter Configuration Block

The filter configuration block supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: