1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. IotHubDataConnection
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.synapse.IotHubDataConnection

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Class representing an iot hub data connection.

Uses Azure REST API version 2021-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-06-01-preview.

Example Usage

KustoPoolDataConnectionsCreateOrUpdate.json

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var iotHubDataConnection = new AzureNative.Synapse.IotHubDataConnection("iotHubDataConnection", new()
    {
        DataConnectionName = "DataConnections8",
        DatabaseName = "KustoDatabase8",
        KustoPoolName = "kustoclusterrptest4",
        ResourceGroupName = "kustorptest",
        WorkspaceName = "synapseWorkspaceName",
    });

});
Copy
package main

import (
	synapse "github.com/pulumi/pulumi-azure-native-sdk/synapse/v3"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := synapse.NewIotHubDataConnection(ctx, "iotHubDataConnection", &synapse.IotHubDataConnectionArgs{
			DataConnectionName: pulumi.String("DataConnections8"),
			DatabaseName:       pulumi.String("KustoDatabase8"),
			KustoPoolName:      pulumi.String("kustoclusterrptest4"),
			ResourceGroupName:  pulumi.String("kustorptest"),
			WorkspaceName:      pulumi.String("synapseWorkspaceName"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.synapse.IotHubDataConnection;
import com.pulumi.azurenative.synapse.IotHubDataConnectionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var iotHubDataConnection = new IotHubDataConnection("iotHubDataConnection", IotHubDataConnectionArgs.builder()
            .dataConnectionName("DataConnections8")
            .databaseName("KustoDatabase8")
            .kustoPoolName("kustoclusterrptest4")
            .resourceGroupName("kustorptest")
            .workspaceName("synapseWorkspaceName")
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const iotHubDataConnection = new azure_native.synapse.IotHubDataConnection("iotHubDataConnection", {
    dataConnectionName: "DataConnections8",
    databaseName: "KustoDatabase8",
    kustoPoolName: "kustoclusterrptest4",
    resourceGroupName: "kustorptest",
    workspaceName: "synapseWorkspaceName",
});
Copy
import pulumi
import pulumi_azure_native as azure_native

iot_hub_data_connection = azure_native.synapse.IotHubDataConnection("iotHubDataConnection",
    data_connection_name="DataConnections8",
    database_name="KustoDatabase8",
    kusto_pool_name="kustoclusterrptest4",
    resource_group_name="kustorptest",
    workspace_name="synapseWorkspaceName")
Copy
resources:
  iotHubDataConnection:
    type: azure-native:synapse:IotHubDataConnection
    properties:
      dataConnectionName: DataConnections8
      databaseName: KustoDatabase8
      kustoPoolName: kustoclusterrptest4
      resourceGroupName: kustorptest
      workspaceName: synapseWorkspaceName
Copy

Create IotHubDataConnection Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new IotHubDataConnection(name: string, args: IotHubDataConnectionArgs, opts?: CustomResourceOptions);
@overload
def IotHubDataConnection(resource_name: str,
                         args: IotHubDataConnectionArgs,
                         opts: Optional[ResourceOptions] = None)

@overload
def IotHubDataConnection(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         resource_group_name: Optional[str] = None,
                         workspace_name: Optional[str] = None,
                         database_name: Optional[str] = None,
                         consumer_group: Optional[str] = None,
                         iot_hub_resource_id: Optional[str] = None,
                         kusto_pool_name: Optional[str] = None,
                         shared_access_policy_name: Optional[str] = None,
                         event_system_properties: Optional[Sequence[str]] = None,
                         mapping_rule_name: Optional[str] = None,
                         data_connection_name: Optional[str] = None,
                         table_name: Optional[str] = None,
                         location: Optional[str] = None,
                         data_format: Optional[Union[str, IotHubDataFormat]] = None)
func NewIotHubDataConnection(ctx *Context, name string, args IotHubDataConnectionArgs, opts ...ResourceOption) (*IotHubDataConnection, error)
public IotHubDataConnection(string name, IotHubDataConnectionArgs args, CustomResourceOptions? opts = null)
public IotHubDataConnection(String name, IotHubDataConnectionArgs args)
public IotHubDataConnection(String name, IotHubDataConnectionArgs args, CustomResourceOptions options)
type: azure-native:synapse:IotHubDataConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. IotHubDataConnectionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. IotHubDataConnectionArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. IotHubDataConnectionArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. IotHubDataConnectionArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. IotHubDataConnectionArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var azure_nativeIotHubDataConnectionResource = new AzureNative.Synapse.IotHubDataConnection("azure-nativeIotHubDataConnectionResource", new()
{
    Kind = "string",
    ResourceGroupName = "string",
    WorkspaceName = "string",
    DatabaseName = "string",
    ConsumerGroup = "string",
    IotHubResourceId = "string",
    KustoPoolName = "string",
    SharedAccessPolicyName = "string",
    EventSystemProperties = new[]
    {
        "string",
    },
    MappingRuleName = "string",
    DataConnectionName = "string",
    TableName = "string",
    Location = "string",
    DataFormat = "string",
});
Copy
example, err := synapse.NewIotHubDataConnection(ctx, "azure-nativeIotHubDataConnectionResource", &synapse.IotHubDataConnectionArgs{
	Kind:                   pulumi.String("string"),
	ResourceGroupName:      pulumi.String("string"),
	WorkspaceName:          pulumi.String("string"),
	DatabaseName:           pulumi.String("string"),
	ConsumerGroup:          pulumi.String("string"),
	IotHubResourceId:       pulumi.String("string"),
	KustoPoolName:          pulumi.String("string"),
	SharedAccessPolicyName: pulumi.String("string"),
	EventSystemProperties: pulumi.StringArray{
		pulumi.String("string"),
	},
	MappingRuleName:    pulumi.String("string"),
	DataConnectionName: pulumi.String("string"),
	TableName:          pulumi.String("string"),
	Location:           pulumi.String("string"),
	DataFormat:         pulumi.String("string"),
})
Copy
var azure_nativeIotHubDataConnectionResource = new IotHubDataConnection("azure-nativeIotHubDataConnectionResource", IotHubDataConnectionArgs.builder()
    .kind("string")
    .resourceGroupName("string")
    .workspaceName("string")
    .databaseName("string")
    .consumerGroup("string")
    .iotHubResourceId("string")
    .kustoPoolName("string")
    .sharedAccessPolicyName("string")
    .eventSystemProperties("string")
    .mappingRuleName("string")
    .dataConnectionName("string")
    .tableName("string")
    .location("string")
    .dataFormat("string")
    .build());
Copy
azure_native_iot_hub_data_connection_resource = azure_native.synapse.IotHubDataConnection("azure-nativeIotHubDataConnectionResource",
    kind="string",
    resource_group_name="string",
    workspace_name="string",
    database_name="string",
    consumer_group="string",
    iot_hub_resource_id="string",
    kusto_pool_name="string",
    shared_access_policy_name="string",
    event_system_properties=["string"],
    mapping_rule_name="string",
    data_connection_name="string",
    table_name="string",
    location="string",
    data_format="string")
Copy
const azure_nativeIotHubDataConnectionResource = new azure_native.synapse.IotHubDataConnection("azure-nativeIotHubDataConnectionResource", {
    kind: "string",
    resourceGroupName: "string",
    workspaceName: "string",
    databaseName: "string",
    consumerGroup: "string",
    iotHubResourceId: "string",
    kustoPoolName: "string",
    sharedAccessPolicyName: "string",
    eventSystemProperties: ["string"],
    mappingRuleName: "string",
    dataConnectionName: "string",
    tableName: "string",
    location: "string",
    dataFormat: "string",
});
Copy
type: azure-native:synapse:IotHubDataConnection
properties:
    consumerGroup: string
    dataConnectionName: string
    dataFormat: string
    databaseName: string
    eventSystemProperties:
        - string
    iotHubResourceId: string
    kind: string
    kustoPoolName: string
    location: string
    mappingRuleName: string
    resourceGroupName: string
    sharedAccessPolicyName: string
    tableName: string
    workspaceName: string
Copy

IotHubDataConnection Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The IotHubDataConnection resource accepts the following input properties:

ConsumerGroup This property is required. string
The iot hub consumer group.
DatabaseName
This property is required.
Changes to this property will trigger replacement.
string
The name of the database in the Kusto pool.
IotHubResourceId This property is required. string
The resource ID of the Iot hub to be used to create a data connection.
KustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SharedAccessPolicyName This property is required. string
The name of the share access policy
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
DataConnectionName Changes to this property will trigger replacement. string
The name of the data connection.
DataFormat string | Pulumi.AzureNative.Synapse.IotHubDataFormat
The data format of the message. Optionally the data format can be added to each message.
EventSystemProperties List<string>
System properties of the iot hub
Location string
Resource location.
MappingRuleName string
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
TableName string
The table where the data should be ingested. Optionally the table information can be added to each message.
ConsumerGroup This property is required. string
The iot hub consumer group.
DatabaseName
This property is required.
Changes to this property will trigger replacement.
string
The name of the database in the Kusto pool.
IotHubResourceId This property is required. string
The resource ID of the Iot hub to be used to create a data connection.
KustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SharedAccessPolicyName This property is required. string
The name of the share access policy
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
DataConnectionName Changes to this property will trigger replacement. string
The name of the data connection.
DataFormat string | IotHubDataFormat
The data format of the message. Optionally the data format can be added to each message.
EventSystemProperties []string
System properties of the iot hub
Location string
Resource location.
MappingRuleName string
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
TableName string
The table where the data should be ingested. Optionally the table information can be added to each message.
consumerGroup This property is required. String
The iot hub consumer group.
databaseName
This property is required.
Changes to this property will trigger replacement.
String
The name of the database in the Kusto pool.
iotHubResourceId This property is required. String
The resource ID of the Iot hub to be used to create a data connection.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
sharedAccessPolicyName This property is required. String
The name of the share access policy
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.
dataConnectionName Changes to this property will trigger replacement. String
The name of the data connection.
dataFormat String | IotHubDataFormat
The data format of the message. Optionally the data format can be added to each message.
eventSystemProperties List<String>
System properties of the iot hub
location String
Resource location.
mappingRuleName String
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
tableName String
The table where the data should be ingested. Optionally the table information can be added to each message.
consumerGroup This property is required. string
The iot hub consumer group.
databaseName
This property is required.
Changes to this property will trigger replacement.
string
The name of the database in the Kusto pool.
iotHubResourceId This property is required. string
The resource ID of the Iot hub to be used to create a data connection.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
sharedAccessPolicyName This property is required. string
The name of the share access policy
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the workspace.
dataConnectionName Changes to this property will trigger replacement. string
The name of the data connection.
dataFormat string | IotHubDataFormat
The data format of the message. Optionally the data format can be added to each message.
eventSystemProperties string[]
System properties of the iot hub
location string
Resource location.
mappingRuleName string
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
tableName string
The table where the data should be ingested. Optionally the table information can be added to each message.
consumer_group This property is required. str
The iot hub consumer group.
database_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the database in the Kusto pool.
iot_hub_resource_id This property is required. str
The resource ID of the Iot hub to be used to create a data connection.
kusto_pool_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Kusto pool.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
shared_access_policy_name This property is required. str
The name of the share access policy
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the workspace.
data_connection_name Changes to this property will trigger replacement. str
The name of the data connection.
data_format str | IotHubDataFormat
The data format of the message. Optionally the data format can be added to each message.
event_system_properties Sequence[str]
System properties of the iot hub
location str
Resource location.
mapping_rule_name str
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
table_name str
The table where the data should be ingested. Optionally the table information can be added to each message.
consumerGroup This property is required. String
The iot hub consumer group.
databaseName
This property is required.
Changes to this property will trigger replacement.
String
The name of the database in the Kusto pool.
iotHubResourceId This property is required. String
The resource ID of the Iot hub to be used to create a data connection.
kustoPoolName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Kusto pool.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
sharedAccessPolicyName This property is required. String
The name of the share access policy
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the workspace.
dataConnectionName Changes to this property will trigger replacement. String
The name of the data connection.
dataFormat String | "MULTIJSON" | "JSON" | "CSV" | "TSV" | "SCSV" | "SOHSV" | "PSV" | "TXT" | "RAW" | "SINGLEJSON" | "AVRO" | "TSVE" | "PARQUET" | "ORC" | "APACHEAVRO" | "W3CLOGFILE"
The data format of the message. Optionally the data format can be added to each message.
eventSystemProperties List<String>
System properties of the iot hub
location String
Resource location.
mappingRuleName String
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
tableName String
The table where the data should be ingested. Optionally the table information can be added to each message.

Outputs

All input properties are implicitly available as output properties. Additionally, the IotHubDataConnection resource produces the following output properties:

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The provisioned state of the resource.
SystemData Pulumi.AzureNative.Synapse.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The provisioned state of the resource.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The provisioned state of the resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
provisioningState string
The provisioned state of the resource.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version of the resource.
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the resource
provisioning_state str
The provisioned state of the resource.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The provisioned state of the resource.
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Supporting Types

IotHubDataFormat
, IotHubDataFormatArgs

MULTIJSON
MULTIJSON
JSON
JSON
CSV
CSV
TSV
TSV
SCSV
SCSV
SOHSV
SOHSV
PSV
PSV
TXT
TXT
RAW
RAW
SINGLEJSON
SINGLEJSON
AVRO
AVRO
TSVE
TSVE
PARQUET
PARQUET
ORC
ORC
APACHEAVRO
APACHEAVRO
W3CLOGFILE
W3CLOGFILE
IotHubDataFormatMULTIJSON
MULTIJSON
IotHubDataFormatJSON
JSON
IotHubDataFormatCSV
CSV
IotHubDataFormatTSV
TSV
IotHubDataFormatSCSV
SCSV
IotHubDataFormatSOHSV
SOHSV
IotHubDataFormatPSV
PSV
IotHubDataFormatTXT
TXT
IotHubDataFormatRAW
RAW
IotHubDataFormatSINGLEJSON
SINGLEJSON
IotHubDataFormatAVRO
AVRO
IotHubDataFormatTSVE
TSVE
IotHubDataFormatPARQUET
PARQUET
IotHubDataFormatORC
ORC
IotHubDataFormatAPACHEAVRO
APACHEAVRO
IotHubDataFormatW3CLOGFILE
W3CLOGFILE
MULTIJSON
MULTIJSON
JSON
JSON
CSV
CSV
TSV
TSV
SCSV
SCSV
SOHSV
SOHSV
PSV
PSV
TXT
TXT
RAW
RAW
SINGLEJSON
SINGLEJSON
AVRO
AVRO
TSVE
TSVE
PARQUET
PARQUET
ORC
ORC
APACHEAVRO
APACHEAVRO
W3CLOGFILE
W3CLOGFILE
MULTIJSON
MULTIJSON
JSON
JSON
CSV
CSV
TSV
TSV
SCSV
SCSV
SOHSV
SOHSV
PSV
PSV
TXT
TXT
RAW
RAW
SINGLEJSON
SINGLEJSON
AVRO
AVRO
TSVE
TSVE
PARQUET
PARQUET
ORC
ORC
APACHEAVRO
APACHEAVRO
W3CLOGFILE
W3CLOGFILE
MULTIJSON
MULTIJSON
JSON
JSON
CSV
CSV
TSV
TSV
SCSV
SCSV
SOHSV
SOHSV
PSV
PSV
TXT
TXT
RAW
RAW
SINGLEJSON
SINGLEJSON
AVRO
AVRO
TSVE
TSVE
PARQUET
PARQUET
ORC
ORC
APACHEAVRO
APACHEAVRO
W3_CLOGFILE
W3CLOGFILE
"MULTIJSON"
MULTIJSON
"JSON"
JSON
"CSV"
CSV
"TSV"
TSV
"SCSV"
SCSV
"SOHSV"
SOHSV
"PSV"
PSV
"TXT"
TXT
"RAW"
RAW
"SINGLEJSON"
SINGLEJSON
"AVRO"
AVRO
"TSVE"
TSVE
"PARQUET"
PARQUET
"ORC"
ORC
"APACHEAVRO"
APACHEAVRO
"W3CLOGFILE"
W3CLOGFILE

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:synapse:IotHubDataConnection KustoClusterRPTest4/KustoDatabase8/DataConnections8 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnections/{dataConnectionName} 
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi