Skip to main content

attribute_groups_list_only

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

Overview

Nameattribute_groups_list_only
TypeResource
DescriptionResource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.
Idaws.servicecatalogappregistry.attribute_groups_list_only

Fields

NameDatatypeDescription
idstring
arnstring
namestringThe name of the attribute group.
descriptionstringThe description of the attribute group.
attributesobject
tagsobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all attribute_groups in a region.

SELECT
region,
id
FROM aws.servicecatalogappregistry.attribute_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the attribute_groups_list_only resource, see attribute_groups