Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDefaultDateTimePickerControlOptionsProperty

The default options that correspond to the filter control type of a DateTimePicker .

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDefaultDateTimePickerControlOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDefaultDateTimePickerControlOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultdatetimepickercontroloptions.html

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.Mixins.Preview.AWS.QuickSight.Mixins;

             var defaultDateTimePickerControlOptionsProperty = new DefaultDateTimePickerControlOptionsProperty {
                 CommitMode = "commitMode",
                 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"
                     }
                 },
                 Type = "type"
             };

Synopsis

Properties

CommitMode

The visibility configuration of the Apply button on a DateTimePickerControl .

DisplayOptions

The display options of a control.

Type

The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:.

Properties

CommitMode

The visibility configuration of the Apply button on a DateTimePickerControl .

string? CommitMode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultdatetimepickercontroloptions.html#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-commitmode

DisplayOptions

The display options of a control.

object? DisplayOptions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultdatetimepickercontroloptions.html#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-displayoptions

Type union: either IResolvable or CfnDashboardPropsMixin.IDateTimePickerControlDisplayOptionsProperty

Type

The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:.

string? Type { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-defaultdatetimepickercontroloptions.html#cfn-quicksight-dashboard-defaultdatetimepickercontroloptions-type

    Back to top Generated by DocFX