AzureDataLakeStoreOutputDataSourceArgs

data class AzureDataLakeStoreOutputDataSourceArgs(val accountName: Output<String>? = null, val dateFormat: Output<String>? = null, val filePathPrefix: Output<String>? = null, val refreshToken: Output<String>? = null, val tenantId: Output<String>? = null, val timeFormat: Output<String>? = null, val tokenUserDisplayName: Output<String>? = null, val tokenUserPrincipalName: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreOutputDataSourceArgs>

Describes an Azure Data Lake Store output data source.

Constructors

Link copied to clipboard
constructor(accountName: Output<String>? = null, dateFormat: Output<String>? = null, filePathPrefix: Output<String>? = null, refreshToken: Output<String>? = null, tenantId: Output<String>? = null, timeFormat: Output<String>? = null, tokenUserDisplayName: Output<String>? = null, tokenUserPrincipalName: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val accountName: Output<String>? = null

The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val dateFormat: Output<String>? = null

The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.

Link copied to clipboard
val filePathPrefix: Output<String>? = null

The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val refreshToken: Output<String>? = null

A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val tenantId: Output<String>? = null

The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val timeFormat: Output<String>? = null

The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.

Link copied to clipboard
val tokenUserDisplayName: Output<String>? = null

The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

Link copied to clipboard
val tokenUserPrincipalName: Output<String>? = null

The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

Link copied to clipboard
val type: Output<String>

Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests. Expected value is 'Microsoft.DataLake/Accounts'.

Functions

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