Show / Hide Table of Contents

Class CfnDashboard.FilterDateTimePickerControlProperty

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

Inheritance
object
CfnDashboard.FilterDateTimePickerControlProperty
Implements
CfnDashboard.IFilterDateTimePickerControlProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.FilterDateTimePickerControlProperty : CfnDashboard.IFilterDateTimePickerControlProperty
Syntax (vb)
Public Class CfnDashboard.FilterDateTimePickerControlProperty Implements CfnDashboard.IFilterDateTimePickerControlProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

Constructors

FilterDateTimePickerControlProperty()

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

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:.

Constructors

FilterDateTimePickerControlProperty()

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

public FilterDateTimePickerControlProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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"
             };

Properties

CommitMode

The visibility configurationof the Apply button on a DateTimePickerControl .

public string? CommitMode { get; set; }
Property Value

string

Remarks

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

DisplayOptions

The display options of a control.

public object? DisplayOptions { get; set; }
Property Value

object

Remarks

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

FilterControlId

The ID of the FilterDateTimePickerControl .

public string FilterControlId { get; set; }
Property Value

string

Remarks

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

SourceFilterId

The source filter ID of the FilterDateTimePickerControl .

public string SourceFilterId { get; set; }
Property Value

string

Remarks

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

Title

The title of the FilterDateTimePickerControl .

public string Title { get; set; }
Property Value

string

Remarks

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

Type

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

public string? Type { get; set; }
Property Value

string

Remarks

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

    Implements

    CfnDashboard.IFilterDateTimePickerControlProperty
    Back to top Generated by DocFX