attribute_group_associations_list_only
Lists attribute_group_associations in a region or regions, for all properties use attribute_group_associations
Overview
| Name | attribute_group_associations_list_only |
| Type | Resource |
| Description | Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation. |
| Id | aws.servicecatalogappregistry.attribute_group_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
application | string | The name or the Id of the Application. |
attribute_group | string | The name or the Id of the AttributeGroup. |
application_arn | string | |
attribute_group_arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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