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::WorkSpacesWeb::UserSettings LocalizedBrandingStrings
Localized text strings for a specific language that customize the web portal.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "BrowserTabTitle" :String, "ContactButtonText" :String, "ContactLink" :String, "LoadingText" :String, "LoginButtonText" :String, "LoginDescription" :String, "LoginTitle" :String, "WelcomeText" :String}
YAML
BrowserTabTitle:StringContactButtonText:StringContactLink:StringLoadingText:StringLoginButtonText:StringLoginDescription:StringLoginTitle:StringWelcomeText:String
Properties
BrowserTabTitle-
The text displayed in the browser tab title.
Required: Yes
Type: String
Pattern:
^[^<>&'`~\\]*$Update requires: No interruption
-
The text displayed on the contact button. This field is optional and defaults to "Contact us".
Required: No
Type: String
Pattern:
^[^<>&'`~\\]*$Update requires: No interruption
ContactLink-
A contact link URL. The URL must start with
https://ormailto:. If not provided, the contact button will be hidden from the web portal screen.Required: No
Type: String
Pattern:
^(https?://|mailto:).*Update requires: No interruption
LoadingText-
The text displayed during session loading. This field is optional and defaults to "Loading your session".
Required: No
Type: String
Pattern:
^[^<>&'`~\\]*$Update requires: No interruption
-
The text displayed on the login button. This field is optional and defaults to "Sign In".
Required: No
Type: String
Pattern:
^[^<>&'`~\\]*$Update requires: No interruption
LoginDescription-
The description text for the login section. This field is optional and defaults to "Sign in to your session".
Required: No
Type: String
Pattern:
^[^<>&'`~\\]*$Update requires: No interruption
LoginTitle-
The title text for the login section. This field is optional and defaults to "Sign In".
Required: No
Type: String
Pattern:
^[^<>&'`~\\]*$Update requires: No interruption
WelcomeText-
The welcome text displayed on the sign-in page.
Required: Yes
Type: String
Pattern:
^[^<>&'`~\\]*$Update requires: No interruption