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