interface EntityProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.EntityProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.EntityProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.EntityProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » EntityProperty |
An object, structure, or sub-structure of an analysis, template, or dashboard.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const entityProperty: quicksight.CfnTemplate.EntityProperty = {
path: 'path',
};
Properties
Name | Type | Description |
---|---|---|
path? | string | The hierarchical path of the entity within the analysis, template, or dashboard definition tree. |
path?
Type:
string
(optional)
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.