Interface CfnDashboard.PluginVisualItemsLimitConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.PluginVisualItemsLimitConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.PluginVisualItemsLimitConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
A query limits configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
PluginVisualItemsLimitConfigurationProperty pluginVisualItemsLimitConfigurationProperty = PluginVisualItemsLimitConfigurationProperty.builder()
.itemsLimit(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.PluginVisualItemsLimitConfigurationPropertystatic final classAn implementation forCfnDashboard.PluginVisualItemsLimitConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getItemsLimit
Determines how many values are be fetched at once.- See Also:
-
builder
@Stability(Stable) static CfnDashboard.PluginVisualItemsLimitConfigurationProperty.Builder builder()
-