Show / Hide Table of Contents

Class CfnTemplatePropsMixin.InnerFilterProperty

The InnerFilter defines the subset of data to be used with the NestedFilter .

Inheritance
object
CfnTemplatePropsMixin.InnerFilterProperty
Implements
CfnTemplatePropsMixin.IInnerFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.InnerFilterProperty : CfnTemplatePropsMixin.IInnerFilterProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.InnerFilterProperty Implements CfnTemplatePropsMixin.IInnerFilterProperty
Remarks

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

             var innerFilterProperty = new InnerFilterProperty {
                 CategoryInnerFilter = new CategoryInnerFilterProperty {
                     Column = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },
                     Configuration = new CategoryFilterConfigurationProperty {
                         CustomFilterConfiguration = new CustomFilterConfigurationProperty {
                             CategoryValue = "categoryValue",
                             MatchOperator = "matchOperator",
                             NullOption = "nullOption",
                             ParameterName = "parameterName",
                             SelectAllOptions = "selectAllOptions"
                         },
                         CustomFilterListConfiguration = new CustomFilterListConfigurationProperty {
                             CategoryValues = new [] { "categoryValues" },
                             MatchOperator = "matchOperator",
                             NullOption = "nullOption",
                             SelectAllOptions = "selectAllOptions"
                         },
                         FilterListConfiguration = new FilterListConfigurationProperty {
                             CategoryValues = new [] { "categoryValues" },
                             MatchOperator = "matchOperator",
                             NullOption = "nullOption",
                             SelectAllOptions = "selectAllOptions"
                         }
                     },
                     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"
                     }
                 }
             };

Synopsis

Constructors

InnerFilterProperty()

The InnerFilter defines the subset of data to be used with the NestedFilter .

Properties

CategoryInnerFilter

A CategoryInnerFilter filters text values for the NestedFilter .

Constructors

InnerFilterProperty()

The InnerFilter defines the subset of data to be used with the NestedFilter .

public InnerFilterProperty()
Remarks

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

             var innerFilterProperty = new InnerFilterProperty {
                 CategoryInnerFilter = new CategoryInnerFilterProperty {
                     Column = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },
                     Configuration = new CategoryFilterConfigurationProperty {
                         CustomFilterConfiguration = new CustomFilterConfigurationProperty {
                             CategoryValue = "categoryValue",
                             MatchOperator = "matchOperator",
                             NullOption = "nullOption",
                             ParameterName = "parameterName",
                             SelectAllOptions = "selectAllOptions"
                         },
                         CustomFilterListConfiguration = new CustomFilterListConfigurationProperty {
                             CategoryValues = new [] { "categoryValues" },
                             MatchOperator = "matchOperator",
                             NullOption = "nullOption",
                             SelectAllOptions = "selectAllOptions"
                         },
                         FilterListConfiguration = new FilterListConfigurationProperty {
                             CategoryValues = new [] { "categoryValues" },
                             MatchOperator = "matchOperator",
                             NullOption = "nullOption",
                             SelectAllOptions = "selectAllOptions"
                         }
                     },
                     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"
                     }
                 }
             };

Properties

CategoryInnerFilter

A CategoryInnerFilter filters text values for the NestedFilter .

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-innerfilter.html#cfn-quicksight-template-innerfilter-categoryinnerfilter

Type union: either IResolvable or CfnTemplatePropsMixin.ICategoryInnerFilterProperty

Implements

CfnTemplatePropsMixin.IInnerFilterProperty
Back to top Generated by DocFX