Show / Hide Table of Contents

Interface CfnDashboard.IPluginVisualConfigurationProperty

The plugin visual configuration.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IPluginVisualConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IPluginVisualConfigurationProperty
Remarks

This includes the field wells, sorting options, and persisted options of the plugin visual.

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

FieldWells

The field wells configuration of the plugin visual.

SortConfiguration

The sort configuration of the plugin visual.

VisualOptions

The persisted properties of the plugin visual.

Properties

FieldWells

The field wells configuration of the plugin visual.

object? FieldWells { get; }
Property Value

object

Remarks

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

SortConfiguration

The sort configuration of the plugin visual.

object? SortConfiguration { get; }
Property Value

object

Remarks

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

VisualOptions

The persisted properties of the plugin visual.

object? VisualOptions { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX