AWS::Transfer::WebApp WebAppCustomization - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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