1. Packages
  2. AWS
  3. API Docs
  4. quicksight
  5. getTheme
AWS v6.78.0 published on Thursday, Apr 24, 2025 by Pulumi

aws.quicksight.getTheme

Explore with Pulumi AI

AWS v6.78.0 published on Thursday, Apr 24, 2025 by Pulumi

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",
});
Copy
import pulumi
import pulumi_aws as aws

example = aws.quicksight.get_theme(theme_id="example")
Copy
package main

import (
	"github.com/pulumi/pulumi-aws/sdk/v6/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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: aws:quicksight:getTheme
      arguments:
        themeId: example
Copy

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>
Copy
def get_theme(aws_account_id: 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,
              tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
              theme_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetThemeResult]
Copy
func LookupTheme(ctx *Context, args *LookupThemeArgs, opts ...InvokeOption) (*LookupThemeResult, error)
func LookupThemeOutput(ctx *Context, args *LookupThemeOutputArgs, opts ...InvokeOption) LookupThemeResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetThemeResult> getTheme(GetThemeArgs args, InvokeOptions options)
public static Output<GetThemeResult> getTheme(GetThemeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws:quicksight/getTheme:getTheme
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ThemeId This property is required. string

Identifier of the theme.

The following arguments are optional:

AwsAccountId string
AWS account ID.
Tags Dictionary<string, string>
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.
ThemeId This property is required. string

Identifier of the theme.

The following arguments are optional:

AwsAccountId string
AWS account ID.
Tags map[string]string
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.
themeId This property is required. String

Identifier of the theme.

The following arguments are optional:

awsAccountId String
AWS account ID.
tags Map<String,String>
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.
themeId This property is required. string

Identifier of the theme.

The following arguments are optional:

awsAccountId string
AWS account ID.
tags {[key: string]: string}
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.
theme_id This property is required. str

Identifier of the theme.

The following arguments are optional:

aws_account_id str
AWS account ID.
tags Mapping[str, str]
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.
themeId This property is required. String

Identifier of the theme.

The following arguments are optional:

awsAccountId String
AWS account ID.
tags Map<String>
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

getTheme Result

The following output properties are available:

Arn string
ARN of the theme.
AwsAccountId string
BaseThemeId string
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<GetThemeConfiguration>
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.
LastUpdatedTime string
The time that the theme was last updated.
Name string
Display name of the theme.
Permissions List<GetThemePermission>
A set of resource permissions on the theme. See permissions.
Status string
The theme creation status.
Tags Dictionary<string, string>
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration 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.
AwsAccountId string
BaseThemeId string
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 []GetThemeConfiguration
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.
LastUpdatedTime string
The time that the theme was last updated.
Name string
Display name of the theme.
Permissions []GetThemePermission
A set of resource permissions on the theme. See permissions.
Status string
The theme creation status.
Tags map[string]string
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration 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.
awsAccountId String
baseThemeId String
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<GetThemeConfiguration>
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.
lastUpdatedTime String
The time that the theme was last updated.
name String
Display name of the theme.
permissions List<GetThemePermission>
A set of resource permissions on the theme. See permissions.
status String
The theme creation status.
tags Map<String,String>
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration 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.
awsAccountId string
baseThemeId string
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 GetThemeConfiguration[]
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.
lastUpdatedTime string
The time that the theme was last updated.
name string
Display name of the theme.
permissions GetThemePermission[]
A set of resource permissions on the theme. See permissions.
status string
The theme creation status.
tags {[key: string]: string}
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration 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_id str
base_theme_id str
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[GetThemeConfiguration]
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_time str
The time that the theme was last updated.
name str
Display name of the theme.
permissions Sequence[GetThemePermission]
A set of resource permissions on the theme. See permissions.
status str
The theme creation status.
tags Mapping[str, str]
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration 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.
awsAccountId String
baseThemeId String
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.
lastUpdatedTime String
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.
status String
The theme creation status.
tags Map<String>
A map of tags assigned to the resource, including those inherited from the provider default_tags configuration 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

DataColorPalettes This property is required. List<GetThemeConfigurationDataColorPalette>
Color properties that apply to chart data colors. See data_color_palette.
Sheets This property is required. List<GetThemeConfigurationSheet>
Display options related to sheets. See sheet.
Typographies This property is required. List<GetThemeConfigurationTypography>
Determines the typography options. See typography.
UiColorPalettes This property is required. List<GetThemeConfigurationUiColorPalette>
Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
DataColorPalettes This property is required. []GetThemeConfigurationDataColorPalette
Color properties that apply to chart data colors. See data_color_palette.
Sheets This property is required. []GetThemeConfigurationSheet
Display options related to sheets. See sheet.
Typographies This property is required. []GetThemeConfigurationTypography
Determines the typography options. See typography.
UiColorPalettes This property is required. []GetThemeConfigurationUiColorPalette
Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
dataColorPalettes This property is required. List<GetThemeConfigurationDataColorPalette>
Color properties that apply to chart data colors. See data_color_palette.
sheets This property is required. List<GetThemeConfigurationSheet>
Display options related to sheets. See sheet.
typographies This property is required. List<GetThemeConfigurationTypography>
Determines the typography options. See typography.
uiColorPalettes This property is required. List<GetThemeConfigurationUiColorPalette>
Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
dataColorPalettes This property is required. GetThemeConfigurationDataColorPalette[]
Color properties that apply to chart data colors. See data_color_palette.
sheets This property is required. GetThemeConfigurationSheet[]
Display options related to sheets. See sheet.
typographies This property is required. GetThemeConfigurationTypography[]
Determines the typography options. See typography.
uiColorPalettes This property is required. GetThemeConfigurationUiColorPalette[]
Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
data_color_palettes This property is required. Sequence[GetThemeConfigurationDataColorPalette]
Color properties that apply to chart data colors. See data_color_palette.
sheets This property is required. Sequence[GetThemeConfigurationSheet]
Display options related to sheets. See sheet.
typographies This property is required. Sequence[GetThemeConfigurationTypography]
Determines the typography options. See typography.
ui_color_palettes This property is required. Sequence[GetThemeConfigurationUiColorPalette]
Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.
dataColorPalettes This property is required. List<Property Map>
Color properties that apply to chart data colors. See data_color_palette.
sheets This property is required. List<Property Map>
Display options related to sheets. See sheet.
typographies This property is required. List<Property Map>
Determines the typography options. See typography.
uiColorPalettes This property is required. List<Property Map>
Color properties that apply to the UI and to charts, excluding the colors that apply to data. See ui_color_palette.

GetThemeConfigurationDataColorPalette

Colors This property is required. List<string>
List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
EmptyFillColor This property is required. string
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
MinMaxGradients This property is required. List<string>
The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
Colors This property is required. []string
List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
EmptyFillColor This property is required. string
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
MinMaxGradients This property is required. []string
The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
colors This property is required. List<String>
List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
emptyFillColor This property is required. String
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
minMaxGradients This property is required. List<String>
The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
colors This property is required. string[]
List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
emptyFillColor This property is required. string
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
minMaxGradients This property is required. string[]
The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
colors This property is required. Sequence[str]
List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
empty_fill_color This property is required. str
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
min_max_gradients This property is required. Sequence[str]
The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
colors This property is required. List<String>
List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.
emptyFillColor This property is required. String
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
minMaxGradients This property is required. List<String>
The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.

GetThemeConfigurationSheet

TileLayouts This property is required. List<GetThemeConfigurationSheetTileLayout>
The layout options for tiles. See tile_layout.
Tiles This property is required. List<GetThemeConfigurationSheetTile>
The display options for tiles. See tile.
TileLayouts This property is required. []GetThemeConfigurationSheetTileLayout
The layout options for tiles. See tile_layout.
Tiles This property is required. []GetThemeConfigurationSheetTile
The display options for tiles. See tile.
tileLayouts This property is required. List<GetThemeConfigurationSheetTileLayout>
The layout options for tiles. See tile_layout.
tiles This property is required. List<GetThemeConfigurationSheetTile>
The display options for tiles. See tile.
tileLayouts This property is required. GetThemeConfigurationSheetTileLayout[]
The layout options for tiles. See tile_layout.
tiles This property is required. GetThemeConfigurationSheetTile[]
The display options for tiles. See tile.
tile_layouts This property is required. Sequence[GetThemeConfigurationSheetTileLayout]
The layout options for tiles. See tile_layout.
tiles This property is required. Sequence[GetThemeConfigurationSheetTile]
The display options for tiles. See tile.
tileLayouts This property is required. List<Property Map>
The layout options for tiles. See tile_layout.
tiles This property is required. List<Property Map>
The display options for tiles. See tile.

GetThemeConfigurationSheetTile

Borders This property is required. List<GetThemeConfigurationSheetTileBorder>
The border around a tile. See border.
Borders This property is required. []GetThemeConfigurationSheetTileBorder
The border around a tile. See border.
borders This property is required. List<GetThemeConfigurationSheetTileBorder>
The border around a tile. See border.
borders This property is required. GetThemeConfigurationSheetTileBorder[]
The border around a tile. See border.
borders This property is required. Sequence[GetThemeConfigurationSheetTileBorder]
The border around a tile. See border.
borders This property is required. List<Property Map>
The border around a tile. See border.

GetThemeConfigurationSheetTileBorder

Show This property is required. bool
This Boolean value controls whether to display sheet margins.
Show This property is required. bool
This Boolean value controls whether to display sheet margins.
show This property is required. Boolean
This Boolean value controls whether to display sheet margins.
show This property is required. boolean
This Boolean value controls whether to display sheet margins.
show This property is required. bool
This Boolean value controls whether to display sheet margins.
show This property is required. Boolean
This Boolean value controls whether to display sheet margins.

GetThemeConfigurationSheetTileLayout

Gutters This property is required. List<GetThemeConfigurationSheetTileLayoutGutter>
The gutter settings that apply between tiles. See gutter.
Margins This property is required. List<GetThemeConfigurationSheetTileLayoutMargin>
The margin settings that apply around the outside edge of sheets. See margin.
Gutters This property is required. []GetThemeConfigurationSheetTileLayoutGutter
The gutter settings that apply between tiles. See gutter.
Margins This property is required. []GetThemeConfigurationSheetTileLayoutMargin
The margin settings that apply around the outside edge of sheets. See margin.
gutters This property is required. List<GetThemeConfigurationSheetTileLayoutGutter>
The gutter settings that apply between tiles. See gutter.
margins This property is required. List<GetThemeConfigurationSheetTileLayoutMargin>
The margin settings that apply around the outside edge of sheets. See margin.
gutters This property is required. GetThemeConfigurationSheetTileLayoutGutter[]
The gutter settings that apply between tiles. See gutter.
margins This property is required. GetThemeConfigurationSheetTileLayoutMargin[]
The margin settings that apply around the outside edge of sheets. See margin.
gutters This property is required. Sequence[GetThemeConfigurationSheetTileLayoutGutter]
The gutter settings that apply between tiles. See gutter.
margins This property is required. Sequence[GetThemeConfigurationSheetTileLayoutMargin]
The margin settings that apply around the outside edge of sheets. See margin.
gutters This property is required. List<Property Map>
The gutter settings that apply between tiles. See gutter.
margins This property is required. List<Property Map>
The margin settings that apply around the outside edge of sheets. See margin.

GetThemeConfigurationSheetTileLayoutGutter

Show This property is required. bool
This Boolean value controls whether to display sheet margins.
Show This property is required. bool
This Boolean value controls whether to display sheet margins.
show This property is required. Boolean
This Boolean value controls whether to display sheet margins.
show This property is required. boolean
This Boolean value controls whether to display sheet margins.
show This property is required. bool
This Boolean value controls whether to display sheet margins.
show This property is required. Boolean
This Boolean value controls whether to display sheet margins.

GetThemeConfigurationSheetTileLayoutMargin

Show This property is required. bool
This Boolean value controls whether to display sheet margins.
Show This property is required. bool
This Boolean value controls whether to display sheet margins.
show This property is required. Boolean
This Boolean value controls whether to display sheet margins.
show This property is required. boolean
This Boolean value controls whether to display sheet margins.
show This property is required. bool
This Boolean value controls whether to display sheet margins.
show This property is required. Boolean
This Boolean value controls whether to display sheet margins.

GetThemeConfigurationTypography

FontFamilies This property is required. List<GetThemeConfigurationTypographyFontFamily>
Determines the list of font families. Maximum number of 5 items. See font_families.
FontFamilies This property is required. []GetThemeConfigurationTypographyFontFamily
Determines the list of font families. Maximum number of 5 items. See font_families.
fontFamilies This property is required. List<GetThemeConfigurationTypographyFontFamily>
Determines the list of font families. Maximum number of 5 items. See font_families.
fontFamilies This property is required. GetThemeConfigurationTypographyFontFamily[]
Determines the list of font families. Maximum number of 5 items. See font_families.
font_families This property is required. Sequence[GetThemeConfigurationTypographyFontFamily]
Determines the list of font families. Maximum number of 5 items. See font_families.
fontFamilies This property is required. List<Property Map>
Determines the list of font families. Maximum number of 5 items. See font_families.

GetThemeConfigurationTypographyFontFamily

FontFamily This property is required. string
Font family name.
FontFamily This property is required. string
Font family name.
fontFamily This property is required. String
Font family name.
fontFamily This property is required. string
Font family name.
font_family This property is required. str
Font family name.
fontFamily This property is required. String
Font family name.

GetThemeConfigurationUiColorPalette

Accent This property is required. string
Color (hexadecimal) that applies to selected states and buttons.
AccentForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
Danger This property is required. string
Color (hexadecimal) that applies to error messages.
DangerForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the error color.
Dimension This property is required. string
Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
DimensionForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
Measure This property is required. string
Color (hexadecimal) that applies to the names of fields that are identified as measures.
MeasureForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
PrimaryBackground This property is required. string
Color (hexadecimal) that applies to visuals and other high emphasis UI.
PrimaryForeground This property is required. 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 This property is required. string
Color (hexadecimal) that applies to the sheet background and sheet controls.
SecondaryForeground This property is required. string
Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
Success This property is required. string
Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
SuccessForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the success color.
Warning This property is required. string
Color (hexadecimal) that applies to warning and informational messages.
WarningForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
Accent This property is required. string
Color (hexadecimal) that applies to selected states and buttons.
AccentForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
Danger This property is required. string
Color (hexadecimal) that applies to error messages.
DangerForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the error color.
Dimension This property is required. string
Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
DimensionForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
Measure This property is required. string
Color (hexadecimal) that applies to the names of fields that are identified as measures.
MeasureForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
PrimaryBackground This property is required. string
Color (hexadecimal) that applies to visuals and other high emphasis UI.
PrimaryForeground This property is required. 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 This property is required. string
Color (hexadecimal) that applies to the sheet background and sheet controls.
SecondaryForeground This property is required. string
Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
Success This property is required. string
Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
SuccessForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the success color.
Warning This property is required. string
Color (hexadecimal) that applies to warning and informational messages.
WarningForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
accent This property is required. String
Color (hexadecimal) that applies to selected states and buttons.
accentForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
danger This property is required. String
Color (hexadecimal) that applies to error messages.
dangerForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the error color.
dimension This property is required. String
Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
dimensionForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
measure This property is required. String
Color (hexadecimal) that applies to the names of fields that are identified as measures.
measureForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
primaryBackground This property is required. String
Color (hexadecimal) that applies to visuals and other high emphasis UI.
primaryForeground This property is required. 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 This property is required. String
Color (hexadecimal) that applies to the sheet background and sheet controls.
secondaryForeground This property is required. String
Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
success This property is required. String
Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
successForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the success color.
warning This property is required. String
Color (hexadecimal) that applies to warning and informational messages.
warningForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
accent This property is required. string
Color (hexadecimal) that applies to selected states and buttons.
accentForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
danger This property is required. string
Color (hexadecimal) that applies to error messages.
dangerForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the error color.
dimension This property is required. string
Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
dimensionForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
measure This property is required. string
Color (hexadecimal) that applies to the names of fields that are identified as measures.
measureForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
primaryBackground This property is required. string
Color (hexadecimal) that applies to visuals and other high emphasis UI.
primaryForeground This property is required. 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 This property is required. string
Color (hexadecimal) that applies to the sheet background and sheet controls.
secondaryForeground This property is required. string
Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
success This property is required. string
Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
successForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the success color.
warning This property is required. string
Color (hexadecimal) that applies to warning and informational messages.
warningForeground This property is required. string
Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
accent This property is required. str
Color (hexadecimal) that applies to selected states and buttons.
accent_foreground This property is required. str
Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
danger This property is required. str
Color (hexadecimal) that applies to error messages.
danger_foreground This property is required. str
Color (hexadecimal) that applies to any text or other elements that appear over the error color.
dimension This property is required. str
Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
dimension_foreground This property is required. str
Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
measure This property is required. str
Color (hexadecimal) that applies to the names of fields that are identified as measures.
measure_foreground This property is required. str
Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
primary_background This property is required. str
Color (hexadecimal) that applies to visuals and other high emphasis UI.
primary_foreground This property is required. 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 This property is required. str
Color (hexadecimal) that applies to the sheet background and sheet controls.
secondary_foreground This property is required. str
Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
success This property is required. str
Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
success_foreground This property is required. str
Color (hexadecimal) that applies to any text or other elements that appear over the success color.
warning This property is required. str
Color (hexadecimal) that applies to warning and informational messages.
warning_foreground This property is required. str
Color (hexadecimal) that applies to any text or other elements that appear over the warning color.
accent This property is required. String
Color (hexadecimal) that applies to selected states and buttons.
accentForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the accent color.
danger This property is required. String
Color (hexadecimal) that applies to error messages.
dangerForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the error color.
dimension This property is required. String
Color (hexadecimal) that applies to the names of fields that are identified as dimensions.
dimensionForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.
measure This property is required. String
Color (hexadecimal) that applies to the names of fields that are identified as measures.
measureForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
primaryBackground This property is required. String
Color (hexadecimal) that applies to visuals and other high emphasis UI.
primaryForeground This property is required. 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 This property is required. String
Color (hexadecimal) that applies to the sheet background and sheet controls.
secondaryForeground This property is required. String
Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
success This property is required. String
Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.
successForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the success color.
warning This property is required. String
Color (hexadecimal) that applies to warning and informational messages.
warningForeground This property is required. String
Color (hexadecimal) that applies to any text or other elements that appear over the warning color.

GetThemePermission

Actions This property is required. List<string>
List of IAM actions to grant or revoke permissions on.
Principal This property is required. string
ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
Actions This property is required. []string
List of IAM actions to grant or revoke permissions on.
Principal This property is required. string
ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
actions This property is required. List<String>
List of IAM actions to grant or revoke permissions on.
principal This property is required. String
ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
actions This property is required. string[]
List of IAM actions to grant or revoke permissions on.
principal This property is required. string
ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
actions This property is required. Sequence[str]
List of IAM actions to grant or revoke permissions on.
principal This property is required. str
ARN of the principal. See the ResourcePermission documentation for the applicable ARN values.
actions This property is required. List<String>
List of IAM actions to grant or revoke permissions on.
principal This property is required. 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 aws Terraform Provider.
AWS v6.78.0 published on Thursday, Apr 24, 2025 by Pulumi