quicksight_create_theme: Creates a theme

View source: R/quicksight_operations.R

quicksight_create_themeR Documentation

Creates a theme

Description

Creates a theme.

See https://www.paws-r-sdk.com/docs/quicksight_create_theme/ for full documentation.

Usage

quicksight_create_theme(
  AwsAccountId,
  ThemeId,
  Name,
  BaseThemeId,
  VersionDescription = NULL,
  Configuration,
  Permissions = NULL,
  Tags = NULL
)

Arguments

AwsAccountId

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

ThemeId

[required] 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.

Name

[required] A display name for the theme.

BaseThemeId

[required] 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 list_themes or choose Themes from within an analysis.

VersionDescription

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

Configuration

[required] The theme configuration, which contains the theme display properties.

Permissions

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

Tags

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


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.