attribute_groups_list_only
Lists attribute_groups
in a region or regions, for all properties use attribute_groups
Overview
Name | attribute_groups_list_only |
Type | Resource |
Description | Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup. |
Id | aws.servicecatalogappregistry.attribute_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
name | string | The name of the attribute group. |
description | string | The description of the attribute group. |
attributes | object | |
tags | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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