Interface CfnTemplate.EntityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.EntityProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.EntityPropertystatic final classAn implementation forCfnTemplate.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
CfnTemplate.EntityProperty.BuilderofCfnTemplate.EntityProperty
-