Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateThemeRequest

import type { CreateThemeRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateThemeRequest {
AwsAccountId: string;
BaseThemeId: string;
Configuration: ThemeConfiguration;
Name: string;
Permissions?: ResourcePermission[] | null;
Tags?: Tag[] | null;
ThemeId: string;
VersionDescription?: string | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account where you want to store the new theme.

§
BaseThemeId: string
[src]

The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.

§

The theme configuration, which contains the theme display properties.

§
Name: string
[src]

A display name for the theme.

§
Permissions?: ResourcePermission[] | null
[src]

A valid grouping of resource permissions to apply to the new theme.

§
Tags?: Tag[] | null
[src]

A map of the key-value pairs for the resource tag or tags that you want to add to the resource.

§
ThemeId: string
[src]

An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in each Amazon Web Services account.

§
VersionDescription?: string | null
[src]

A description of the first version of the theme that you're creating. Every time UpdateTheme is called, a new version is created. Each version of the theme has a description of the version in the VersionDescription field.