ImportPipelineSourcePropertiesArgs

data class ImportPipelineSourcePropertiesArgs(val keyVaultUri: Output<String>, val type: Output<Either<String, PipelineSourceType>>? = null, val uri: Output<String>? = null) : ConvertibleToJava<ImportPipelineSourcePropertiesArgs>

The properties of the import pipeline source.

Constructors

Link copied to clipboard
constructor(keyVaultUri: Output<String>, type: Output<Either<String, PipelineSourceType>>? = null, uri: Output<String>? = null)

Properties

Link copied to clipboard
val keyVaultUri: Output<String>

They key vault secret uri to obtain the source storage SAS token.

Link copied to clipboard
val type: Output<Either<String, PipelineSourceType>>? = null

The type of source for the import pipeline.

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

The source uri of the import pipeline. When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName" When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"

Functions

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