aws-cdk-lib.aws_quicksight.CfnDashboard.DateTimePickerControlDisplayOptionsProperty

interface DateTimePickerControlDisplayOptionsProperty

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

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

Properties

NameTypeDescription
dateTimeFormat?stringCustomize how dates are formatted in controls.
titleOptions?IResolvable | LabelOptionsPropertyThe options to configure the title visibility, name, and font size.

dateTimeFormat?

Type: string (optional)

Customize how dates are formatted in controls.


titleOptions?

Type: IResolvable | LabelOptionsProperty (optional)

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