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();
 

See Also: