Show / Hide Table of Contents

Interface CfnAnalysis.IFilterDateTimePickerControlProperty

A control from a date filter that is used to specify date and time.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IFilterDateTimePickerControlProperty
Syntax (vb)
Public Interface CfnAnalysis.IFilterDateTimePickerControlProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterdatetimepickercontrol.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.AWS.QuickSight;

             var filterDateTimePickerControlProperty = new FilterDateTimePickerControlProperty {
                 FilterControlId = "filterControlId",
                 SourceFilterId = "sourceFilterId",
                 Title = "title",

                 // the properties below are optional
                 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 configurationof the Apply button on a DateTimePickerControl .

DisplayOptions

The display options of a control.

FilterControlId

The ID of the FilterDateTimePickerControl .

SourceFilterId

The source filter ID of the FilterDateTimePickerControl .

Title

The title of the FilterDateTimePickerControl .

Type

The type of the FilterDropDownControl . Choose one of the following options:.

Properties

CommitMode

The visibility configurationof 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-analysis-filterdatetimepickercontrol.html#cfn-quicksight-analysis-filterdatetimepickercontrol-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-analysis-filterdatetimepickercontrol.html#cfn-quicksight-analysis-filterdatetimepickercontrol-displayoptions

FilterControlId

The ID of the FilterDateTimePickerControl .

string FilterControlId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterdatetimepickercontrol.html#cfn-quicksight-analysis-filterdatetimepickercontrol-filtercontrolid

SourceFilterId

The source filter ID of the FilterDateTimePickerControl .

string SourceFilterId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterdatetimepickercontrol.html#cfn-quicksight-analysis-filterdatetimepickercontrol-sourcefilterid

Title

The title of the FilterDateTimePickerControl .

string Title { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterdatetimepickercontrol.html#cfn-quicksight-analysis-filterdatetimepickercontrol-title

Type

The type of the FilterDropDownControl . 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-analysis-filterdatetimepickercontrol.html#cfn-quicksight-analysis-filterdatetimepickercontrol-type

    Back to top Generated by DocFX