Custom Data Source Linked Service Args
data class CustomDataSourceLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<CustomDataSourceLinkedServiceArgs>
Custom linked service.
Constructors
Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, type: Output<String>, version: Output<String>? = null)