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

Description

 
Synopsis

Documentation

data DataCellsFilterResource Source #

A structure for a data cells filter resource.

See: newDataCellsFilterResource smart constructor.

Constructors

DataCellsFilterResource' 

Fields

Instances

Instances details
FromJSON DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

ToJSON DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

Generic DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

Associated Types

type Rep DataCellsFilterResource :: Type -> Type #

Read DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

Show DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

NFData DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

Methods

rnf :: DataCellsFilterResource -> () #

Eq DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

Hashable DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

type Rep DataCellsFilterResource Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.DataCellsFilterResource

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

newDataCellsFilterResource :: DataCellsFilterResource Source #

Create a value of DataCellsFilterResource 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:databaseName:DataCellsFilterResource', dataCellsFilterResource_databaseName - A database in the Glue Data Catalog.

$sel:name:DataCellsFilterResource', dataCellsFilterResource_name - The name of the data cells filter.

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

$sel:tableName:DataCellsFilterResource', dataCellsFilterResource_tableName - The name of the table.

dataCellsFilterResource_tableCatalogId :: Lens' DataCellsFilterResource (Maybe Text) Source #

The ID of the catalog to which the table belongs.