Interface CfnAnalysis.ClusterMarkerProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ClusterMarkerProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.ClusterMarkerProperty
extends software.amazon.jsii.JsiiSerializable
The cluster marker that is a part of the cluster marker configuration.
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.*;
ClusterMarkerProperty clusterMarkerProperty = ClusterMarkerProperty.builder()
.simpleClusterMarker(SimpleClusterMarkerProperty.builder()
.color("color")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.ClusterMarkerPropertystatic final classAn implementation forCfnAnalysis.ClusterMarkerProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSimpleClusterMarker
The simple cluster marker of the cluster marker.Returns union: either
IResolvableorCfnAnalysis.SimpleClusterMarkerProperty- See Also:
-
builder
-