Show / Hide Table of Contents

Class CfnDashboardPropsMixin.PluginVisualItemsLimitConfigurationProperty

A query limits configuration.

Inheritance
object
CfnDashboardPropsMixin.PluginVisualItemsLimitConfigurationProperty
Implements
CfnDashboardPropsMixin.IPluginVisualItemsLimitConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pluginvisualitemslimitconfiguration.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.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; }
Property Value

double?

Remarks

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

Implements

CfnDashboardPropsMixin.IPluginVisualItemsLimitConfigurationProperty
Back to top Generated by DocFX