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:StringAttributeGroup: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.