CrawlerLakeFormationConfigurationArgs

data class CrawlerLakeFormationConfigurationArgs(val accountId: Output<String>? = null, val useLakeFormationCredentials: Output<Boolean>? = null) : ConvertibleToJava<CrawlerLakeFormationConfigurationArgs>

Specifies AWS Lake Formation configuration settings for the crawler

Constructors

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

Properties

Link copied to clipboard
val accountId: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): CrawlerLakeFormationConfigurationArgs