Interface CfnAnalysis.PluginVisualOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PluginVisualOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.PluginVisualOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options and persisted properties for the plugin 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.*;
PluginVisualOptionsProperty pluginVisualOptionsProperty = PluginVisualOptionsProperty.builder()
.visualProperties(List.of(PluginVisualPropertyProperty.builder()
.name("name")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.PluginVisualOptionsPropertystatic final classAn implementation forCfnAnalysis.PluginVisualOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVisualProperties
The persisted properties and their values.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.PluginVisualPropertyProperty>- See Also:
-
builder
-