Class CfnTemplate.EntityProperty
An object, structure, or sub-structure of an analysis, template, or dashboard.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EntityProperty : Object, CfnTemplate.IEntityProperty
Syntax (vb)
Public Class EntityProperty
Inherits Object
Implements CfnTemplate.IEntityProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var entityProperty = new EntityProperty {
Path = "path"
};
Synopsis
Constructors
Entity |
Properties
Path | The hierarchical path of the entity within the analysis, template, or dashboard definition tree. |
Constructors
EntityProperty()
public EntityProperty()
Properties
Path
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
public string Path { get; set; }
Property Value
System.