ThemeArgs

data class ThemeArgs(val appId: Output<String>? = null, val environmentName: Output<String>? = null, val name: Output<String>? = null, val overrides: Output<List<ThemeValuesArgs>>? = null, val tags: Output<ThemeTagsArgs>? = null, val values: Output<List<ThemeValuesArgs>>? = null) : ConvertibleToJava<ThemeArgs>

Definition of AWS::AmplifyUIBuilder::Theme Resource Type

Constructors

Link copied to clipboard
fun ThemeArgs(appId: Output<String>? = null, environmentName: Output<String>? = null, name: Output<String>? = null, overrides: Output<List<ThemeValuesArgs>>? = null, tags: Output<ThemeTagsArgs>? = null, values: Output<List<ThemeValuesArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val appId: Output<String>? = null
Link copied to clipboard
val environmentName: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val overrides: Output<List<ThemeValuesArgs>>? = null
Link copied to clipboard
val tags: Output<ThemeTagsArgs>? = null
Link copied to clipboard
val values: Output<List<ThemeValuesArgs>>? = null