libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.DashboardSearchFilter

Description

 
Synopsis

Documentation

data DashboardSearchFilter Source #

A filter that you apply when searching for dashboards.

See: newDashboardSearchFilter smart constructor.

Constructors

DashboardSearchFilter' 

Fields

  • value :: Maybe Text

    The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

  • name :: Maybe DashboardFilterAttribute

    The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".

  • operator :: FilterOperator

    The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

Instances

Instances details
Eq DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Read DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Show DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Generic DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Associated Types

type Rep DashboardSearchFilter :: Type -> Type #

NFData DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

Methods

rnf :: DashboardSearchFilter -> () #

Hashable DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

ToJSON DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

type Rep DashboardSearchFilter Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardSearchFilter

type Rep DashboardSearchFilter = D1 ('MetaData "DashboardSearchFilter" "Amazonka.QuickSight.Types.DashboardSearchFilter" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DashboardSearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardFilterAttribute)) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterOperator))))

newDashboardSearchFilter Source #

Create a value of DashboardSearchFilter 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:value:DashboardSearchFilter', dashboardSearchFilter_value - The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

$sel:name:DashboardSearchFilter', dashboardSearchFilter_name - The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".

$sel:operator:DashboardSearchFilter', dashboardSearchFilter_operator - The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".

dashboardSearchFilter_value :: Lens' DashboardSearchFilter (Maybe Text) Source #

The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".

dashboardSearchFilter_name :: Lens' DashboardSearchFilter (Maybe DashboardFilterAttribute) Source #

The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".

dashboardSearchFilter_operator :: Lens' DashboardSearchFilter FilterOperator Source #

The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".