GetDataLakeSettingsPlainArgs

data class GetDataLakeSettingsPlainArgs(val catalogId: String? = null) : ConvertibleToJava<GetDataLakeSettingsPlainArgs>

A collection of arguments for invoking getDataLakeSettings.

Constructors

Link copied to clipboard
constructor(catalogId: String? = null)

Properties

Link copied to clipboard
val catalogId: String? = null

Identifier for the Data Catalog. By default, the account ID.

Functions

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