AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation

ServiceCatalogAppRegistry AttributeGroupAssociation

Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.

Properties

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

Filter:
PropertyTypeFlags
Application
string
RequiredCreate-only
AttributeGroup
string
RequiredCreate-only

Return Values

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

AttributeTypeDescription
ApplicationArnstring-
AttributeGroupArnstring-

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::AttributeGroupAssociation

Resources:
  MyResource:
    Type: AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
    Properties:
      Application: "value"
      AttributeGroup: "value"

Required IAM Permissions

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

create

servicecatalog:AssociateAttributeGroup

read

servicecatalog:ListAttributeGroupsForApplication

delete

servicecatalog:DisassociateAttributeGroup

list

servicecatalog:ListAttributeGroupsForApplication

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
Properties4
Required2
TaggingNot supported
Primary IDApplicationArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ApplicationAttributeGroup

External Links