AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalogAppRegistry::AttributeGroup

ServiceCatalogAppRegistry AttributeGroup

Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Attributes
object
Required
Name
string
Required
Description
string
Tags
Tags

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

servicecatalog:CreateAttributeGroupservicecatalog:TagResource

read

servicecatalog:GetAttributeGroup

update

servicecatalog:GetAttributeGroupservicecatalog:UpdateAttributeGroupservicecatalog:ListTagsForResourceservicecatalog:TagResourceservicecatalog:UntagResource

delete

servicecatalog:DeleteAttributeGroup

list

servicecatalog:ListAttributeGroups

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceServiceCatalogAppRegistry
Properties6
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links