HDInsightOnDemandLinkedServiceArgs

data class HDInsightOnDemandLinkedServiceArgs(val additionalLinkedServiceNames: Output<List<LinkedServiceReferenceArgs>>? = null, val annotations: Output<List<Any>>? = null, val clusterNamePrefix: Output<Any>? = null, val clusterPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val clusterResourceGroup: Output<Any>, val clusterSize: Output<Any>, val clusterSshPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val clusterSshUserName: Output<Any>? = null, val clusterType: Output<Any>? = null, val clusterUserName: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val coreConfiguration: Output<Any>? = null, val credential: Output<CredentialReferenceArgs>? = null, val dataNodeSize: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val hBaseConfiguration: Output<Any>? = null, val hcatalogLinkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val hdfsConfiguration: Output<Any>? = null, val headNodeSize: Output<Any>? = null, val hiveConfiguration: Output<Any>? = null, val hostSubscriptionId: Output<Any>, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val mapReduceConfiguration: Output<Any>? = null, val oozieConfiguration: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val scriptActions: Output<List<ScriptActionArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val sparkVersion: Output<Any>? = null, val stormConfiguration: Output<Any>? = null, val subnetName: Output<Any>? = null, val tenant: Output<Any>, val timeToLive: Output<Any>, val type: Output<String>, val version: Output<String>, val virtualNetworkId: Output<Any>? = null, val yarnConfiguration: Output<Any>? = null, val zookeeperNodeSize: Output<Any>? = null) : ConvertibleToJava<HDInsightOnDemandLinkedServiceArgs>

HDInsight ondemand linked service.

Constructors

Link copied to clipboard
constructor(additionalLinkedServiceNames: Output<List<LinkedServiceReferenceArgs>>? = null, annotations: Output<List<Any>>? = null, clusterNamePrefix: Output<Any>? = null, clusterPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, clusterResourceGroup: Output<Any>, clusterSize: Output<Any>, clusterSshPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, clusterSshUserName: Output<Any>? = null, clusterType: Output<Any>? = null, clusterUserName: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, coreConfiguration: Output<Any>? = null, credential: Output<CredentialReferenceArgs>? = null, dataNodeSize: Output<Any>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, hBaseConfiguration: Output<Any>? = null, hcatalogLinkedServiceName: Output<LinkedServiceReferenceArgs>? = null, hdfsConfiguration: Output<Any>? = null, headNodeSize: Output<Any>? = null, hiveConfiguration: Output<Any>? = null, hostSubscriptionId: Output<Any>, linkedServiceName: Output<LinkedServiceReferenceArgs>, mapReduceConfiguration: Output<Any>? = null, oozieConfiguration: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, scriptActions: Output<List<ScriptActionArgs>>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, sparkVersion: Output<Any>? = null, stormConfiguration: Output<Any>? = null, subnetName: Output<Any>? = null, tenant: Output<Any>, timeToLive: Output<Any>, type: Output<String>, version: Output<String>, virtualNetworkId: Output<Any>? = null, yarnConfiguration: Output<Any>? = null, zookeeperNodeSize: Output<Any>? = null)

Properties

Link copied to clipboard

Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can register them on your behalf.

Link copied to clipboard
val annotations: Output<List<Any>>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard
val clusterNamePrefix: Output<Any>? = null

The prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType string).

Link copied to clipboard

The password to access the cluster.

Link copied to clipboard

The resource group where the cluster belongs. Type: string (or Expression with resultType string).

Link copied to clipboard
val clusterSize: Output<Any>

Number of worker/data nodes in the cluster. Suggestion value: 4. Type: int (or Expression with resultType int).

Link copied to clipboard

The password to SSH remotely connect cluster’s node (for Linux).

Link copied to clipboard
val clusterSshUserName: Output<Any>? = null

The username to SSH remotely connect to cluster’s node (for Linux). Type: string (or Expression with resultType string).

