AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

CfnAttributeGroupAssociation

Associates 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

import { CfnAttributeGroupAssociation } from 'aws-cdk-lib/aws-servicecatalogappregistry';

Or use the module namespace:

import * as servicecatalogappregistry from 'aws-cdk-lib/aws-servicecatalogappregistry';
// servicecatalogappregistry.CfnAttributeGroupAssociation

Properties

Configuration passed to the constructor as CfnAttributeGroupAssociationProps.

applicationRequired
string

The name or ID of the application.

attributeGroupRequired
string

The name or ID of the attribute group which holds the attributes that describe the application.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-servicecatalogappregistry
CFN TypeAWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
Properties2

External Links