Interface CfnTemplate.PluginVisualOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.PluginVisualOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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 forCfnTemplate.PluginVisualOptionsPropertystatic final classAn implementation forCfnTemplate.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: '<'eitherIResolvableorCfnTemplate.PluginVisualPropertyProperty>- See Also:
-
builder
-