Interface CfnDashboard.IPluginVisualOptionsProperty
The options and persisted properties for the plugin visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IPluginVisualOptionsProperty
Syntax (vb)
Public Interface CfnDashboard.IPluginVisualOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var pluginVisualOptionsProperty = new PluginVisualOptionsProperty {
VisualProperties = new [] { new PluginVisualPropertyProperty {
Name = "name",
Value = "value"
} }
};
Synopsis
Properties
VisualProperties | The persisted properties and their values. |
Properties
VisualProperties
The persisted properties and their values.
object? VisualProperties { get; }