HDInsight Linked Service Args
data class HDInsightLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clusterUri: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val fileSystem: Output<Any>? = null, val hcatalogLinkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val isEspEnabled: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<HDInsightLinkedServiceArgs>
HDInsight linked service.
Constructors
Link copied to clipboard
fun HDInsightLinkedServiceArgs(annotations: Output<List<Any>>? = null, clusterUri: Output<Any>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, fileSystem: Output<Any>? = null, hcatalogLinkedServiceName: Output<LinkedServiceReferenceArgs>? = null, isEspEnabled: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>, userName: Output<Any>? = null)