interface DecimalParameterProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DecimalParameterProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.DecimalParameterProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.DecimalParameterProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » DecimalParameterProperty |
A decimal parameter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const decimalParameterProperty: quicksight.CfnAnalysis.DecimalParameterProperty = {
name: 'name',
values: [123],
};
Properties
Name | Type | Description |
---|---|---|
name | string | A display name for the decimal parameter. |
values | IResolvable | number[] | The values for the decimal parameter. |
name
Type:
string
A display name for the decimal parameter.
values
Type:
IResolvable
| number[]
The values for the decimal parameter.