ExportPipelineTargetPropertiesArgs

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

The properties of the export pipeline target.

Constructors

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

Properties

Link copied to clipboard
val keyVaultUri: Output<String>

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

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

The type of target for the export pipeline.

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

The target uri of the export 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(): ExportPipelineTargetPropertiesArgs