aws-cdk-lib.aws_quicksight.CfnAnalysis.SliderControlDisplayOptionsProperty

interface SliderControlDisplayOptionsProperty

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

The display options of a control.

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 sliderControlDisplayOptionsProperty: quicksight.CfnAnalysis.SliderControlDisplayOptionsProperty = {
  titleOptions: {
    customLabel: 'customLabel',
    fontConfiguration: {
      fontColor: 'fontColor',
      fontDecoration: 'fontDecoration',
      fontSize: {
        relative: 'relative',
      },
      fontStyle: 'fontStyle',
      fontWeight: {
        name: 'name',
      },
    },
    visibility: 'visibility',
  },
};

Properties

NameTypeDescription
titleOptions?IResolvable | LabelOptionsPropertyThe options to configure the title visibility, name, and font size.

titleOptions?

Type: IResolvable | LabelOptionsProperty (optional)

The options to configure the title visibility, name, and font size.