Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::AppIntegrations::Application

Focus mode
AWS::AppIntegrations::Application - AWS CloudFormation
Filter View

Creates and persists an Application resource.

Syntax

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

JSON

{ "Type" : "AWS::AppIntegrations::Application", "Properties" : { "ApplicationSourceConfig" : ApplicationSourceConfig, "Description" : String, "Name" : String, "Namespace" : String, "Permissions" : [ String, ... ], "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::AppIntegrations::Application Properties: ApplicationSourceConfig: ApplicationSourceConfig Description: String Name: String Namespace: String Permissions: - String Tags: - Tag

Properties

ApplicationSourceConfig

The configuration for where the application should be loaded from.

Required: Yes

Type: ApplicationSourceConfig

Update requires: No interruption

Description

The description of the application.

Required: Yes

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption

Name

The name of the application.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9\/\._ \-]+$

Minimum: 1

Maximum: 255

Update requires: No interruption

Namespace

The namespace of the application.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9/\._\-]+$

Minimum: 1

Maximum: 255

Update requires: No interruption

Permissions

Property description not available.

Required: No

Type: Array of String

Minimum: 0

Maximum: 150

Update requires: No interruption

Tags

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

ApplicationArn

The Amazon Resource Name (ARN) of the Application.

Id

A unique identifier for the Application.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.