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)
public static Output<GetThemeResult> getTheme(GetThemeArgs args, InvokeOptions options)
fn::invoke:
function: aws:quicksight/getTheme:getTheme
arguments:
# arguments dictionary
The following arguments are supported:
- Theme
Id This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 Palettes This property is required. List<GetTheme Configuration Data Color Palette> - Color properties that apply to chart data colors. See data_color_palette.
- Sheets
This property is required. List<GetTheme Configuration Sheet> - Display options related to sheets. See sheet.
- Typographies
This property is required. List<GetTheme Configuration Typography> - Determines the typography options. See typography.
- Ui
Color Palettes This property is required. List<GetTheme 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 Palettes This property is required. []GetTheme Configuration Data Color Palette - Color properties that apply to chart data colors. See data_color_palette.
- Sheets
This property is required. []GetTheme Configuration Sheet - Display options related to sheets. See sheet.
- Typographies
This property is required. []GetTheme Configuration Typography - Determines the typography options. See typography.
- Ui
Color Palettes This property is required. []GetTheme 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 Palettes This property is required. List<GetTheme Configuration Data Color Palette> - Color properties that apply to chart data colors. See data_color_palette.
- sheets
This property is required. List<GetTheme Configuration Sheet> - Display options related to sheets. See sheet.
- typographies
This property is required. List<GetTheme Configuration Typography> - Determines the typography options. See typography.
- ui
Color Palettes This property is required. List<GetTheme 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 Palettes This property is required. GetTheme Configuration Data Color Palette[] - Color properties that apply to chart data colors. See data_color_palette.
- sheets
This property is required. GetTheme Configuration Sheet[] - Display options related to sheets. See sheet.
- typographies
This property is required. GetTheme Configuration Typography[] - Determines the typography options. See typography.
- ui
Color Palettes This property is required. GetTheme 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_ palettes This property is required. Sequence[GetTheme Configuration Data Color Palette] - Color properties that apply to chart data colors. See data_color_palette.
- sheets
This property is required. Sequence[GetTheme Configuration Sheet] - Display options related to sheets. See sheet.
- typographies
This property is required. Sequence[GetTheme Configuration Typography] - Determines the typography options. See typography.
- ui_
color_ palettes This property is required. Sequence[GetTheme 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 Palettes 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.
- ui
Color Palettes 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.
- Empty
Fill Color This property is required. string - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- Min
Max Gradients 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.
- Empty
Fill Color This property is required. string - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- Min
Max Gradients 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.
- empty
Fill Color This property is required. String - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- min
Max Gradients 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.
- empty
Fill Color This property is required. string - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- min
Max Gradients 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.
- empty
Fill Color This property is required. String - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
- min
Max Gradients This property is required. List<String> - The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.
GetThemeConfigurationSheet
- Tile
Layouts This property is required. List<GetTheme Configuration Sheet Tile Layout> - The layout options for tiles. See tile_layout.
- Tiles
This property is required. List<GetTheme Configuration Sheet Tile> - The display options for tiles. See tile.
- Tile
Layouts This property is required. []GetTheme Configuration Sheet Tile Layout - The layout options for tiles. See tile_layout.
- Tiles
This property is required. []GetTheme Configuration Sheet Tile - The display options for tiles. See tile.
- tile
Layouts This property is required. List<GetTheme Configuration Sheet Tile Layout> - The layout options for tiles. See tile_layout.
- tiles
This property is required. List<GetTheme Configuration Sheet Tile> - The display options for tiles. See tile.
- tile
Layouts This property is required. GetTheme Configuration Sheet Tile Layout[] - The layout options for tiles. See tile_layout.
- tiles
This property is required. GetTheme Configuration Sheet Tile[] - The display options for tiles. See tile.
- tile_
layouts This property is required. Sequence[GetTheme Configuration Sheet Tile Layout] - The layout options for tiles. See tile_layout.
- tiles
This property is required. Sequence[GetTheme Configuration Sheet Tile] - The display options for tiles. See tile.
- tile
Layouts 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<GetTheme Configuration Sheet Tile Border> - The border around a tile. See border.
- Borders
This property is required. []GetTheme Configuration Sheet Tile Border - The border around a tile. See border.
- borders
This property is required. List<GetTheme Configuration Sheet Tile Border> - The border around a tile. See border.
- borders
This property is required. GetTheme Configuration Sheet Tile Border[] - The border around a tile. See border.
- borders
This property is required. Sequence[GetTheme Configuration Sheet Tile Border] - 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<GetTheme Configuration Sheet Tile Layout Gutter> - The gutter settings that apply between tiles. See gutter.
- Margins
This property is required. List<GetTheme Configuration Sheet Tile Layout Margin> - The margin settings that apply around the outside edge of sheets. See margin.
- Gutters
This property is required. []GetTheme Configuration Sheet Tile Layout Gutter - The gutter settings that apply between tiles. See gutter.
- Margins
This property is required. []GetTheme Configuration Sheet Tile Layout Margin - The margin settings that apply around the outside edge of sheets. See margin.
- gutters
This property is required. List<GetTheme Configuration Sheet Tile Layout Gutter> - The gutter settings that apply between tiles. See gutter.
- margins
This property is required. List<GetTheme Configuration Sheet Tile Layout Margin> - The margin settings that apply around the outside edge of sheets. See margin.
- gutters
This property is required. GetTheme Configuration Sheet Tile Layout Gutter[] - The gutter settings that apply between tiles. See gutter.
- margins
This property is required. GetTheme Configuration Sheet Tile Layout Margin[] - The margin settings that apply around the outside edge of sheets. See margin.
- gutters
This property is required. Sequence[GetTheme Configuration Sheet Tile Layout Gutter] - The gutter settings that apply between tiles. See gutter.
- margins
This property is required. Sequence[GetTheme Configuration Sheet Tile Layout Margin] - 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
- Font
Families This property is required. List<GetTheme Configuration Typography Font Family> - Determines the list of font families. Maximum number of 5 items. See font_families.
- Font
Families This property is required. []GetTheme Configuration Typography Font Family - Determines the list of font families. Maximum number of 5 items. See font_families.
- font
Families This property is required. List<GetTheme Configuration Typography Font Family> - Determines the list of font families. Maximum number of 5 items. See font_families.
- font
Families This property is required. GetTheme Configuration Typography Font Family[] - Determines the list of font families. Maximum number of 5 items. See font_families.
- font_
families This property is required. Sequence[GetTheme Configuration Typography Font Family] - Determines the list of font families. Maximum number of 5 items. See font_families.
- font
Families This property is required. List<Property Map> - Determines the list of font families. Maximum number of 5 items. See font_families.
GetThemeConfigurationTypographyFontFamily
- Font
Family This property is required. string - Font family name.
- Font
Family This property is required. string - Font family name.
- font
Family This property is required. String - Font family name.
- font
Family This property is required. string - Font family name.
- font_
family This property is required. str - Font family name.
- font
Family This property is required. String - Font family name.
GetThemeConfigurationUiColorPalette
- Accent
This property is required. string - Color (hexadecimal) that applies to selected states and buttons.
- Accent
Foreground 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.
- Danger
Foreground 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.
- Dimension
Foreground 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.
- Measure
Foreground This property is required. string - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- Primary
Background This property is required. string - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- Primary
Foreground 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.
- Secondary
Background This property is required. string - Color (hexadecimal) that applies to the sheet background and sheet controls.
- Secondary
Foreground 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.
- Success
Foreground 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.
- Warning
Foreground 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.
- Accent
Foreground 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.
- Danger
Foreground 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.
- Dimension
Foreground 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.
- Measure
Foreground This property is required. string - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- Primary
Background This property is required. string - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- Primary
Foreground 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.
- Secondary
Background This property is required. string - Color (hexadecimal) that applies to the sheet background and sheet controls.
- Secondary
Foreground 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.
- Success
Foreground 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.
- Warning
Foreground 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.
- accent
Foreground 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.
- danger
Foreground 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.
- dimension
Foreground 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.
- measure
Foreground This property is required. String - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primary
Background This property is required. String - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primary
Foreground 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.
- secondary
Background This property is required. String - Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondary
Foreground 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.
- success
Foreground 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.
- warning
Foreground 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.
- accent
Foreground 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.
- danger
Foreground 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.
- dimension
Foreground 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.
- measure
Foreground This property is required. string - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primary
Background This property is required. string - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primary
Foreground 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.
- secondary
Background This property is required. string - Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondary
Foreground 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.
- success
Foreground 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.
- warning
Foreground 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.
- accent
Foreground 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.
- danger
Foreground 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.
- dimension
Foreground 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.
- measure
Foreground This property is required. String - Color (hexadecimal) that applies to any text or other elements that appear over the measure color.
- primary
Background This property is required. String - Color (hexadecimal) that applies to visuals and other high emphasis UI.
- primary
Foreground 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.
- secondary
Background This property is required. String - Color (hexadecimal) that applies to the sheet background and sheet controls.
- secondary
Foreground 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.
- success
Foreground 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.
- warning
Foreground 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.