amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Description

 
Synopsis

Documentation

data FilterOperationSelectedFieldsConfiguration Source #

The configuration of selected fields in theCustomActionFilterOperation.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

See: newFilterOperationSelectedFieldsConfiguration smart constructor.

Constructors

FilterOperationSelectedFieldsConfiguration' 

Fields

Instances

Instances details
FromJSON FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

ToJSON FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Generic FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Read FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Show FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

NFData FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Eq FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

Hashable FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

type Rep FilterOperationSelectedFieldsConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration

type Rep FilterOperationSelectedFieldsConfiguration = D1 ('MetaData "FilterOperationSelectedFieldsConfiguration" "Amazonka.QuickSight.Types.FilterOperationSelectedFieldsConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "FilterOperationSelectedFieldsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectedFieldOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectedFieldOptions)) :*: S1 ('MetaSel ('Just "selectedFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newFilterOperationSelectedFieldsConfiguration :: FilterOperationSelectedFieldsConfiguration Source #

Create a value of FilterOperationSelectedFieldsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:selectedFieldOptions:FilterOperationSelectedFieldsConfiguration', filterOperationSelectedFieldsConfiguration_selectedFieldOptions - A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

Valid values are defined as follows:

  • ALL_FIELDS: Applies the filter operation to all fields.

$sel:selectedFields:FilterOperationSelectedFieldsConfiguration', filterOperationSelectedFieldsConfiguration_selectedFields - Chooses the fields that are filtered in CustomActionFilterOperation.

filterOperationSelectedFieldsConfiguration_selectedFieldOptions :: Lens' FilterOperationSelectedFieldsConfiguration (Maybe SelectedFieldOptions) Source #

A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation.

Valid values are defined as follows:

  • ALL_FIELDS: Applies the filter operation to all fields.