- Navigation Guide
@aws-sdk/client-appstream
CreateThemeForStackCommandInput Interface
Members
Name | Type | Details |
---|---|---|
FaviconS3Location Required | S3Location | undefined | The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users' streaming sessions. |
OrganizationLogoS3Location Required | S3Location | undefined | The organization logo that appears on the streaming application catalog page. |
StackName Required | string | undefined | The name of the stack for the theme. |
ThemeStyling Required | ThemeStyling | undefined | The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page. |
TitleText Required | string | undefined | The title that is displayed at the top of the browser tab during users' application streaming sessions. |
FooterLinks | ThemeFooterLink[] | undefined | The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites. |
Full Signature
export interface CreateThemeForStackCommandInput extends CreateThemeForStackRequest