interface EntityProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.EntityProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.EntityProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.EntityProperty |
TypeScript | @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.