Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

Focus mode
AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation - AWS CloudFormation
Filter View

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.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation", "Properties" : { "Application" : String, "AttributeGroup" : String } }

YAML

Type: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation Properties: Application: String AttributeGroup: String

Properties

Application

The name or ID of the application.

Required: Yes

Type: String

Pattern: \w+|[a-z0-9]{12}

Minimum: 1

Maximum: 256

Update requires: Replacement

AttributeGroup

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

Required: Yes

Type: String

Pattern: \w+|[a-z0-9]{12}

Minimum: 1

Maximum: 256

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the application Id.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

ApplicationArn

The Amazon resource name (ARN) of the application that was augmented with attributes.

AttributeGroupArn

The Amazon resource name (ARN) of the attribute group which contains the application's new attributes.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.