AWS Fundamentals Logo
AWS Fundamentals
AWS::ServiceCatalogAppRegistry::Application

ServiceCatalogAppRegistry Application

Resource Schema for AWS::ServiceCatalogAppRegistry::Application

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
Tags
Tags

Return Values

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

AttributeTypeDescription
ApplicationNamestringThe name of the application.
ApplicationTagKeystringThe key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
ApplicationTagValuestringThe value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value.
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::Application

Resources:
  MyResource:
    Type: AWS::ServiceCatalogAppRegistry::Application
    Properties:
      Name: "my-name"
      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:CreateApplicationservicecatalog:TagResourceiam:CreateServiceLinkedRole

read

servicecatalog:GetApplication

update

servicecatalog:GetApplicationservicecatalog:ListTagsForResourceservicecatalog:TagResourceservicecatalog:UntagResourceservicecatalog:UpdateApplicationiam:CreateServiceLinkedRole

delete

servicecatalog:DeleteApplication

list

servicecatalog:ListApplications

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
Properties8
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links