AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
The AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
resource for ServiceCatalogAppRegistry
.
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.
For more information about using the
Ref
function, see Ref.Required: Yes
Type: String
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ApplicationArn
-
Not currently supported by AWS CloudFormation.
AttributeGroupArn
-
Not currently supported by AWS CloudFormation.
Id
-
The Id of the Association.
For more information about using the
Ref
function, see Ref.