AWS::AppIntegrations::Application - AWS CloudFormation (original) (raw)
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, ... ]
}
}
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.
Amazon AppIntegrations
ApplicationSourceConfig
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.