Show / Hide Table of Contents

Interface CfnDataSetPropsMixin.IIntegerDatasetParameterDefaultValuesProperty

A list of default values for a given integer parameter.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IIntegerDatasetParameterDefaultValuesProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IIntegerDatasetParameterDefaultValuesProperty
Remarks

This structure only accepts static values.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-integerdatasetparameterdefaultvalues.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 integerDatasetParameterDefaultValuesProperty = new IntegerDatasetParameterDefaultValuesProperty {
                 StaticValues = new [] { 123 }
             };

Synopsis

Properties

StaticValues

A list of static default values for a given integer parameter.

Properties

StaticValues

A list of static default values for a given integer parameter.

object? StaticValues { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-integerdatasetparameterdefaultvalues.html#cfn-quicksight-dataset-integerdatasetparameterdefaultvalues-staticvalues

Type union: either (double)[] or IResolvable

Back to top Generated by DocFX