CrawlerLakeFormationConfigurationArgs

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

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

Link copied to clipboard

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

Functions

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