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