aws-cdk-lib.aws_quicksight.CfnDashboard.EntityProperty

interface EntityProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.EntityProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_EntityProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.EntityProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.EntityProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » 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-lib';
const entityProperty: quicksight.CfnDashboard.EntityProperty = {
  path: 'path',
};

Properties

NameTypeDescription
path?stringThe 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.