AWS::ServiceCatalogAppRegistry::AttributeGroup
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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ServiceCatalogAppRegistry::AttributeGroup", "Properties" : { "Attributes" :
Json
, "Description" :String
, "Name" :String
, "Tags" :{
} }Key
:Value
, ...}
YAML
Type: AWS::ServiceCatalogAppRegistry::AttributeGroup Properties: Attributes:
Json
Description:String
Name:String
Tags:
Key
:Value
Properties
Attributes
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
Required: Yes
Type: Json
Update requires: No interruption
Description
-
The description of the attribute group that the user provides.
Required: No
Type: String
Maximum:
1024
Update requires: No interruption
Name
-
The name of the attribute group.
Required: Yes
Type: String
Minimum:
1
Maximum:
256
Pattern:
[-.\w]+
Update requires: No interruption
Tags
-
Key-value pairs you can use to associate with the attribute group.
Required: No
Type: Map of String
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn
-
The Arn for the attribute group.
For more information about using the
Ref
function, see Ref. Id
-
The attribute group Id in the respective resource.