Interface CfnTemplate.WordCloudOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTemplate.WordCloudOptionsProperty.Jsii$Proxy
Enclosing class:
CfnTemplate

@Stability(Stable) public static interface CfnTemplate.WordCloudOptionsProperty extends software.amazon.jsii.JsiiSerializable
The word cloud options for a word cloud visual.

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.*;
 WordCloudOptionsProperty wordCloudOptionsProperty = WordCloudOptionsProperty.builder()
         .cloudLayout("cloudLayout")
         .maximumStringLength(123)
         .wordCasing("wordCasing")
         .wordOrientation("wordOrientation")
         .wordPadding("wordPadding")
         .wordScaling("wordScaling")
         .build();
 

See Also: