A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"FaviconFile" : String
,
"LogoFile" : String
,
"Title" : String
}
YAML
FaviconFile: String
LogoFile: String
Title: String
Properties
FaviconFile
-
Returns an icon file data string (in base64 encoding).
Required: No
Type: String
Minimum:
1
Maximum:
20960
Update requires: No interruption
LogoFile
-
Returns a logo file data string (in base64 encoding).
Required: No
Type: String
Minimum:
1
Maximum:
51200
Update requires: No interruption
Title
-
Returns the page title that you defined for your web app.
Required: No
Type: String
Minimum:
0
Maximum:
100
Update requires: No interruption