AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalogAppRegistry::ResourceAssociation

ServiceCatalogAppRegistry ResourceAssociation

Resource Schema for AWS::ServiceCatalogAppRegistry::ResourceAssociation

Properties

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

Filter:
PropertyTypeFlags
Application
string
RequiredCreate-only
Resource
string
RequiredCreate-only
ResourceType
string
RequiredCreate-only

Return Values

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

AttributeTypeDescription
ApplicationArnstring-
ResourceArnstring-

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

Resources:
  MyResource:
    Type: AWS::ServiceCatalogAppRegistry::ResourceAssociation
    Properties:
      Application: "value"
      Resource: "value"
      ResourceType: "CFN_STACK"

Required IAM Permissions

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

create

servicecatalog:AssociateResourcecloudformation:DescribeStacks

read

servicecatalog:ListAssociatedResources

delete

servicecatalog:DisassociateResource

list

servicecatalog:ListAssociatedResources

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
Properties5
Required3
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.

ApplicationResourceResourceType

External Links