amazonka-lakeformation-2.0: Amazon Lake Formation 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.LakeFormation.Types.RowFilter

Description

 
Synopsis

Documentation

data RowFilter Source #

A PartiQL predicate.

See: newRowFilter smart constructor.

Constructors

RowFilter' 

Fields

Instances

Instances details
FromJSON RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

ToJSON RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

Generic RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

Associated Types

type Rep RowFilter :: Type -> Type #

Read RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

Show RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

NFData RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

Methods

rnf :: RowFilter -> () #

Eq RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

Hashable RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

type Rep RowFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.RowFilter

type Rep RowFilter = D1 ('MetaData "RowFilter" "Amazonka.LakeFormation.Types.RowFilter" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "RowFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allRowsWildcard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AllRowsWildcard)) :*: S1 ('MetaSel ('Just "filterExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRowFilter :: RowFilter Source #

Create a value of RowFilter 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:allRowsWildcard:RowFilter', rowFilter_allRowsWildcard - A wildcard for all rows.

$sel:filterExpression:RowFilter', rowFilter_filterExpression - A filter expression.