Theme Args
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)