Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TimeRangeFilterProperty

A TimeRangeFilter filters values that are between two specified values.

Inheritance
object
CfnAnalysisPropsMixin.TimeRangeFilterProperty
Implements
CfnAnalysisPropsMixin.ITimeRangeFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TimeRangeFilterProperty : CfnAnalysisPropsMixin.ITimeRangeFilterProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TimeRangeFilterProperty Implements CfnAnalysisPropsMixin.ITimeRangeFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timerangefilter.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 timeRangeFilterProperty = new TimeRangeFilterProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 DefaultFilterControlConfiguration = new DefaultFilterControlConfigurationProperty {
                     ControlOptions = new DefaultFilterControlOptionsProperty {
                         DefaultDateTimePickerOptions = 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"
                         },
                         DefaultDropdownOptions = new DefaultFilterDropDownControlOptionsProperty {
                             CommitMode = "commitMode",
                             DisplayOptions = new DropDownControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 SelectAllOptions = new ListControlSelectAllOptionsProperty {
                                     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"
                                 }
                             },
                             SelectableValues = new FilterSelectableValuesProperty {
                                 Values = new [] { "values" }
                             },
                             Type = "type"
                         },
                         DefaultListOptions = new DefaultFilterListControlOptionsProperty {
                             DisplayOptions = new ListControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 SearchOptions = new ListControlSearchOptionsProperty {
                                     Visibility = "visibility"
                                 },
                                 SelectAllOptions = new ListControlSelectAllOptionsProperty {
                                     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"
                                 }
                             },
                             SelectableValues = new FilterSelectableValuesProperty {
                                 Values = new [] { "values" }
                             },
                             Type = "type"
                         },
                         DefaultRelativeDateTimeOptions = new DefaultRelativeDateTimeControlOptionsProperty {
                             CommitMode = "commitMode",
                             DisplayOptions = new RelativeDateTimeControlDisplayOptionsProperty {
                                 DateTimeFormat = "dateTimeFormat",
                                 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"
                                 }
                             }
                         },
                         DefaultSliderOptions = new DefaultSliderControlOptionsProperty {
                             DisplayOptions = new SliderControlDisplayOptionsProperty {
                                 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"
                                 }
                             },
                             MaximumValue = 123,
                             MinimumValue = 123,
                             StepSize = 123,
                             Type = "type"
                         },
                         DefaultTextAreaOptions = new DefaultTextAreaControlOptionsProperty {
                             Delimiter = "delimiter",
                             DisplayOptions = new TextAreaControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
                                     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"
                                 }
                             }
                         },
                         DefaultTextFieldOptions = new DefaultTextFieldControlOptionsProperty {
                             DisplayOptions = new TextFieldControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
                                     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"
                                 }
                             }
                         }
                     },
                     Title = "title"
                 },
                 ExcludePeriodConfiguration = new ExcludePeriodConfigurationProperty {
                     Amount = 123,
                     Granularity = "granularity",
                     Status = "status"
                 },
                 FilterId = "filterId",
                 IncludeMaximum = false,
                 IncludeMinimum = false,
                 NullOption = "nullOption",
                 RangeMaximumValue = new TimeRangeFilterValueProperty {
                     Parameter = "parameter",
                     RollingDate = new RollingDateConfigurationProperty {
                         DataSetIdentifier = "dataSetIdentifier",
                         Expression = "expression"
                     },
                     StaticValue = "staticValue"
                 },
                 RangeMinimumValue = new TimeRangeFilterValueProperty {
                     Parameter = "parameter",
                     RollingDate = new RollingDateConfigurationProperty {
                         DataSetIdentifier = "dataSetIdentifier",
                         Expression = "expression"
                     },
                     StaticValue = "staticValue"
                 },
                 TimeGranularity = "timeGranularity"
             };

Synopsis

Constructors

TimeRangeFilterProperty()

A TimeRangeFilter filters values that are between two specified values.

Properties

Column

The column that the filter is applied to.

DefaultFilterControlConfiguration

The default configurations for the associated controls.

ExcludePeriodConfiguration

The exclude period of the time range filter.

FilterId

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

IncludeMaximum

Determines whether the maximum value in the filter value range should be included in the filtered results.

IncludeMinimum

Determines whether the minimum value in the filter value range should be included in the filtered results.

NullOption

This option determines how null values should be treated when filtering data.

RangeMaximumValue

The maximum value for the filter value range.

RangeMinimumValue

The minimum value for the filter value range.

TimeGranularity

The level of time precision that is used to aggregate DateTime values.

Constructors

TimeRangeFilterProperty()

A TimeRangeFilter filters values that are between two specified values.

public TimeRangeFilterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-timerangefilter.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 timeRangeFilterProperty = new TimeRangeFilterProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 DefaultFilterControlConfiguration = new DefaultFilterControlConfigurationProperty {
                     ControlOptions = new DefaultFilterControlOptionsProperty {
                         DefaultDateTimePickerOptions = 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"
                         },
                         DefaultDropdownOptions = new DefaultFilterDropDownControlOptionsProperty {
                             CommitMode = "commitMode",
                             DisplayOptions = new DropDownControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 SelectAllOptions = new ListControlSelectAllOptionsProperty {
                                     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"
                                 }
                             },
                             SelectableValues = new FilterSelectableValuesProperty {
                                 Values = new [] { "values" }
                             },
                             Type = "type"
                         },
                         DefaultListOptions = new DefaultFilterListControlOptionsProperty {
                             DisplayOptions = new ListControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 SearchOptions = new ListControlSearchOptionsProperty {
                                     Visibility = "visibility"
                                 },
                                 SelectAllOptions = new ListControlSelectAllOptionsProperty {
                                     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"
                                 }
                             },
                             SelectableValues = new FilterSelectableValuesProperty {
                                 Values = new [] { "values" }
                             },
                             Type = "type"
                         },
                         DefaultRelativeDateTimeOptions = new DefaultRelativeDateTimeControlOptionsProperty {
                             CommitMode = "commitMode",
                             DisplayOptions = new RelativeDateTimeControlDisplayOptionsProperty {
                                 DateTimeFormat = "dateTimeFormat",
                                 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"
                                 }
                             }
                         },
                         DefaultSliderOptions = new DefaultSliderControlOptionsProperty {
                             DisplayOptions = new SliderControlDisplayOptionsProperty {
                                 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"
                                 }
                             },
                             MaximumValue = 123,
                             MinimumValue = 123,
                             StepSize = 123,
                             Type = "type"
                         },
                         DefaultTextAreaOptions = new DefaultTextAreaControlOptionsProperty {
                             Delimiter = "delimiter",
                             DisplayOptions = new TextAreaControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
                                     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"
                                 }
                             }
                         },
                         DefaultTextFieldOptions = new DefaultTextFieldControlOptionsProperty {
                             DisplayOptions = new TextFieldControlDisplayOptionsProperty {
                                 InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
                                     InfoIconText = "infoIconText",
                                     Visibility = "visibility"
                                 },
                                 PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
                                     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"
                                 }
                             }
                         }
                     },
                     Title = "title"
                 },
                 ExcludePeriodConfiguration = new ExcludePeriodConfigurationProperty {
                     Amount = 123,
                     Granularity = "granularity",
                     Status = "status"
                 },
                 FilterId = "filterId",
                 IncludeMaximum = false,
                 IncludeMinimum = false,
                 NullOption = "nullOption",
                 RangeMaximumValue = new TimeRangeFilterValueProperty {
                     Parameter = "parameter",
                     RollingDate = new RollingDateConfigurationProperty {
                         DataSetIdentifier = "dataSetIdentifier",
                         Expression = "expression"
                     },
                     StaticValue = "staticValue"
                 },
                 RangeMinimumValue = new TimeRangeFilterValueProperty {
                     Parameter = "parameter",
                     RollingDate = new RollingDateConfigurationProperty {
                         DataSetIdentifier = "dataSetIdentifier",
                         Expression = "expression"
                     },
                     StaticValue = "staticValue"
                 },
                 TimeGranularity = "timeGranularity"
             };

Properties

Column

The column that the filter is applied to.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IColumnIdentifierProperty

DefaultFilterControlConfiguration

The default configurations for the associated controls.

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

object

Remarks

This applies only for filters that are scoped to multiple sheets.

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IDefaultFilterControlConfigurationProperty

ExcludePeriodConfiguration

The exclude period of the time range filter.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IExcludePeriodConfigurationProperty

FilterId

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

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

string

Remarks

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

IncludeMaximum

Determines whether the maximum value in the filter value range should be included in the filtered results.

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

object

Remarks

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

Type union: either bool or IResolvable

IncludeMinimum

Determines whether the minimum value in the filter value range should be included in the filtered results.

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

object

Remarks

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

Type union: either bool or IResolvable

NullOption

This option determines how null values should be treated when filtering data.

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

string

Remarks

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

    RangeMaximumValue

    The maximum value for the filter value range.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnAnalysisPropsMixin.ITimeRangeFilterValueProperty

    RangeMinimumValue

    The minimum value for the filter value range.

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

    object

    Remarks

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

    Type union: either IResolvable or CfnAnalysisPropsMixin.ITimeRangeFilterValueProperty

    TimeGranularity

    The level of time precision that is used to aggregate DateTime values.

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

    string

    Remarks

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

    Implements

    CfnAnalysisPropsMixin.ITimeRangeFilterProperty
    Back to top Generated by DocFX