interface ParameterDateTimePickerControlProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ParameterDateTimePickerControlProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ParameterDateTimePickerControlProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ParameterDateTimePickerControlProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » ParameterDateTimePickerControlProperty |
A control from a date parameter that specifies date and time.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const parameterDateTimePickerControlProperty: quicksight.CfnAnalysis.ParameterDateTimePickerControlProperty = {
parameterControlId: 'parameterControlId',
sourceParameterName: 'sourceParameterName',
title: 'title',
// the properties below are optional
displayOptions: {
dateTimeFormat: 'dateTimeFormat',
titleOptions: {
customLabel: 'customLabel',
fontConfiguration: {
fontColor: 'fontColor',
fontDecoration: 'fontDecoration',
fontSize: {
relative: 'relative',
},
fontStyle: 'fontStyle',
fontWeight: {
name: 'name',
},
},
visibility: 'visibility',
},
},
};
Properties
Name | Type | Description |
---|---|---|
parameter | string | The ID of the ParameterDateTimePickerControl . |
source | string | The name of the ParameterDateTimePickerControl . |
title | string | The title of the ParameterDateTimePickerControl . |
display | IResolvable | Date | The display options of a control. |
parameterControlId
Type:
string
The ID of the ParameterDateTimePickerControl
.
sourceParameterName
Type:
string
The name of the ParameterDateTimePickerControl
.
title
Type:
string
The title of the ParameterDateTimePickerControl
.
displayOptions?
Type:
IResolvable
|
Date
(optional)
The display options of a control.