Skip to main content

associations_list_only

Lists associations in a region or regions, for all properties use associations

Overview

Nameassociations_list_only
TypeResource
DescriptionThe AWS::SSM::Association resource associates an SSM document in AWS Systems Manager with EC2 instances that contain a configuration agent to process the document.
Idaws.ssm.associations_list_only

Fields

NameDatatypeDescription
association_idstringUnique identifier of the association.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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