Link copied to clipboard
val clusterType: Output<Any>? = null

The cluster type. Type: string (or Expression with resultType string).

Link copied to clipboard
val clusterUserName: Output<Any>? = null

The username to access the cluster. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val coreConfiguration: Output<Any>? = null

Specifies the core configuration parameters (as in core-site.xml) for the HDInsight cluster to be created.

Link copied to clipboard
val credential: Output<CredentialReferenceArgs>? = null

The credential reference containing authentication information.

Link copied to clipboard
val dataNodeSize: Output<Any>? = null

Specifies the size of the data node for the HDInsight cluster.

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

Linked service description.

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

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val hBaseConfiguration: Output<Any>? = null

Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.

Link copied to clipboard

The name of Azure SQL linked service that point to the HCatalog database. The on-demand HDInsight cluster is created by using the Azure SQL database as the metastore.

Link copied to clipboard
val hdfsConfiguration: Output<Any>? = null

Specifies the HDFS configuration parameters (hdfs-site.xml) for the HDInsight cluster.

Link copied to clipboard
val headNodeSize: Output<Any>? = null

Specifies the size of the head node for the HDInsight cluster.

Link copied to clipboard
val hiveConfiguration: Output<Any>? = null

Specifies the hive configuration parameters (hive-site.xml) for the HDInsight cluster.

Link copied to clipboard
val hostSubscriptionId: Output<Any>

The customer’s subscription to host the cluster. Type: string (or Expression with resultType string).

Link copied to clipboard

Azure Storage linked service to be used by the on-demand cluster for storing and processing data.

Link copied to clipboard
val mapReduceConfiguration: Output<Any>? = null

Specifies the MapReduce configuration parameters (mapred-site.xml) for the HDInsight cluster.

Link copied to clipboard
val oozieConfiguration: Output<Any>? = null

Specifies the Oozie configuration parameters (oozie-site.xml) for the HDInsight cluster.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard
val scriptActions: Output<List<ScriptActionArgs>>? = null

Custom script actions to run on HDI ondemand cluster once it's up. Please refer to https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions.

Link copied to clipboard
val servicePrincipalId: Output<Any>? = null

The service principal id for the hostSubscriptionId. Type: string (or Expression with resultType string).

Link copied to clipboard

The key for the service principal id.

Link copied to clipboard
val sparkVersion: Output<Any>? = null

The version of spark if the cluster type is 'spark'. Type: string (or Expression with resultType string).

Link copied to clipboard
val stormConfiguration: Output<Any>? = null

Specifies the Storm configuration parameters (storm-site.xml) for the HDInsight cluster.

Link copied to clipboard
val subnetName: Output<Any>? = null

The ARM resource ID for the subnet in the vNet. If virtualNetworkId was specified, then this property is required. Type: string (or Expression with resultType string).

Link copied to clipboard
val tenant: Output<Any>

The Tenant id/name to which the service principal belongs. Type: string (or Expression with resultType string).

Link copied to clipboard
val timeToLive: Output<Any>

The allowed idle time for the on-demand HDInsight cluster. Specifies how long the on-demand HDInsight cluster stays alive after completion of an activity run if there are no other active jobs in the cluster. The minimum value is 5 mins. Type: string (or Expression with resultType string).

Link copied to clipboard
val type: Output<String>

Type of linked service. Expected value is 'HDInsightOnDemand'.

Link copied to clipboard
val version: Output<String>

Version of the linked service.

Link copied to clipboard
val virtualNetworkId: Output<Any>? = null

The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or Expression with resultType string).

Link copied to clipboard
val yarnConfiguration: Output<Any>? = null

Specifies the Yarn configuration parameters (yarn-site.xml) for the HDInsight cluster.

Link copied to clipboard
val zookeeperNodeSize: Output<Any>? = null

Specifies the size of the Zoo Keeper node for the HDInsight cluster.

Functions

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