CreateThemeData - AmplifyUIBuilder

CreateThemeData

Represents all of the information that is required to create a theme.

Contents

name

The name of the theme.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Required: Yes

values

A list of key-value pairs that deļ¬nes the properties of the theme.

Type: Array of ThemeValues objects

Required: Yes

overrides

Describes the properties that can be overriden to customize an instance of the theme.

Type: Array of ThemeValues objects

Required: No

tags

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

Type: String to string map

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Key Pattern: (?!aws:)[a-zA-Z+-=._:/]+

Value Length Constraints: Minimum length of 1. Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: