interface ThemeReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.ThemeReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#ThemeReference |
![]() | software.amazon.awscdk.services.quicksight.ThemeReference |
![]() | aws_cdk.aws_quicksight.ThemeReference |
![]() | aws-cdk-lib » aws_quicksight » 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_quicksight as quicksight } from 'aws-cdk-lib';
const themeReference: quicksight.ThemeReference = {
awsAccountId: 'awsAccountId',
themeArn: 'themeArn',
themeId: 'themeId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the Theme resource. |
theme | string | The ARN of the Theme resource. |
theme | string | The ThemeId of the Theme resource. |
awsAccountId
Type:
string
The AwsAccountId of the Theme resource.
themeArn
Type:
string
The ARN of the Theme resource.
themeId
Type:
string
The ThemeId of the Theme resource.