AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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: Replacement

AttributeGroup

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

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the Id.

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic 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::GetAttintrinsic 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.