Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualoptions.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualoptions.html#cfn-quicksight-dashboard-pluginvisualoptions-visualproperties

Back to top Generated by DocFX