AWS::Transfer::WebApp WebAppCustomization - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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