interface ThemeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmplifyUIBuilder.ThemeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamplifyuibuilder#ThemeReference |
![]() | software.amazon.awscdk.services.amplifyuibuilder.ThemeReference |
![]() | aws_cdk.aws_amplifyuibuilder.ThemeReference |
![]() | aws-cdk-lib » aws_amplifyuibuilder » ThemeReference |
A reference to a Theme resource.
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';
const themeReference: amplifyuibuilder.ThemeReference = {
appId: 'appId',
environmentName: 'environmentName',
themeId: 'themeId',
};
Properties
Name | Type | Description |
---|---|---|
app | string | The AppId of the Theme resource. |
environment | string | The EnvironmentName of the Theme resource. |
theme | string | The Id of the Theme resource. |
appId
Type:
string
The AppId of the Theme resource.
environmentName
Type:
string
The EnvironmentName of the Theme resource.
themeId
Type:
string
The Id of the Theme resource.