aws.appstream.describe_theme_for_stack
Example SQL Queries
SELECT * FROMaws.appstream.describe_theme_for_stackWHERE"stack_name" = 'VALUE';Description
Retrieves a list that describes the theme for a specified stack. A theme is custom branding that customizes the appearance of the streaming application catalog page.
Table Definition
| Column Name | Column Data Type |
|---|---|
| stack_name Required Input Column The name of the stack for the theme. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| theme The theme object that contains the metadata of the custom branding. | STRUCT( |
Show child fields
| |