Show / Hide Table of Contents

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

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.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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IPluginVisualPropertyProperty)[]

Back to top Generated by DocFX