amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.Types.LakeFormationConfiguration

Description

 
Synopsis

Documentation

data LakeFormationConfiguration Source #

Specifies Lake Formation configuration settings for the crawler.

See: newLakeFormationConfiguration smart constructor.

Constructors

LakeFormationConfiguration' 

Fields

  • accountId :: Maybe Text

    Required for cross account crawls. For same account crawls as the target data, this can be left as null.

  • useLakeFormationCredentials :: Maybe Bool

    Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.

Instances

Instances details
FromJSON LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

ToJSON LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

Generic LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

Associated Types

type Rep LakeFormationConfiguration :: Type -> Type #

Read LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

Show LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

NFData LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

Eq LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

Hashable LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

type Rep LakeFormationConfiguration Source # 
Instance details

Defined in Amazonka.Glue.Types.LakeFormationConfiguration

type Rep LakeFormationConfiguration = D1 ('MetaData "LakeFormationConfiguration" "Amazonka.Glue.Types.LakeFormationConfiguration" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "LakeFormationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "useLakeFormationCredentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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.