Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IBinCountOptionsProperty

The options that determine the bin count of a histogram.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IBinCountOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IBinCountOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-bincountoptions.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.CfnPropertyMixins.AWS.QuickSight;

             var binCountOptionsProperty = new BinCountOptionsProperty {
                 Value = 123
             };

Synopsis

Properties

Value

The options that determine the bin count value.

Properties

Value

The options that determine the bin count value.

double? Value { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-bincountoptions.html#cfn-quicksight-template-bincountoptions-value

Back to top Generated by DocFX