DataLakeServiceStorageArgs

data class DataLakeServiceStorageArgs(val authentication: Output<DataLakeServiceStorageAuthenticationArgs>, val endpoint: Output<String>) : ConvertibleToJava<DataLakeServiceStorageArgs>

DataLake Service Storage details.

Constructors

Link copied to clipboard
constructor(authentication: Output<DataLakeServiceStorageAuthenticationArgs>, endpoint: Output<String>)

Properties

Link copied to clipboard

DataLake service storage authentication details. NOTE - Enum only one method is supported.

Link copied to clipboard
val endpoint: Output<String>

DataLake service storage endpoint to use.

Functions

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