CrawlerLakeFormationConfiguration

data class CrawlerLakeFormationConfiguration(val accountId: String? = null, val useLakeFormationCredentials: Boolean? = null)

Specifies AWS Lake Formation configuration settings for the crawler

Constructors

Link copied to clipboard
constructor(accountId: String? = null, useLakeFormationCredentials: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

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

Link copied to clipboard

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