aws-cdk-lib.aws_quicksight.CfnDashboard.ReferenceLineValueLabelConfigurationProperty

interface ReferenceLineValueLabelConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.ReferenceLineValueLabelConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_ReferenceLineValueLabelConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.ReferenceLineValueLabelConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.ReferenceLineValueLabelConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » ReferenceLineValueLabelConfigurationProperty

The value label configuration of the label in a reference line.

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 referenceLineValueLabelConfigurationProperty: quicksight.CfnDashboard.ReferenceLineValueLabelConfigurationProperty = {
  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',
    },
  },
  relativePosition: 'relativePosition',
};

Properties

NameTypeDescription
formatConfiguration?IResolvable | NumericFormatConfigurationPropertyThe format configuration of the value label.
relativePosition?stringThe relative position of the value label. Choose one of the following options:.

formatConfiguration?

Type: IResolvable | NumericFormatConfigurationProperty (optional)

The format configuration of the value label.


relativePosition?

Type: string (optional)

The relative position of the value label. Choose one of the following options:.

  • BEFORE_CUSTOM_LABEL
  • AFTER_CUSTOM_LABEL