The ID of the Amazon Web Services account where you want to store the new theme.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The option to enable display of borders for visuals.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Sheet_Tile_Border_Show |
Amazon.PowerShell.Cmdlets.QS.AmazonQuickSightClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The hexadecimal codes for the colors. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_DataColorPalette_Colors |
-DataColorPalette_EmptyFillColor <
String>
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_DataColorPalette_EmptyFillColor |
-DataColorPalette_MinMaxGradient <
String[]>
The minimum and maximum hexadecimal codes that describe a color gradient. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_DataColorPalette_MinMaxGradient |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This Boolean value controls whether to display a gutter space between sheet tiles.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Sheet_TileLayout_Gutter_Show |
This Boolean value controls whether to display sheet margins.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Sheet_TileLayout_Margin_Show |
A display name for the theme.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A valid grouping of resource permissions to apply to the new theme. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Permissions |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.QuickSight.Model.CreateThemeResponse). Specifying the name of a property of type Amazon.QuickSight.Model.CreateThemeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A map of the key-value pairs for the resource tag or tags that you want to add to the resource. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in each Amazon Web Services account.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
-Typography_FontFamily <
Font[]>
Determines the list of font families. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_Typography_FontFamilies |
-UIColorPalette_Accent <
String>
This color is that applies to selected states and buttons.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_Accent |
-UIColorPalette_AccentForeground <
String>
The foreground color that applies to any text or other elements that appear over the accent color.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_AccentForeground |
-UIColorPalette_Danger <
String>
The color that applies to error messages.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_Danger |
-UIColorPalette_DangerForeground <
String>
The foreground color that applies to any text or other elements that appear over the error color.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_DangerForeground |
-UIColorPalette_Dimension <
String>
The color that applies to the names of fields that are identified as dimensions.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_Dimension |
-UIColorPalette_DimensionForeground <
String>
The foreground color that applies to any text or other elements that appear over the dimension color.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_DimensionForeground |
-UIColorPalette_Measure <
String>
The color that applies to the names of fields that are identified as measures.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_Measure |
-UIColorPalette_MeasureForeground <
String>
The foreground color that applies to any text or other elements that appear over the measure color.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_MeasureForeground |
-UIColorPalette_PrimaryBackground <
String>
The background color that applies to visuals and other high emphasis UI.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_PrimaryBackground |
-UIColorPalette_PrimaryForeground <
String>
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_PrimaryForeground |
-UIColorPalette_SecondaryBackground <
String>
The background color that applies to the sheet background and sheet controls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_SecondaryBackground |
-UIColorPalette_SecondaryForeground <
String>
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_SecondaryForeground |
-UIColorPalette_Success <
String>
The color that applies to success messages, for example the check mark for a successful download.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_Success |
-UIColorPalette_SuccessForeground <
String>
The foreground color that applies to any text or other elements that appear over the success color.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_SuccessForeground |
-UIColorPalette_Warning <
String>
This color that applies to warning and informational messages.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_Warning |
-UIColorPalette_WarningForeground <
String>
The foreground color that applies to any text or other elements that appear over the warning color.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_UIColorPalette_WarningForeground |
A description of the first version of the theme that you're creating. Every time UpdateTheme is called, a new version is created. Each version of the theme has a description of the version in the VersionDescription field.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |