associations_list_only
Lists associations
in a region or regions, for all properties use associations
Overview
Name | associations_list_only |
Type | Resource |
Description | The AWS::SSM::Association resource associates an SSM document in AWS Systems Manager with EC2 instances that contain a configuration agent to process the document. |
Id | aws.ssm.associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
association_name | string | The name of the association. |
calendar_names | array | |
schedule_expression | string | A Cron or Rate expression that specifies when the association is applied to the target. |
max_errors | string | |
parameters | object | Parameter values that the SSM document uses at runtime. |
instance_id | string | The ID of the instance that the SSM document is associated with. |
wait_for_success_timeout_seconds | integer | |
max_concurrency | string | |
compliance_severity | string | |
targets | array | The targets that the SSM document sends commands to. |
sync_compliance | string | |
output_location | object | |
schedule_offset | integer | |
name | string | The name of the SSM document. |
apply_only_at_cron_interval | boolean | |
document_version | string | The version of the SSM document to associate with the target. |
association_id | string | Unique identifier of the association. |
automation_target_parameter_name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all associations
in a region.
SELECT
region,
association_id
FROM aws.ssm.associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the associations_list_only
resource, see associations