AWS::ServiceCatalogAppRegistry::AttributeGroupCreates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.
import { CfnAttributeGroup } from 'aws-cdk-lib/aws-servicecatalogappregistry';Or use the module namespace:
import * as servicecatalogappregistry from 'aws-cdk-lib/aws-servicecatalogappregistry';
// servicecatalogappregistry.CfnAttributeGroupConfiguration passed to the constructor as CfnAttributeGroupProps.
attributesRequiredanyA nested object in a JSON or YAML template that supports arbitrary definitions. Represents the attributes in an attribute group that describes an application and its components.
nameRequiredstringThe name of the attribute group.
descriptionOptionalstringThe description of the attribute group that the user provides.
tagsOptional{ [key: string]: string }Key-value pairs you can use to associate with the attribute group.
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::AttributeGroup