Class CfnDashboardPropsMixin.ParameterDateTimePickerControlProperty
A control from a date parameter that specifies date and time.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ParameterDateTimePickerControlProperty : CfnDashboardPropsMixin.IParameterDateTimePickerControlProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ParameterDateTimePickerControlProperty Implements CfnDashboardPropsMixin.IParameterDateTimePickerControlProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var parameterDateTimePickerControlProperty = new ParameterDateTimePickerControlProperty {
DisplayOptions = new DateTimePickerControlDisplayOptionsProperty {
DateIconVisibility = "dateIconVisibility",
DateTimeFormat = "dateTimeFormat",
HelperTextVisibility = "helperTextVisibility",
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
},
TitleOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
},
ParameterControlId = "parameterControlId",
SourceParameterName = "sourceParameterName",
Title = "title"
};
Synopsis
Constructors
| ParameterDateTimePickerControlProperty() | A control from a date parameter that specifies date and time. |
Properties
| DisplayOptions | The display options of a control. |
| ParameterControlId | The ID of the |
| SourceParameterName | The name of the |
| Title | The title of the |
Constructors
ParameterDateTimePickerControlProperty()
A control from a date parameter that specifies date and time.
public ParameterDateTimePickerControlProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var parameterDateTimePickerControlProperty = new ParameterDateTimePickerControlProperty {
DisplayOptions = new DateTimePickerControlDisplayOptionsProperty {
DateIconVisibility = "dateIconVisibility",
DateTimeFormat = "dateTimeFormat",
HelperTextVisibility = "helperTextVisibility",
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
},
TitleOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontFamily = "fontFamily",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
},
ParameterControlId = "parameterControlId",
SourceParameterName = "sourceParameterName",
Title = "title"
};
Properties
DisplayOptions
The display options of a control.
public object? DisplayOptions { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IDateTimePickerControlDisplayOptionsProperty
ParameterControlId
The ID of the ParameterDateTimePickerControl .
public string? ParameterControlId { get; set; }
Property Value
Remarks
SourceParameterName
The name of the ParameterDateTimePickerControl .
public string? SourceParameterName { get; set; }
Property Value
Remarks
Title
The title of the ParameterDateTimePickerControl .
public string? Title { get; set; }