AWS::ServiceCatalogAppRegistry::ApplicationResource Schema for AWS::ServiceCatalogAppRegistry::Application
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Description | string | |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApplicationName | string | The name of the application. |
ApplicationTagKey | string | The 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. |
ApplicationTagValue | string | The 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. |
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
servicecatalog:CreateApplicationservicecatalog:TagResourceiam:CreateServiceLinkedRoleservicecatalog:GetApplicationservicecatalog:GetApplicationservicecatalog:ListTagsForResourceservicecatalog:TagResourceservicecatalog:UntagResourceservicecatalog:UpdateApplicationiam:CreateServiceLinkedRoleservicecatalog:DeleteApplicationservicecatalog:ListApplicationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId