interface EntityProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.EntityProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_EntityProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.EntityProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.EntityProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const entityProperty: quicksight_mixins.CfnDashboardPropsMixin.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.

.NET
Go
Java
Python
TypeScript