aws-cdk-lib.aws_quicksight.CfnTemplate.ReferenceLineLabelConfigurationProperty

interface ReferenceLineLabelConfigurationProperty

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

The label configuration of 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 referenceLineLabelConfigurationProperty: quicksight.CfnTemplate.ReferenceLineLabelConfigurationProperty = {
  customLabelConfiguration: {
    customLabel: 'customLabel',
  },
  fontColor: 'fontColor',
  fontConfiguration: {
    fontColor: 'fontColor',
    fontDecoration: 'fontDecoration',
    fontSize: {
      relative: 'relative',
    },
    fontStyle: 'fontStyle',
    fontWeight: {
      name: 'name',
    },
  },
  horizontalPosition: 'horizontalPosition',
  valueLabelConfiguration: {
    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',
  },
  verticalPosition: 'verticalPosition',
};

Properties

NameTypeDescription
customLabelConfiguration?IResolvable | ReferenceLineCustomLabelConfigurationPropertyThe custom label configuration of the label in a reference line.
fontColor?stringThe font color configuration of the label in a reference line.
fontConfiguration?IResolvable | FontConfigurationPropertyThe font configuration of the label in a reference line.
horizontalPosition?stringThe horizontal position configuration of the label in a reference line. Choose one of the following options:.
valueLabelConfiguration?IResolvable | ReferenceLineValueLabelConfigurationPropertyThe value label configuration of the label in a reference line.
verticalPosition?stringThe vertical position configuration of the label in a reference line. Choose one of the following options:.

customLabelConfiguration?

Type: IResolvable | ReferenceLineCustomLabelConfigurationProperty (optional)

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


fontColor?

Type: string (optional)

The font color configuration of the label in a reference line.


fontConfiguration?

Type: IResolvable | FontConfigurationProperty (optional)

The font configuration of the label in a reference line.


horizontalPosition?

Type: string (optional)

The horizontal position configuration of the label in a reference line. Choose one of the following options:.

  • LEFT
  • CENTER
  • RIGHT

valueLabelConfiguration?

Type: IResolvable | ReferenceLineValueLabelConfigurationProperty (optional)

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


verticalPosition?

Type: string (optional)

The vertical position configuration of the label in a reference line. Choose one of the following options:.

  • ABOVE
  • BELOW