| 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.TableWildcard
Description
Synopsis
- data TableWildcard = TableWildcard' {
- newTableWildcard :: TableWildcard
Documentation
data TableWildcard Source #
A wildcard object representing every table under a database.
See: newTableWildcard smart constructor.
Constructors
| TableWildcard' | |
Instances
newTableWildcard :: TableWildcard Source #
Create a value of TableWildcard with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.