CrawlerLakeFormationConfiguration

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

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 omitted.

Link copied to clipboard

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