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.DataCellsFilter

Description

 
Synopsis

Documentation

data DataCellsFilter Source #

A structure that describes certain columns on certain rows.

See: newDataCellsFilter smart constructor.

Constructors

DataCellsFilter' 

Fields

Instances

Instances details
FromJSON DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

ToJSON DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

Generic DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

Associated Types

type Rep DataCellsFilter :: Type -> Type #

Read DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

Show DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

NFData DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

Methods

rnf :: DataCellsFilter -> () #

Eq DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

Hashable DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

type Rep DataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilter

type Rep DataCellsFilter = D1 ('MetaData "DataCellsFilter" "Amazonka.LakeFormation.Types.DataCellsFilter" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "DataCellsFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "columnNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "columnWildcard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColumnWildcard)) :*: S1 ('MetaSel ('Just "rowFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RowFilter)))) :*: ((S1 ('MetaSel ('Just "tableCatalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDataCellsFilter Source #

Create a value of DataCellsFilter 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:columnNames:DataCellsFilter', dataCellsFilter_columnNames - A list of column names.

$sel:columnWildcard:DataCellsFilter', dataCellsFilter_columnWildcard - A wildcard with exclusions.

You must specify either a ColumnNames list or the ColumnWildCard.

$sel:rowFilter:DataCellsFilter', dataCellsFilter_rowFilter - A PartiQL predicate.

$sel:tableCatalogId:DataCellsFilter', dataCellsFilter_tableCatalogId - The ID of the catalog to which the table belongs.

$sel:databaseName:DataCellsFilter', dataCellsFilter_databaseName - A database in the Glue Data Catalog.

$sel:tableName:DataCellsFilter', dataCellsFilter_tableName - A table in the database.

$sel:name:DataCellsFilter', dataCellsFilter_name - The name given by the user to the data filter cell.

dataCellsFilter_columnWildcard :: Lens' DataCellsFilter (Maybe ColumnWildcard) Source #

A wildcard with exclusions.

You must specify either a ColumnNames list or the ColumnWildCard.

dataCellsFilter_tableCatalogId :: Lens' DataCellsFilter Text Source #

The ID of the catalog to which the table belongs.

dataCellsFilter_databaseName :: Lens' DataCellsFilter Text Source #

A database in the Glue Data Catalog.

dataCellsFilter_name :: Lens' DataCellsFilter Text Source #

The name given by the user to the data filter cell.