attribute_group_association
Gets an individual attribute_group_association
resource
Overview
Name | attribute_group_association |
Type | Resource |
Description | attribute_group_association |
Id | awscc.servicecatalogappregistry.attribute_group_association |
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
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