aws.quicksight.getTheme
Data source for managing an AWS QuickSight Theme.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.quicksight.getTheme({
    themeId: "example",
});
import pulumi
import pulumi_aws as aws
example = aws.quicksight.get_theme(theme_id="example")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/quicksight"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := quicksight.LookupTheme(ctx, &quicksight.LookupThemeArgs{
			ThemeId: "example",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.Quicksight.GetTheme.Invoke(new()
    {
        ThemeId = "example",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.quicksight.QuicksightFunctions;
import com.pulumi.aws.quicksight.inputs.GetThemeArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = QuicksightFunctions.getTheme(GetThemeArgs.builder()
            .themeId("example")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:quicksight:getTheme
      arguments:
        themeId: example
Using getTheme
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTheme(args: GetThemeArgs, opts?: InvokeOptions): Promise<GetThemeResult>
function getThemeOutput(args: GetThemeOutputArgs, opts?: InvokeOptions): Output<GetThemeResult>def get_theme(aws_account_id: Optional[str] = None,
              region: Optional[str] = None,
              tags: Optional[Mapping[str, str]] = None,
              theme_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetThemeResult
def get_theme_output(aws_account_id: Optional[pulumi.Input[str]] = None,
              region: Optional[pulumi.Input[str]] = None,
              tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
              theme_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetThemeResult]func LookupTheme(ctx *Context, args *LookupThemeArgs, opts ...InvokeOption) (*LookupThemeResult, error)
func LookupThemeOutput(ctx *Context, args *LookupThemeOutputArgs, opts ...InvokeOption) LookupThemeResultOutput> Note: This function is named LookupTheme in the Go SDK.
public static class GetTheme 
{
    public static Task<GetThemeResult> InvokeAsync(GetThemeArgs args, InvokeOptions? opts = null)
    public static Output<GetThemeResult> Invoke(GetThemeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetThemeResult> getTheme(GetThemeArgs args, InvokeOptions options)
public static Output<GetThemeResult> getTheme(GetThemeArgs args, InvokeOptions options)
fn::invoke:
  function: aws:quicksight/getTheme:getTheme
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ThemeId string
- Identifier of the theme. - The following arguments are optional: 
- AwsAccount stringId 
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Dictionary<string, string>
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- ThemeId string
- Identifier of the theme. - The following arguments are optional: 
- AwsAccount stringId 
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- map[string]string
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- themeId String
- Identifier of the theme. - The following arguments are optional: 
- awsAccount StringId 
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Map<String,String>
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- themeId string
- Identifier of the theme. - The following arguments are optional: 
- awsAccount stringId 
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- {[key: string]: string}
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- theme_id str
- Identifier of the theme. - The following arguments are optional: 
- aws_account_ strid 
- region str
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Mapping[str, str]
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- themeId String
- Identifier of the theme. - The following arguments are optional: 
- awsAccount StringId 
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Map<String>
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
getTheme Result
The following output properties are available:
- Arn string
- ARN of the theme.
- AwsAccount stringId 
- BaseTheme stringId 
- 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.
- Configurations
List<GetTheme Configuration> 
- The theme configuration, which contains the theme display properties. See configuration.
- CreatedTime string
- The time that the theme was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The time that the theme was last updated.
- Name string
- Display name of the theme.
- Permissions
List<GetTheme Permission> 
- A set of resource permissions on the theme. See permissions.
- Region string
- Status string
- The theme creation status.
- Dictionary<string, string>
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- ThemeId string
- VersionDescription string
- A description of the current theme version being created/updated.
- VersionNumber int
- The version number of the theme version.
- Arn string
- ARN of the theme.
- AwsAccount stringId 
- BaseTheme stringId 
- 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.
- Configurations
[]GetTheme Configuration 
- The theme configuration, which contains the theme display properties. See configuration.
- CreatedTime string
- The time that the theme was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The time that the theme was last updated.
- Name string
- Display name of the theme.
- Permissions
[]GetTheme Permission 
- A set of resource permissions on the theme. See permissions.
- Region string
- Status string
- The theme creation status.
- map[string]string
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- ThemeId string
- VersionDescription string
- A description of the current theme version being created/updated.
- VersionNumber int
- The version number of the theme version.
- arn String
- ARN of the theme.
- awsAccount StringId 
- baseTheme StringId 
- 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.
- configurations
List<GetTheme Configuration> 
- The theme configuration, which contains the theme display properties. See configuration.
- createdTime String
- The time that the theme was created.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The time that the theme was last updated.
- name String
- Display name of the theme.
- permissions
List<GetTheme Permission> 
- A set of resource permissions on the theme. See permissions.
- region String
- status String
- The theme creation status.
- Map<String,String>
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- themeId String
- versionDescription String
- A description of the current theme version being created/updated.
- versionNumber Integer
- The version number of the theme version.
- arn string
- ARN of the theme.
- awsAccount stringId 
- baseTheme stringId 
- 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.
- configurations
GetTheme Configuration[] 
- The theme configuration, which contains the theme display properties. See configuration.
- createdTime string
- The time that the theme was created.
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated stringTime 
- The time that the theme was last updated.
- name string
- Display name of the theme.
- permissions
GetTheme Permission[] 
- A set of resource permissions on the theme. See permissions.
- region string
- status string
- The theme creation status.
- {[key: string]: string}
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- themeId string
- versionDescription string
- A description of the current theme version being created/updated.
- versionNumber number
- The version number of the theme version.
- arn str
- ARN of the theme.
- aws_account_ strid 
- base_theme_ strid 
- 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.
- configurations
Sequence[GetTheme Configuration] 
- The theme configuration, which contains the theme display properties. See configuration.
- created_time str
- The time that the theme was created.
- id str
- The provider-assigned unique ID for this managed resource.
- last_updated_ strtime 
- The time that the theme was last updated.
- name str
- Display name of the theme.
- permissions
Sequence[GetTheme Permission] 
- A set of resource permissions on the theme. See permissions.
- region str
- status str
- The theme creation status.
- Mapping[str, str]
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- theme_id str
- version_description str
- A description of the current theme version being created/updated.
- version_number int
- The version number of the theme version.
- arn String
- ARN of the theme.
- awsAccount StringId 
- baseTheme StringId 
- 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.
- configurations List<Property Map>
- The theme configuration, which contains the theme display properties. See configuration.
- createdTime String
- The time that the theme was created.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The time that the theme was last updated.
- name String
- Display name of the theme.
- permissions List<Property Map>
- A set of resource permissions on the theme. See permissions.
- region String
- status String
- The theme creation status.
- Map<String>
- A map of tags assigned to the resource, including those inherited from the provider default_tagsconfiguration block.
- themeId String
- versionDescription String
- A description of the current theme version being created/updated.
- versionNumber Number
- The version number of the theme version.
Supporting Types
GetThemeConfiguration  
- DataColor List<GetPalettes Theme Configuration Data Color Palette> 
- Color properties that apply to chart data colors. See data_color_palette.
- Sheets
List<GetTheme Configuration Sheet> 
- Display options related to sheets. See sheet.
- Typographies
List<GetTheme Configuration Typography> 
- Determines the typography options. See typography.
- UiColor List<GetPalettes Theme Configuration Ui Color Palette> 
- Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
- DataColor []GetPalettes Theme Configuration Data Color Palette 
- Color properties that apply to chart data colors. See data_color_palette.
- Sheets
[]GetTheme Configuration Sheet 
- Display options related to sheets. See sheet.
- Typographies
[]GetTheme Configuration Typography 
- Determines the typography options. See typography.
- UiColor []GetPalettes Theme Configuration Ui Color Palette 
- Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
- dataColor List<GetPalettes Theme Configuration Data Color Palette> 
- Color properties that apply to chart data colors. See data_color_palette.
- sheets
List<GetTheme Configuration Sheet> 
- Display options related to sheets. See sheet.
- typographies
List<GetTheme Configuration Typography> 
- Determines the typography options. See typography.
- uiColor List<GetPalettes Theme Configuration Ui Color Palette> 
- Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
- dataColor GetPalettes Theme Configuration Data Color Palette[] 
- Color properties that apply to chart data colors. See data_color_palette.
- sheets
GetTheme Configuration Sheet[] 
- Display options related to sheets. See sheet.
- typographies
GetTheme Configuration Typography[] 
- Determines the typography options. See typography.
- uiColor GetPalettes Theme Configuration Ui Color Palette[] 
- Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
- data_color_ Sequence[Getpalettes Theme Configuration Data Color Palette] 
- Color properties that apply to chart data colors. See data_color_palette.
- sheets
Sequence[GetTheme Configuration Sheet] 
- Display options related to sheets. See sheet.
- typographies
Sequence[GetTheme Configuration Typography] 
- Determines the typography options. See typography.
- ui_color_ Sequence[Getpalettes Theme Configuration Ui Color Palette] 
- Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
- dataColor List<Property Map>Palettes 
- Color properties that apply to chart data colors. See data_color_palette.
- sheets List<Property Map>
- Display options related to sheets. See sheet.
- typographies List<Property Map>
- Determines the typography options. See typography.
- uiColor List<Property Map>Palettes 
- Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
GetThemeConfigurationDataColorPalette     
- Colors List<string>
- List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
- EmptyFill stringColor 
- The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- MinMax List<string>Gradients 
- The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
- Colors []string
- List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
- EmptyFill stringColor 
- The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- MinMax []stringGradients 
- The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
- colors List<String>
- List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
- emptyFill StringColor 
- The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- minMax List<String>Gradients 
- The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
- colors string[]
- List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
- emptyFill stringColor 
- The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- minMax string[]Gradients 
- The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
- colors Sequence[str]
- List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
- empty_fill_ strcolor 
- The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- min_max_ Sequence[str]gradients 
- The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
- colors List<String>
- List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
- emptyFill StringColor 
- The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- minMax List<String>Gradients 
- The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
GetThemeConfigurationSheet   
- TileLayouts List<GetTheme Configuration Sheet Tile Layout> 
- The layout options for tiles. See tile_layout.
- Tiles
List<GetTheme Configuration Sheet Tile> 
- The display options for tiles. See tile.
- TileLayouts []GetTheme Configuration Sheet Tile Layout 
- The layout options for tiles. See tile_layout.
- Tiles
[]GetTheme Configuration Sheet Tile 
- The display options for tiles. See tile.
- tileLayouts List<GetTheme Configuration Sheet Tile Layout> 
- The layout options for tiles. See tile_layout.
- tiles
List<GetTheme Configuration Sheet Tile> 
- The display options for tiles. See tile.
- tileLayouts GetTheme Configuration Sheet Tile Layout[] 
- The layout options for tiles. See tile_layout.
- tiles
GetTheme Configuration Sheet Tile[] 
- The display options for tiles. See tile.
- tile_layouts Sequence[GetTheme Configuration Sheet Tile Layout] 
- The layout options for tiles. See tile_layout.
- tiles
Sequence[GetTheme Configuration Sheet Tile] 
- The display options for tiles. See tile.
- tileLayouts List<Property Map>
- The layout options for tiles. See tile_layout.
- tiles List<Property Map>
- The display options for tiles. See tile.
GetThemeConfigurationSheetTile    
- Borders
List<GetTheme Configuration Sheet Tile Border> 
- The border around a tile. See border.
- Borders
[]GetTheme Configuration Sheet Tile Border 
- The border around a tile. See border.
- borders
List<GetTheme Configuration Sheet Tile Border> 
- The border around a tile. See border.
- borders
GetTheme Configuration Sheet Tile Border[] 
- The border around a tile. See border.
- borders
Sequence[GetTheme Configuration Sheet Tile Border] 
- The border around a tile. See border.
- borders List<Property Map>
- The border around a tile. See border.
GetThemeConfigurationSheetTileBorder     
- Show bool
- This Boolean value controls whether to display sheet margins.
- Show bool
- This Boolean value controls whether to display sheet margins.
- show Boolean
- This Boolean value controls whether to display sheet margins.
- show boolean
- This Boolean value controls whether to display sheet margins.
- show bool
- This Boolean value controls whether to display sheet margins.
- show Boolean
- This Boolean value controls whether to display sheet margins.
GetThemeConfigurationSheetTileLayout     
- Gutters
List<GetTheme Configuration Sheet Tile Layout Gutter> 
- The gutter settings that apply between tiles. See gutter.
- Margins
List<GetTheme Configuration Sheet Tile Layout Margin> 
- The margin settings that apply around the outside edge of sheets. See margin.
- Gutters
[]GetTheme Configuration Sheet Tile Layout Gutter 
- The gutter settings that apply between tiles. See gutter.
- Margins
[]GetTheme Configuration Sheet Tile Layout Margin 
- The margin settings that apply around the outside edge of sheets. See margin.
- gutters
List<GetTheme Configuration Sheet Tile Layout Gutter> 
- The gutter settings that apply between tiles. See gutter.
- margins
List<GetTheme Configuration Sheet Tile Layout Margin> 
- The margin settings that apply around the outside edge of sheets. See margin.
- gutters
GetTheme Configuration Sheet Tile Layout Gutter[] 
- The gutter settings that apply between tiles. See gutter.
- margins
GetTheme Configuration Sheet Tile Layout Margin[] 
- The margin settings that apply around the outside edge of sheets. See margin.
- gutters
Sequence[GetTheme Configuration Sheet Tile Layout Gutter] 
- The gutter settings that apply between tiles. See gutter.
- margins
Sequence[GetTheme Configuration Sheet Tile Layout Margin] 
- The margin settings that apply around the outside edge of sheets. See margin.
- gutters List<Property Map>
- The gutter settings that apply between tiles. See gutter.
- margins List<Property Map>
- The margin settings that apply around the outside edge of sheets. See margin.
GetThemeConfigurationSheetTileLayoutGutter      
- Show bool
- This Boolean value controls whether to display sheet margins.
- Show bool
- This Boolean value controls whether to display sheet margins.
- show Boolean
- This Boolean value controls whether to display sheet margins.
- show boolean
- This Boolean value controls whether to display sheet margins.
- show bool
- This Boolean value controls whether to display sheet margins.
- show Boolean
- This Boolean value controls whether to display sheet margins.
GetThemeConfigurationSheetTileLayoutMargin      
- Show bool
- This Boolean value controls whether to display sheet margins.
- Show bool
- This Boolean value controls whether to display sheet margins.
- show Boolean
- This Boolean value controls whether to display sheet margins.
- show boolean
- This Boolean value controls whether to display sheet margins.
- show bool
- This Boolean value controls whether to display sheet margins.
- show Boolean
- This Boolean value controls whether to display sheet margins.
GetThemeConfigurationTypography   
- FontFamilies List<GetTheme Configuration Typography Font Family> 
- Determines the list of font families. Maximum number of 5 items. See font_families.
- FontFamilies []GetTheme Configuration Typography Font Family 
- Determines the list of font families. Maximum number of 5 items. See font_families.
- fontFamilies List<GetTheme Configuration Typography Font Family> 
- Determines the list of font families. Maximum number of 5 items. See font_families.
- fontFamilies GetTheme Configuration Typography Font Family[] 
- Determines the list of font families. Maximum number of 5 items. See font_families.
- font_families Sequence[GetTheme Configuration Typography Font Family] 
- Determines the list of font families. Maximum number of 5 items. See font_families.
- fontFamilies List<Property Map>
- Determines the list of font families. Maximum number of 5 items. See font_families.
GetThemeConfigurationTypographyFontFamily     
- FontFamily string
- Font family name.
- FontFamily string
- Font family name.
- fontFamily String
- Font family name.
- fontFamily string
- Font family name.
- font_family str
- Font family name.
- fontFamily String
- Font family name.
GetThemeConfigurationUiColorPalette     
- Accent string
- Color (hexadecimal) that applies to selected states and buttons.
- AccentForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
- Danger string
- Color (hexadecimal) that applies to error messages.
- DangerForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the error color.
- Dimension string
- Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
- DimensionForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
- Measure string
- Color (hexadecimal) that applies to the names of fields that are identified as measures.
- MeasureForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- PrimaryBackground string
- Color (hexadecimal) that applies to visuals and other high emphasis UI.
- PrimaryForeground string
- Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
- SecondaryBackground string
- Color (hexadecimal) that applies to the sheet background and sheet controls.
- SecondaryForeground string
- Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
- Success string
- Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
- SuccessForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the success color.
- Warning string
- Color (hexadecimal) that applies to warning and informational messages.
- WarningForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
- Accent string
- Color (hexadecimal) that applies to selected states and buttons.
- AccentForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
- Danger string
- Color (hexadecimal) that applies to error messages.
- DangerForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the error color.
- Dimension string
- Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
- DimensionForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
- Measure string
- Color (hexadecimal) that applies to the names of fields that are identified as measures.
- MeasureForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- PrimaryBackground string
- Color (hexadecimal) that applies to visuals and other high emphasis UI.
- PrimaryForeground string
- Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
- SecondaryBackground string
- Color (hexadecimal) that applies to the sheet background and sheet controls.
- SecondaryForeground string
- Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
- Success string
- Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
- SuccessForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the success color.
- Warning string
- Color (hexadecimal) that applies to warning and informational messages.
- WarningForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
- accent String
- Color (hexadecimal) that applies to selected states and buttons.
- accentForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
- danger String
- Color (hexadecimal) that applies to error messages.
- dangerForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the error color.
- dimension String
- Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
- dimensionForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
- measure String
- Color (hexadecimal) that applies to the names of fields that are identified as measures.
- measureForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primaryBackground String
- Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primaryForeground String
- Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
- secondaryBackground String
- Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondaryForeground String
- Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
- success String
- Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
- successForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the success color.
- warning String
- Color (hexadecimal) that applies to warning and informational messages.
- warningForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
- accent string
- Color (hexadecimal) that applies to selected states and buttons.
- accentForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
- danger string
- Color (hexadecimal) that applies to error messages.
- dangerForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the error color.
- dimension string
- Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
- dimensionForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
- measure string
- Color (hexadecimal) that applies to the names of fields that are identified as measures.
- measureForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primaryBackground string
- Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primaryForeground string
- Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
- secondaryBackground string
- Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondaryForeground string
- Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
- success string
- Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
- successForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the success color.
- warning string
- Color (hexadecimal) that applies to warning and informational messages.
- warningForeground string
- Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
- accent str
- Color (hexadecimal) that applies to selected states and buttons.
- accent_foreground str
- Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
- danger str
- Color (hexadecimal) that applies to error messages.
- danger_foreground str
- Color (hexadecimal) that applies to any text or other elements that appear over the error color.
- dimension str
- Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
- dimension_foreground str
- Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
- measure str
- Color (hexadecimal) that applies to the names of fields that are identified as measures.
- measure_foreground str
- Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primary_background str
- Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primary_foreground str
- Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
- secondary_background str
- Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondary_foreground str
- Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
- success str
- Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
- success_foreground str
- Color (hexadecimal) that applies to any text or other elements that appear over the success color.
- warning str
- Color (hexadecimal) that applies to warning and informational messages.
- warning_foreground str
- Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
- accent String
- Color (hexadecimal) that applies to selected states and buttons.
- accentForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
- danger String
- Color (hexadecimal) that applies to error messages.
- dangerForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the error color.
- dimension String
- Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
- dimensionForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
- measure String
- Color (hexadecimal) that applies to the names of fields that are identified as measures.
- measureForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primaryBackground String
- Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primaryForeground String
- Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
- secondaryBackground String
- Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondaryForeground String
- Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
- success String
- Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
- successForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the success color.
- warning String
- Color (hexadecimal) that applies to warning and informational messages.
- warningForeground String
- Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
GetThemePermission  
- Actions List<string>
- List of IAM actions to grant or revoke permissions on.
- Principal string
- ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
- Actions []string
- List of IAM actions to grant or revoke permissions on.
- Principal string
- ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
- actions List<String>
- List of IAM actions to grant or revoke permissions on.
- principal String
- ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
- actions string[]
- List of IAM actions to grant or revoke permissions on.
- principal string
- ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
- actions Sequence[str]
- List of IAM actions to grant or revoke permissions on.
- principal str
- ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
- actions List<String>
- List of IAM actions to grant or revoke permissions on.
- principal String
- ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.
