--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_servicecatalogappregistry_attribute_group_association Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation. --- # awscc_servicecatalogappregistry_attribute_group_association (Resource) Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation. ## Schema ### Required - `application` (String) The name or the Id of the Application. - `attribute_group` (String) The name or the Id of the AttributeGroup. ### Read-Only - `application_arn` (String) - `attribute_group_arn` (String) - `id` (String) The ID of this resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_servicecatalogappregistry_attribute_group_association.example ```