aws-cdk-lib.aws_quicksight.CfnAnalysis.EntityProperty

interface EntityProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.EntityProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_EntityProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.EntityProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.EntityProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.