AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

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

Update requires: No interruption

AttributeGroup

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

Required: Yes

Type: String

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the 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 that contains the application's new attributes.

Id

The Id of the Association.