--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_servicecatalogappregistry_resource_association Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation --- # awscc_servicecatalogappregistry_resource_association (Resource) Resource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation ## Schema ### Required - `application` (String) The name or the Id of the Application. - `resource` (String) The name or the Id of the Resource. - `resource_type` (String) The type of the CFN Resource for now it's enum CFN_STACK. ### Read-Only - `application_arn` (String) - `id` (String) The ID of this resource. - `resource_arn` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_servicecatalogappregistry_resource_association.example ```