Skip to main content

attribute_group_associations_list_only

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

Overview

Nameattribute_group_associations_list_only
TypeResource
DescriptionResource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.
Idaws.servicecatalogappregistry.attribute_group_associations_list_only

Fields

NameDatatypeDescription
applicationstringThe name or the Id of the Application.
attribute_groupstringThe name or the Id of the AttributeGroup.
application_arnstring
attribute_group_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all attribute_group_associations in a region.

SELECT
region,
application_arn,
attribute_group_arn
FROM aws.servicecatalogappregistry.attribute_group_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the attribute_group_associations_list_only resource, see attribute_group_associations