| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LakeFormation.Types.DataCellsFilterResource
Description
Synopsis
- data DataCellsFilterResource = DataCellsFilterResource' {}
- newDataCellsFilterResource :: DataCellsFilterResource
- dataCellsFilterResource_databaseName :: Lens' DataCellsFilterResource (Maybe Text)
- dataCellsFilterResource_name :: Lens' DataCellsFilterResource (Maybe Text)
- dataCellsFilterResource_tableCatalogId :: Lens' DataCellsFilterResource (Maybe Text)
- dataCellsFilterResource_tableName :: Lens' DataCellsFilterResource (Maybe Text)
Documentation
data DataCellsFilterResource Source #
A structure for a data cells filter resource.
See: newDataCellsFilterResource smart constructor.
Constructors
| DataCellsFilterResource' | |
Instances
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_databaseName :: Lens' DataCellsFilterResource (Maybe Text) Source #
A database in the Glue Data Catalog.
dataCellsFilterResource_name :: Lens' DataCellsFilterResource (Maybe Text) Source #
The name of the data cells filter.
dataCellsFilterResource_tableCatalogId :: Lens' DataCellsFilterResource (Maybe Text) Source #
The ID of the catalog to which the table belongs.
dataCellsFilterResource_tableName :: Lens' DataCellsFilterResource (Maybe Text) Source #
The name of the table.