Interface CfnAnalysis.PluginVisualItemsLimitConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PluginVisualItemsLimitConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.PluginVisualItemsLimitConfigurationProperty
static final class
An implementation forCfnAnalysis.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
-