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<ThemeTagArgs>>? = 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
fun ThemeArgs(awsAccountId: Output<String>? = null, baseThemeId: Output<String>? = null, configuration: Output<ThemeConfigurationArgs>? = null, name: Output<String>? = null, permissions: Output<List<ThemeResourcePermissionArgs>>? = null, tags: Output<List<ThemeTagArgs>>? = null, themeId: Output<String>? = null, versionDescription: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null
Link copied to clipboard
val baseThemeId: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<ThemeTagArgs>>? = null
Link copied to clipboard
val themeId: Output<String>? = null
Link copied to clipboard
val versionDescription: Output<String>? = null