Interface CfnDashboard.EntityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.EntityProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.EntityProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*;
EntityProperty entityProperty = EntityProperty.builder()
.path("path")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.EntityPropertystatic final classAn implementation forCfnDashboard.EntityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPath
The hierarchical path of the entity within the analysis, template, or dashboard definition tree. -
builder
-