| 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.Glue.Types.LakeFormationConfiguration
Description
Synopsis
- data LakeFormationConfiguration = LakeFormationConfiguration' {}
- newLakeFormationConfiguration :: LakeFormationConfiguration
- lakeFormationConfiguration_accountId :: Lens' LakeFormationConfiguration (Maybe Text)
- lakeFormationConfiguration_useLakeFormationCredentials :: Lens' LakeFormationConfiguration (Maybe Bool)
Documentation
data LakeFormationConfiguration Source #
Specifies Lake Formation configuration settings for the crawler.
See: newLakeFormationConfiguration smart constructor.
Constructors
| LakeFormationConfiguration' | |
Instances
newLakeFormationConfiguration :: LakeFormationConfiguration Source #
Create a value of LakeFormationConfiguration 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:accountId:LakeFormationConfiguration', lakeFormationConfiguration_accountId - Required for cross account crawls. For same account crawls as the target
data, this can be left as null.
$sel:useLakeFormationCredentials:LakeFormationConfiguration', lakeFormationConfiguration_useLakeFormationCredentials - Specifies whether to use Lake Formation credentials for the crawler
instead of the IAM role credentials.
lakeFormationConfiguration_accountId :: Lens' LakeFormationConfiguration (Maybe Text) Source #
Required for cross account crawls. For same account crawls as the target data, this can be left as null.
lakeFormationConfiguration_useLakeFormationCredentials :: Lens' LakeFormationConfiguration (Maybe Bool) Source #
Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.