ThemeArgs

data class ThemeArgs(val awsAccountId: Output<String>? = null, val baseThemeId: Output<String>? = null, val configuration: Output<ThemeConfigurationArgs>? = null, val name: Output<String>? = null, val permissions: Output<List<ThemeResourcePermissionArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val themeId: Output<String>? = null, val versionDescription: Output<String>? = null) : ConvertibleToJava<ThemeArgs>

Definition of the AWS::QuickSight::Theme Resource Type.

Constructors

Link copied to clipboard
constructor(awsAccountId: Output<String>? = null, baseThemeId: Output<String>? = null, configuration: Output<ThemeConfigurationArgs>? = null, name: Output<String>? = null, permissions: Output<List<ThemeResourcePermissionArgs>>? = null, tags: Output<List<TagArgs>>? = null, themeId: Output<String>? = null, versionDescription: Output<String>? = null)

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null

The ID of the AWS account where you want to store the new theme.

Link copied to clipboard
val baseThemeId: Output<String>? = null

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.

Link copied to clipboard

The theme configuration, which contains the theme display properties.

Link copied to clipboard
val name: Output<String>? = null

A display name for the theme.

Link copied to clipboard

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Link copied to clipboard
val themeId: Output<String>? = null

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

Link copied to clipboard
val versionDescription: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ThemeArgs