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<Map<String, String>>? = null, val values: Output<List<ThemeValuesArgs>>? = null) : ConvertibleToJava<ThemeArgs>

Definition of AWS::AmplifyUIBuilder::Theme Resource Type

Constructors

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

Properties

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

The unique ID for the Amplify app associated with the theme.

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

The name of the backend environment that is a part of the Amplify app.

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

The name of the theme.

Link copied to clipboard
val overrides: Output<List<ThemeValuesArgs>>? = null

Describes the properties that can be overriden to customize a theme.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

One or more key-value pairs to use when tagging the theme.

Link copied to clipboard
val values: Output<List<ThemeValuesArgs>>? = null

A list of key-value pairs that defines the properties of the theme.

Functions

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