Skip to main content

attribute_group_association

Gets an individual attribute_group_association resource

Overview

Nameattribute_group_association
TypeResource
Descriptionattribute_group_association
Idawscc.servicecatalogappregistry.attribute_group_association

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application,
attribute_group,
application_arn,
attribute_group_arn
FROM awscc.servicecatalogappregistry.attribute_group_association
WHERE data__Identifier = '<ApplicationArn>|<AttributeGroupArn>';

Permissions

To operate on the attribute_group_association resource, the following permissions are required:

Read

servicecatalog:ListAttributeGroupsForApplication

Delete

servicecatalog:DisassociateAttributeGroup