| 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.TableObject
Description
Synopsis
Documentation
data TableObject Source #
Specifies the details of a governed table.
See: newTableObject smart constructor.
Constructors
| TableObject' | |
Instances
newTableObject :: TableObject Source #
Create a value of TableObject 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:eTag:TableObject', tableObject_eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for
validation and used to identify changes to the underlying data.
$sel:size:TableObject', tableObject_size - The size of the Amazon S3 object in bytes.
$sel:uri:TableObject', tableObject_uri - The Amazon S3 location of the object.
tableObject_eTag :: Lens' TableObject (Maybe Text) Source #
The Amazon S3 ETag of the object. Returned by GetTableObjects for
validation and used to identify changes to the underlying data.
tableObject_size :: Lens' TableObject (Maybe Integer) Source #
The size of the Amazon S3 object in bytes.
tableObject_uri :: Lens' TableObject (Maybe Text) Source #
The Amazon S3 location of the object.