AWS::ServiceCatalogAppRegistry::Application - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ServiceCatalogAppRegistry::Application

Represents a Amazon Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ServiceCatalogAppRegistry::Application", "Properties" : { "Description" : String, "Name" : String, "Tags" : {Key: Value, ...} } }

YAML

Type: AWS::ServiceCatalogAppRegistry::Application Properties: Description: String Name: String Tags: Key: Value

Properties

Description

The description of the application.

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

Name

The name of the application. The name must be unique in the region in which you are creating the application.

Required: Yes

Type: String

Pattern: \w+

Minimum: 1

Maximum: 256

Update requires: No interruption

Tags

Key-value pairs you can use to associate with the application.

Required: No

Type: Object of String

Pattern: ^[a-zA-Z+-=._:/]+$

Maximum: 256

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the application Id.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

ApplicationName

The name of the application. The name must be unique in the region in which you are creating the application.

ApplicationTagKey

The key of the Amazon application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AppTag linked resource group return no value.

ApplicationTagValue

The value of the Amazon application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AppTag linked resource group return no value.

Arn

The Amazon resource name (ARN) that specifies the application across services.

Id

The identifier of the application.