Import Pipeline Source Properties Args
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)