AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalogAppRegistry::AttributeGroup

CfnAttributeGroup

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnAttributeGroupProps.

attributesRequired
any

A 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.

nameRequired
string

The name of the attribute group.

descriptionOptional
string

The 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.

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::AttributeGroup
Properties4

External Links