aws.quicksight.getTheme
Explore with Pulumi AI
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/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
})
}
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,
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]
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws:quicksight/getTheme:getTheme
arguments:
# arguments dictionary
The following arguments are supported:
- Theme
Id string Identifier of the theme.
The following arguments are optional:
- Aws
Account stringId - AWS account ID.
- Dictionary<string, string>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- Theme
Id string Identifier of the theme.
The following arguments are optional:
- Aws
Account stringId - AWS account ID.
- map[string]string
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- theme
Id String Identifier of the theme.
The following arguments are optional:
- aws
Account StringId - AWS account ID.
- Map<String,String>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- theme
Id string Identifier of the theme.
The following arguments are optional:
- aws
Account stringId - AWS account ID.
- {[key: string]: string}
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- theme_
id str Identifier of the theme.
The following arguments are optional:
- aws_
account_ strid - AWS account ID.
- Mapping[str, str]
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block.
- theme
Id String Identifier of the theme.
The following arguments are optional:
- aws
Account StringId - AWS account ID.
- 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.
- Aws
Account stringId - Base
Theme 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<Get
Theme Configuration> - The theme configuration, which contains the theme display properties. See configuration.
- Created
Time string - The time that the theme was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The time that the theme was last updated.
- Name string
- Display name of the theme.
- Permissions
List<Get
Theme Permission> - A set of resource permissions on the theme. See permissions.
- Status string
- The theme creation status.
- Dictionary<string, string>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - Theme
Id string - Version
Description string - 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.
- Aws
Account stringId - Base
Theme 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
[]Get
Theme Configuration - The theme configuration, which contains the theme display properties. See configuration.
- Created
Time string - The time that the theme was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The time that the theme was last updated.
- Name string
- Display name of the theme.
- Permissions
[]Get
Theme Permission - A set of resource permissions on the theme. See permissions.
- Status string
- The theme creation status.
- map[string]string
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - Theme
Id string - Version
Description string - 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.
- aws
Account StringId - base
Theme 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<Get
Theme Configuration> - The theme configuration, which contains the theme display properties. See configuration.
- created
Time String - The time that the theme was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - The time that the theme was last updated.
- name String
- Display name of the theme.
- permissions
List<Get
Theme Permission> - A set of resource permissions on the theme. See permissions.
- status String
- The theme creation status.
- Map<String,String>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - theme
Id String - version
Description String - A description of the current theme version being created/updated.
- version
Number Integer - The version number of the theme version.
- arn string
- ARN of the theme.
- aws
Account stringId - base
Theme 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
Get
Theme Configuration[] - The theme configuration, which contains the theme display properties. See configuration.
- created
Time string - The time that the theme was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringTime - The time that the theme was last updated.
- name string
- Display name of the theme.
- permissions
Get
Theme Permission[] - A set of resource permissions on the theme. See permissions.
- status string
- The theme creation status.
- {[key: string]: string}
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - theme
Id string - version
Description string - A description of the current theme version being created/updated.
- version
Number 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[Get
Theme 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[Get
Theme Permission] - A set of resource permissions on the theme. See permissions.
- status str
- The theme creation status.
- 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.
- aws
Account StringId - base
Theme 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.
- created
Time String - The time that the theme was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated 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.
- status String
- The theme creation status.
- Map<String>
- A map of tags assigned to the resource, including those inherited from the provider
default_tags
configuration block. - theme
Id String - version
Description String - A description of the current theme version being created/updated.
- version
Number Number - The version number of the theme version.
Supporting Types
GetThemeConfiguration
- Data
Color List<GetPalettes Theme Configuration Data Color Palette> - Color properties that apply to chart data colors. See data_color_palette.
- Sheets
List<Get
Theme Configuration Sheet> - Display options related to sheets. See sheet.
- Typographies
List<Get
Theme Configuration Typography> - Determines the typography options. See typography.
- Ui
Color 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.
- Data
Color []GetPalettes Theme Configuration Data Color Palette - Color properties that apply to chart data colors. See data_color_palette.
- Sheets
[]Get
Theme Configuration Sheet - Display options related to sheets. See sheet.
- Typographies
[]Get
Theme Configuration Typography - Determines the typography options. See typography.
- Ui
Color []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 List<GetPalettes Theme Configuration Data Color Palette> - Color properties that apply to chart data colors. See data_color_palette.
- sheets
List<Get
Theme Configuration Sheet> - Display options related to sheets. See sheet.
- typographies
List<Get
Theme Configuration Typography> - Determines the typography options. See typography.
- ui
Color 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.
- data
Color GetPalettes Theme Configuration Data Color Palette[] - Color properties that apply to chart data colors. See data_color_palette.
- sheets
Get
Theme Configuration Sheet[] - Display options related to sheets. See sheet.
- typographies
Get
Theme Configuration Typography[] - Determines the typography options. See typography.
- ui
Color 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[Get
Theme Configuration Sheet] - Display options related to sheets. See sheet.
- typographies
Sequence[Get
Theme 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.
- data
Color 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.
- ui
Color 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.
- Empty
Fill stringColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- Min
Max 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.
- Empty
Fill stringColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- Min
Max []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.
- empty
Fill StringColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- min
Max 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.
- empty
Fill stringColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- min
Max 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.
- empty
Fill StringColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- min
Max List<String>Gradients - The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
GetThemeConfigurationSheet
- Tile
Layouts List<GetTheme Configuration Sheet Tile Layout> - The layout options for tiles. See tile_layout.
- Tiles
List<Get
Theme Configuration Sheet Tile> - The display options for tiles. See tile.
- Tile
Layouts []GetTheme Configuration Sheet Tile Layout - The layout options for tiles. See tile_layout.
- Tiles
[]Get
Theme Configuration Sheet Tile - The display options for tiles. See tile.
- tile
Layouts List<GetTheme Configuration Sheet Tile Layout> - The layout options for tiles. See tile_layout.
- tiles
List<Get
Theme Configuration Sheet Tile> - The display options for tiles. See tile.
- tile
Layouts GetTheme Configuration Sheet Tile Layout[] - The layout options for tiles. See tile_layout.
- tiles
Get
Theme 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[Get
Theme Configuration Sheet Tile] - The display options for tiles. See tile.
- tile
Layouts 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<Get
Theme Configuration Sheet Tile Border> - The border around a tile. See border.
- Borders
[]Get
Theme Configuration Sheet Tile Border - The border around a tile. See border.
- borders
List<Get
Theme Configuration Sheet Tile Border> - The border around a tile. See border.
- borders
Get
Theme Configuration Sheet Tile Border[] - The border around a tile. See border.
- borders
Sequence[Get
Theme 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<Get
Theme Configuration Sheet Tile Layout Gutter> - The gutter settings that apply between tiles. See gutter.
- Margins
List<Get
Theme Configuration Sheet Tile Layout Margin> - The margin settings that apply around the outside edge of sheets. See margin.
- Gutters
[]Get
Theme Configuration Sheet Tile Layout Gutter - The gutter settings that apply between tiles. See gutter.
- Margins
[]Get
Theme Configuration Sheet Tile Layout Margin - The margin settings that apply around the outside edge of sheets. See margin.
- gutters
List<Get
Theme Configuration Sheet Tile Layout Gutter> - The gutter settings that apply between tiles. See gutter.
- margins
List<Get
Theme Configuration Sheet Tile Layout Margin> - The margin settings that apply around the outside edge of sheets. See margin.
- gutters
Get
Theme Configuration Sheet Tile Layout Gutter[] - The gutter settings that apply between tiles. See gutter.
- margins
Get
Theme Configuration Sheet Tile Layout Margin[] - The margin settings that apply around the outside edge of sheets. See margin.
- gutters
Sequence[Get
Theme Configuration Sheet Tile Layout Gutter] - The gutter settings that apply between tiles. See gutter.
- margins
Sequence[Get
Theme 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
- Font
Families List<GetTheme Configuration Typography Font Family> - Determines the list of font families. Maximum number of 5 items. See font_families.
- Font
Families []GetTheme Configuration Typography Font Family - Determines the list of font families. Maximum number of 5 items. See font_families.
- font
Families List<GetTheme Configuration Typography Font Family> - Determines the list of font families. Maximum number of 5 items. See font_families.
- font
Families 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.
- font
Families List<Property Map> - Determines the list of font families. Maximum number of 5 items. See font_families.
GetThemeConfigurationTypographyFontFamily
- Font
Family string - Font family name.
- Font
Family string - Font family name.
- font
Family String - Font family name.
- font
Family string - Font family name.
- font_
family str - Font family name.
- font
Family String - Font family name.
GetThemeConfigurationUiColorPalette
- Accent string
- Color (hexadecimal) that applies to selected states and buttons.
- Accent
Foreground 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.
- Danger
Foreground 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.
- Dimension
Foreground 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.
- Measure
Foreground string - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- Primary
Background string - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- Primary
Foreground 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.
- Secondary
Background string - Color (hexadecimal) that applies to the sheet background and sheet controls.
- Secondary
Foreground 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.
- Success
Foreground 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.
- Warning
Foreground 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.
- Accent
Foreground 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.
- Danger
Foreground 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.
- Dimension
Foreground 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.
- Measure
Foreground string - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- Primary
Background string - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- Primary
Foreground 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.
- Secondary
Background string - Color (hexadecimal) that applies to the sheet background and sheet controls.
- Secondary
Foreground 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.
- Success
Foreground 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.
- Warning
Foreground 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.
- accent
Foreground 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.
- danger
Foreground 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.
- dimension
Foreground 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.
- measure
Foreground String - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primary
Background String - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primary
Foreground 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.
- secondary
Background String - Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondary
Foreground 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.
- success
Foreground 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.
- warning
Foreground 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.
- accent
Foreground 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.
- danger
Foreground 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.
- dimension
Foreground 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.
- measure
Foreground string - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primary
Background string - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primary
Foreground 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.
- secondary
Background string - Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondary
Foreground 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.
- success
Foreground 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.
- warning
Foreground 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.
- accent
Foreground 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.
- danger
Foreground 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.
- dimension
Foreground 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.
- measure
Foreground String - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primary
Background String - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primary
Foreground 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.
- secondary
Background String - Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondary
Foreground 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.
- success
Foreground 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.
- warning
Foreground 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
aws
Terraform Provider.