Interface CfnAnalysis.EntityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.EntityProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.EntityProperty
static final class
An implementation forCfnAnalysis.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.- See Also:
-
builder
- Returns:
- a
CfnAnalysis.EntityProperty.Builder
ofCfnAnalysis.EntityProperty
-