AWS::ServiceCatalogAppRegistry::AttributeGroupAssociationAssociates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.
import { CfnAttributeGroupAssociation } from 'aws-cdk-lib/aws-servicecatalogappregistry';Or use the module namespace:
import * as servicecatalogappregistry from 'aws-cdk-lib/aws-servicecatalogappregistry';
// servicecatalogappregistry.CfnAttributeGroupAssociationConfiguration passed to the constructor as CfnAttributeGroupAssociationProps.
applicationRequiredstringThe name or ID of the application.
attributeGroupRequiredstringThe name or ID of the attribute group which holds the attributes that describe the application.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogappregistryAWS::ServiceCatalogAppRegistry::AttributeGroupAssociation