interface DateTimePickerControlDisplayOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DateTimePickerControlDisplayOptionsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.DateTimePickerControlDisplayOptionsProperty = {
dateTimeFormat: 'dateTimeFormat',
infoIconLabelOptions: {
infoIconText: 'infoIconText',
visibility: 'visibility',
},
titleOptions: {
customLabel: 'customLabel',
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
absolute: 'absolute',
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
visibility: 'visibility',
},
};
Properties
Name | Type | Description |
---|---|---|
date | string | Customize how dates are formatted in controls. |
info | IResolvable | Sheet | The configuration of info icon label options. |
title | IResolvable | Label | The options to configure the title visibility, name, and font size. |
dateTimeFormat?
Type:
string
(optional)
Customize how dates are formatted in controls.
infoIconLabelOptions?
Type:
IResolvable
|
Sheet
(optional)
The configuration of info icon label options.
titleOptions?
Type:
IResolvable
|
Label
(optional)
The options to configure the title visibility, name, and font size.