This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Transfer::WebApp WebAppCustomization
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 Amazon CloudFormation template, use the following syntax:
JSON
{ "FaviconFile" :String, "LogoFile" :String, "Title" :String}
YAML
FaviconFile:StringLogoFile:StringTitle:String
Properties
- FaviconFile
- 
                    Returns an icon file data string (in base64 encoding). Required: No Type: String Minimum: 1Maximum: 20960Update requires: No interruption 
- LogoFile
- 
                    Returns a logo file data string (in base64 encoding). Required: No Type: String Minimum: 1Maximum: 51200Update requires: No interruption 
- Title
- 
                    Returns the page title that you defined for your web app. Required: No Type: String Minimum: 0Maximum: 100Update requires: No interruption