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_id | string | Unique identifier of the association. |
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