| 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.DataExchange.Types.LFResourceDetails
Description
Documentation
data LFResourceDetails Source #
Details about the AWS Lake Formation resource (Table or Database) included in the AWS Lake Formation data permission.
See: newLFResourceDetails smart constructor.
Constructors
| LFResourceDetails' | |
Fields
| |
Instances
newLFResourceDetails :: LFResourceDetails Source #
Create a value of LFResourceDetails 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:database:LFResourceDetails', lFResourceDetails_database - Details about the database resource included in the AWS Lake Formation
data permission.
$sel:table:LFResourceDetails', lFResourceDetails_table - Details about the table resource included in the AWS Lake Formation data
permission.
lFResourceDetails_database :: Lens' LFResourceDetails (Maybe DatabaseLFTagPolicy) Source #
Details about the database resource included in the AWS Lake Formation data permission.
lFResourceDetails_table :: Lens' LFResourceDetails (Maybe TableLFTagPolicy) Source #
Details about the table resource included in the AWS Lake Formation data permission.