AWS::ServiceCatalogAppRegistry::AttributeGroupResource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Attributes | object | Required |
Name | string | Required |
Description | string | |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ServiceCatalogAppRegistry::AttributeGroup
Resources:
MyResource:
Type: AWS::ServiceCatalogAppRegistry::AttributeGroup
Properties:
Name: "my-name"
Attributes: {}
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
servicecatalog:CreateAttributeGroupservicecatalog:TagResourceservicecatalog:GetAttributeGroupservicecatalog:GetAttributeGroupservicecatalog:UpdateAttributeGroupservicecatalog:ListTagsForResourceservicecatalog:TagResourceservicecatalog:UntagResourceservicecatalog:DeleteAttributeGroupservicecatalog:ListAttributeGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId