Class CfnDashboardPropsMixin.PluginVisualItemsLimitConfigurationProperty
A query limits configuration.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.PluginVisualItemsLimitConfigurationProperty : CfnDashboardPropsMixin.IPluginVisualItemsLimitConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.PluginVisualItemsLimitConfigurationProperty Implements CfnDashboardPropsMixin.IPluginVisualItemsLimitConfigurationProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var pluginVisualItemsLimitConfigurationProperty = new PluginVisualItemsLimitConfigurationProperty {
ItemsLimit = 123
};
Synopsis
Constructors
| PluginVisualItemsLimitConfigurationProperty() | A query limits configuration. |
Properties
| ItemsLimit | Determines how many values are be fetched at once. |
Constructors
PluginVisualItemsLimitConfigurationProperty()
A query limits configuration.
public PluginVisualItemsLimitConfigurationProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var pluginVisualItemsLimitConfigurationProperty = new PluginVisualItemsLimitConfigurationProperty {
ItemsLimit = 123
};
Properties
ItemsLimit
Determines how many values are be fetched at once.
public double? ItemsLimit { get; set; }