interface NumericalDimensionFieldProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.NumericalDimensionFieldProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_NumericalDimensionFieldProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.NumericalDimensionFieldProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.NumericalDimensionFieldProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » NumericalDimensionFieldProperty |
The dimension type field with numerical type columns.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const numericalDimensionFieldProperty: quicksight.CfnTemplate.NumericalDimensionFieldProperty = {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
fieldId: 'fieldId',
// the properties below are optional
formatConfiguration: {
formatConfiguration: {
currencyDisplayFormatConfiguration: {
decimalPlacesConfiguration: {
decimalPlaces: 123,
},
negativeValueConfiguration: {
displayMode: 'displayMode',
},
nullValueFormatConfiguration: {
nullString: 'nullString',
},
numberScale: 'numberScale',
prefix: 'prefix',
separatorConfiguration: {
decimalSeparator: 'decimalSeparator',
thousandsSeparator: {
symbol: 'symbol',
visibility: 'visibility',
},
},
suffix: 'suffix',
symbol: 'symbol',
},
numberDisplayFormatConfiguration: {
decimalPlacesConfiguration: {
decimalPlaces: 123,
},
negativeValueConfiguration: {
displayMode: 'displayMode',
},
nullValueFormatConfiguration: {
nullString: 'nullString',
},
numberScale: 'numberScale',
prefix: 'prefix',
separatorConfiguration: {
decimalSeparator: 'decimalSeparator',
thousandsSeparator: {
symbol: 'symbol',
visibility: 'visibility',
},
},
suffix: 'suffix',
},
percentageDisplayFormatConfiguration: {
decimalPlacesConfiguration: {
decimalPlaces: 123,
},
negativeValueConfiguration: {
displayMode: 'displayMode',
},
nullValueFormatConfiguration: {
nullString: 'nullString',
},
prefix: 'prefix',
separatorConfiguration: {
decimalSeparator: 'decimalSeparator',
thousandsSeparator: {
symbol: 'symbol',
visibility: 'visibility',
},
},
suffix: 'suffix',
},
},
},
hierarchyId: 'hierarchyId',
};
Properties
Name | Type | Description |
---|---|---|
column | IResolvable | Column | The column that is used in the NumericalDimensionField . |
field | string | The custom field ID. |
format | IResolvable | Number | The format configuration of the field. |
hierarchy | string | The custom hierarchy ID. |
column
Type:
IResolvable
|
Column
The column that is used in the NumericalDimensionField
.
fieldId
Type:
string
The custom field ID.
formatConfiguration?
Type:
IResolvable
|
Number
(optional)
The format configuration of the field.
hierarchyId?
Type:
string
(optional)
The custom hierarchy ID.