DescribedWebAppCustomization
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.
Contents
- Arn
-
Returns the Amazon Resource Name (ARN) for the web app.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 1600.
Pattern:
arn:\S+
Required: Yes
- WebAppId
-
Returns the unique identifier for your web app.
Type: String
Length Constraints: Fixed length of 24.
Pattern:
webapp-[0-9a-f]{17}
Required: Yes
- FaviconFile
-
Returns a icon file data string (in base64 encoding).
Type: Base64-encoded binary data object
Length Constraints: Minimum length of 1. Maximum length of 20960.
Required: No
- LogoFile
-
Returns a logo file data string (in base64 encoding).
Type: Base64-encoded binary data object
Length Constraints: Minimum length of 1. Maximum length of 51200.
Required: No
- Title
-
Returns the page title that you defined for your web app.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: