interface ThemeValuesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AmplifyUIBuilder.CfnTheme.ThemeValuesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#CfnTheme_ThemeValuesProperty |
Java | software.amazon.awscdk.services.amplifyuibuilder.CfnTheme.ThemeValuesProperty |
Python | aws_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 themeValuesProperty_: amplifyuibuilder.CfnTheme.ThemeValuesProperty;
const themeValuesProperty: amplifyuibuilder.CfnTheme.ThemeValuesProperty = {
key: 'key',
value: {
children: [themeValuesProperty_],
value: 'value',
},
};
Properties
Name | Type | Description |
---|---|---|
key? | string | The name of the property. |
value? | IResolvable | Theme | The value of the property. |
key?
Type:
string
(optional)
The name of the property.
value?
Type:
IResolvable
|
Theme
(optional)
The value of the property.