aws-cdk-lib.aws_amplifyuibuilder.CfnTheme.ThemeValuesProperty

interface ThemeValuesProperty

LanguageType name
.NETAmazon.CDK.AWS.AmplifyUIBuilder.CfnTheme.ThemeValuesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnTheme_ThemeValuesProperty
Javasoftware.amazon.awscdk.services.amplifyuibuilder.CfnTheme.ThemeValuesProperty
Pythonaws_cdk.aws_amplifyuibuilder.CfnTheme.ThemeValuesProperty
TypeScript aws-cdk-lib » aws_amplifyuibuilder » CfnTheme » ThemeValuesProperty

The ThemeValues property specifies key-value pair that defines a property of a theme.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amplifyuibuilder as amplifyuibuilder } from 'aws-cdk-lib';

declare const themeValueProperty_: amplifyuibuilder.CfnTheme.ThemeValueProperty;
const themeValuesProperty: amplifyuibuilder.CfnTheme.ThemeValuesProperty = {
  key: 'key',
  value: {
    children: [{
      key: 'key',
      value: themeValueProperty_,
    }],
    value: 'value',
  },
};

Properties

NameTypeDescription
key?stringThe name of the property.
value?IResolvable | ThemeValuePropertyThe value of the property.

key?

Type: string (optional)

The name of the property.


value?

Type: IResolvable | ThemeValueProperty (optional)

The value of the property.