---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ssm_association Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::SSM::Association
---
# awscc_ssm_association (Data Source)
Data Source schema for AWS::SSM::Association
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `apply_only_at_cron_interval` (Boolean)
- `association_id` (String) Unique identifier of the association.
- `association_name` (String) The name of the association.
- `automation_target_parameter_name` (String)
- `calendar_names` (List of String)
- `compliance_severity` (String)
- `document_version` (String) The version of the SSM document to associate with the target.
- `instance_id` (String) The ID of the instance that the SSM document is associated with.
- `max_concurrency` (String)
- `max_errors` (String)
- `name` (String) The name of the SSM document.
- `output_location` (Attributes) (see [below for nested schema](#nestedatt--output_location))
- `parameters` (Map of List of String) Parameter values that the SSM document uses at runtime.
- `schedule_expression` (String) A Cron or Rate expression that specifies when the association is applied to the target.
- `sync_compliance` (String)
- `targets` (Attributes List) The targets that the SSM document sends commands to. (see [below for nested schema](#nestedatt--targets))
- `wait_for_success_timeout_seconds` (Number)
### Nested Schema for `output_location`
Read-Only:
- `s3_location` (Attributes) (see [below for nested schema](#nestedatt--output_location--s3_location))
### Nested Schema for `output_location.s3_location`
Read-Only:
- `output_s3_bucket_name` (String)
- `output_s3_key_prefix` (String)
- `output_s3_region` (String)
### Nested Schema for `targets`
Read-Only:
- `key` (String)
- `values` (List of String)