Interface CfnDashboardPropsMixin.IPluginVisualOptionsProperty
The options and persisted properties for the plugin visual.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IPluginVisualOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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.CfnPropertyMixins.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; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IPluginVisualPropertyProperty)[]