1. Packages
  2. Azure Native v2
  3. API Docs
  4. iotoperationsmq
  5. DataLakeConnectorTopicMap
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.iotoperationsmq.DataLakeConnectorTopicMap

Explore with Pulumi AI

MQ dataLakeConnector/topicMap resource Azure REST API version: 2023-10-04-preview.

Example Usage

DataLakeConnectorTopicMap_CreateOrUpdate

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

return await Deployment.RunAsync(() => 
{
    var dataLakeConnectorTopicMap = new AzureNative.IoTOperationsMQ.DataLakeConnectorTopicMap("dataLakeConnectorTopicMap", new()
    {
        DataLakeConnectorName = "E9gU89-1QnIG7-IP8qOQLV-",
        DataLakeConnectorRef = "zirczjfua",
        ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
        {
            Name = "an",
            Type = AzureNative.IoTOperationsMQ.ExtendedLocationType.CustomLocation,
        },
        Location = "wjmgeh",
        Mapping = new AzureNative.IoTOperationsMQ.Inputs.DataLakeConnectorMapArgs
        {
            AllowedLatencySecs = 25407,
            ClientId = "gyjduryceozwqyjdrxhrtwuw",
            MaxMessagesPerBatch = 1581641880,
            MessagePayloadType = "pwhpwzqlzlhdrozpqziipvjqrnipo",
            MqttSourceTopic = "mtac",
            Qos = 2,
            Table = new AzureNative.IoTOperationsMQ.Inputs.DeltaTableArgs
            {
                Schema = new[]
                {
                    new AzureNative.IoTOperationsMQ.Inputs.DeltaTableSchemaArgs
                    {
                        Format = AzureNative.IoTOperationsMQ.DeltaTableFormatEnum.Boolean,
                        Mapping = "lfnyjp",
                        Name = "hejqncdsueoerueffbaqix",
                        Optional = true,
                    },
                },
                TableName = "qyvzigmefvxwyjqksofyrstn",
                TablePath = "cyrkvxsjhbhwjegmhzyixchkdnxe",
            },
        },
        MqName = "rc-8Z--2m-MU",
        ResourceGroupName = "rgiotoperationsmq",
        Tags = null,
        TopicMapName = "17-",
    });

});
Copy
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iotoperationsmq.NewDataLakeConnectorTopicMap(ctx, "dataLakeConnectorTopicMap", &iotoperationsmq.DataLakeConnectorTopicMapArgs{
			DataLakeConnectorName: pulumi.String("E9gU89-1QnIG7-IP8qOQLV-"),
			DataLakeConnectorRef:  pulumi.String("zirczjfua"),
			ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
				Name: pulumi.String("an"),
				Type: pulumi.String(iotoperationsmq.ExtendedLocationTypeCustomLocation),
			},
			Location: pulumi.String("wjmgeh"),
			Mapping: &iotoperationsmq.DataLakeConnectorMapArgs{
				AllowedLatencySecs:  pulumi.Int(25407),
				ClientId:            pulumi.String("gyjduryceozwqyjdrxhrtwuw"),
				MaxMessagesPerBatch: pulumi.Float64(1581641880),
				MessagePayloadType:  pulumi.String("pwhpwzqlzlhdrozpqziipvjqrnipo"),
				MqttSourceTopic:     pulumi.String("mtac"),
				Qos:                 pulumi.Int(2),
				Table: &iotoperationsmq.DeltaTableArgs{
					Schema: iotoperationsmq.DeltaTableSchemaArray{
						&iotoperationsmq.DeltaTableSchemaArgs{
							Format:   pulumi.String(iotoperationsmq.DeltaTableFormatEnumBoolean),
							Mapping:  pulumi.String("lfnyjp"),
							Name:     pulumi.String("hejqncdsueoerueffbaqix"),
							Optional: pulumi.Bool(true),
						},
					},
					TableName: pulumi.String("qyvzigmefvxwyjqksofyrstn"),
					TablePath: pulumi.String("cyrkvxsjhbhwjegmhzyixchkdnxe"),
				},
			},
			MqName:            pulumi.String("rc-8Z--2m-MU"),
			ResourceGroupName: pulumi.String("rgiotoperationsmq"),
			Tags:              pulumi.StringMap{},
			TopicMapName:      pulumi.String("17-"),
		})
		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.iotoperationsmq.DataLakeConnectorTopicMap;
import com.pulumi.azurenative.iotoperationsmq.DataLakeConnectorTopicMapArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ExtendedLocationPropertyArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeConnectorMapArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DeltaTableArgs;
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 dataLakeConnectorTopicMap = new DataLakeConnectorTopicMap("dataLakeConnectorTopicMap", DataLakeConnectorTopicMapArgs.builder()
            .dataLakeConnectorName("E9gU89-1QnIG7-IP8qOQLV-")
            .dataLakeConnectorRef("zirczjfua")
            .extendedLocation(ExtendedLocationPropertyArgs.builder()
                .name("an")
                .type("CustomLocation")
                .build())
            .location("wjmgeh")
            .mapping(DataLakeConnectorMapArgs.builder()
                .allowedLatencySecs(25407)
                .clientId("gyjduryceozwqyjdrxhrtwuw")
                .maxMessagesPerBatch(1581641880)
                .messagePayloadType("pwhpwzqlzlhdrozpqziipvjqrnipo")
                .mqttSourceTopic("mtac")
                .qos(2)
                .table(DeltaTableArgs.builder()
                    .schema(DeltaTableSchemaArgs.builder()
                        .format("boolean")
                        .mapping("lfnyjp")
                        .name("hejqncdsueoerueffbaqix")
                        .optional(true)
                        .build())
                    .tableName("qyvzigmefvxwyjqksofyrstn")
                    .tablePath("cyrkvxsjhbhwjegmhzyixchkdnxe")
                    .build())
                .build())
            .mqName("rc-8Z--2m-MU")
            .resourceGroupName("rgiotoperationsmq")
            .tags()
            .topicMapName("17-")
            .build());

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

const dataLakeConnectorTopicMap = new azure_native.iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMap", {
    dataLakeConnectorName: "E9gU89-1QnIG7-IP8qOQLV-",
    dataLakeConnectorRef: "zirczjfua",
    extendedLocation: {
        name: "an",
        type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
    },
    location: "wjmgeh",
    mapping: {
        allowedLatencySecs: 25407,
        clientId: "gyjduryceozwqyjdrxhrtwuw",
        maxMessagesPerBatch: 1581641880,
        messagePayloadType: "pwhpwzqlzlhdrozpqziipvjqrnipo",
        mqttSourceTopic: "mtac",
        qos: 2,
        table: {
            schema: [{
                format: azure_native.iotoperationsmq.DeltaTableFormatEnum.Boolean,
                mapping: "lfnyjp",
                name: "hejqncdsueoerueffbaqix",
                optional: true,
            }],
            tableName: "qyvzigmefvxwyjqksofyrstn",
            tablePath: "cyrkvxsjhbhwjegmhzyixchkdnxe",
        },
    },
    mqName: "rc-8Z--2m-MU",
    resourceGroupName: "rgiotoperationsmq",
    tags: {},
    topicMapName: "17-",
});
Copy
import pulumi
import pulumi_azure_native as azure_native

data_lake_connector_topic_map = azure_native.iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMap",
    data_lake_connector_name="E9gU89-1QnIG7-IP8qOQLV-",
    data_lake_connector_ref="zirczjfua",
    extended_location={
        "name": "an",
        "type": azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
    },
    location="wjmgeh",
    mapping={
        "allowed_latency_secs": 25407,
        "client_id": "gyjduryceozwqyjdrxhrtwuw",
        "max_messages_per_batch": 1581641880,
        "message_payload_type": "pwhpwzqlzlhdrozpqziipvjqrnipo",
        "mqtt_source_topic": "mtac",
        "qos": 2,
        "table": {
            "schema": [{
                "format": azure_native.iotoperationsmq.DeltaTableFormatEnum.BOOLEAN,
                "mapping": "lfnyjp",
                "name": "hejqncdsueoerueffbaqix",
                "optional": True,
            }],
            "table_name": "qyvzigmefvxwyjqksofyrstn",
            "table_path": "cyrkvxsjhbhwjegmhzyixchkdnxe",
        },
    },
    mq_name="rc-8Z--2m-MU",
    resource_group_name="rgiotoperationsmq",
    tags={},
    topic_map_name="17-")
Copy
resources:
  dataLakeConnectorTopicMap:
    type: azure-native:iotoperationsmq:DataLakeConnectorTopicMap
    properties:
      dataLakeConnectorName: E9gU89-1QnIG7-IP8qOQLV-
      dataLakeConnectorRef: zirczjfua
      extendedLocation:
        name: an
        type: CustomLocation
      location: wjmgeh
      mapping:
        allowedLatencySecs: 25407
        clientId: gyjduryceozwqyjdrxhrtwuw
        maxMessagesPerBatch: 1.58164188e+09
        messagePayloadType: pwhpwzqlzlhdrozpqziipvjqrnipo
        mqttSourceTopic: mtac
        qos: 2
        table:
          schema:
            - format: boolean
              mapping: lfnyjp
              name: hejqncdsueoerueffbaqix
              optional: true
          tableName: qyvzigmefvxwyjqksofyrstn
          tablePath: cyrkvxsjhbhwjegmhzyixchkdnxe
      mqName: rc-8Z--2m-MU
      resourceGroupName: rgiotoperationsmq
      tags: {}
      topicMapName: 17-
Copy

Create DataLakeConnectorTopicMap Resource

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

Constructor syntax

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

@overload
def DataLakeConnectorTopicMap(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              data_lake_connector_name: Optional[str] = None,
                              data_lake_connector_ref: Optional[str] = None,
                              extended_location: Optional[ExtendedLocationPropertyArgs] = None,
                              mapping: Optional[DataLakeConnectorMapArgs] = None,
                              mq_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              location: Optional[str] = None,
                              tags: Optional[Mapping[str, str]] = None,
                              topic_map_name: Optional[str] = None)
func NewDataLakeConnectorTopicMap(ctx *Context, name string, args DataLakeConnectorTopicMapArgs, opts ...ResourceOption) (*DataLakeConnectorTopicMap, error)
public DataLakeConnectorTopicMap(string name, DataLakeConnectorTopicMapArgs args, CustomResourceOptions? opts = null)
public DataLakeConnectorTopicMap(String name, DataLakeConnectorTopicMapArgs args)
public DataLakeConnectorTopicMap(String name, DataLakeConnectorTopicMapArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:DataLakeConnectorTopicMap
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. DataLakeConnectorTopicMapArgs
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. DataLakeConnectorTopicMapArgs
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. DataLakeConnectorTopicMapArgs
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. DataLakeConnectorTopicMapArgs
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. DataLakeConnectorTopicMapArgs
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 dataLakeConnectorTopicMapResource = new AzureNative.Iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource", new()
{
    DataLakeConnectorName = "string",
    DataLakeConnectorRef = "string",
    ExtendedLocation = 
    {
        { "name", "string" },
        { "type", "string" },
    },
    Mapping = 
    {
        { "allowedLatencySecs", 0 },
        { "clientId", "string" },
        { "maxMessagesPerBatch", 0 },
        { "messagePayloadType", "string" },
        { "mqttSourceTopic", "string" },
        { "table", 
        {
            { "schema", new[]
            {
                
                {
                    { "format", "string" },
                    { "mapping", "string" },
                    { "name", "string" },
                    { "optional", false },
                },
            } },
            { "tableName", "string" },
            { "tablePath", "string" },
        } },
        { "qos", 0 },
    },
    MqName = "string",
    ResourceGroupName = "string",
    Location = "string",
    Tags = 
    {
        { "string", "string" },
    },
    TopicMapName = "string",
});
Copy
example, err := iotoperationsmq.NewDataLakeConnectorTopicMap(ctx, "dataLakeConnectorTopicMapResource", &iotoperationsmq.DataLakeConnectorTopicMapArgs{
	DataLakeConnectorName: "string",
	DataLakeConnectorRef:  "string",
	ExtendedLocation: map[string]interface{}{
		"name": "string",
		"type": "string",
	},
	Mapping: map[string]interface{}{
		"allowedLatencySecs":  0,
		"clientId":            "string",
		"maxMessagesPerBatch": 0,
		"messagePayloadType":  "string",
		"mqttSourceTopic":     "string",
		"table": map[string]interface{}{
			"schema": []map[string]interface{}{
				map[string]interface{}{
					"format":   "string",
					"mapping":  "string",
					"name":     "string",
					"optional": false,
				},
			},
			"tableName": "string",
			"tablePath": "string",
		},
		"qos": 0,
	},
	MqName:            "string",
	ResourceGroupName: "string",
	Location:          "string",
	Tags: map[string]interface{}{
		"string": "string",
	},
	TopicMapName: "string",
})
Copy
var dataLakeConnectorTopicMapResource = new DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource", DataLakeConnectorTopicMapArgs.builder()
    .dataLakeConnectorName("string")
    .dataLakeConnectorRef("string")
    .extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .mapping(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .mqName("string")
    .resourceGroupName("string")
    .location("string")
    .tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .topicMapName("string")
    .build());
Copy
data_lake_connector_topic_map_resource = azure_native.iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource",
    data_lake_connector_name=string,
    data_lake_connector_ref=string,
    extended_location={
        name: string,
        type: string,
    },
    mapping={
        allowedLatencySecs: 0,
        clientId: string,
        maxMessagesPerBatch: 0,
        messagePayloadType: string,
        mqttSourceTopic: string,
        table: {
            schema: [{
                format: string,
                mapping: string,
                name: string,
                optional: False,
            }],
            tableName: string,
            tablePath: string,
        },
        qos: 0,
    },
    mq_name=string,
    resource_group_name=string,
    location=string,
    tags={
        string: string,
    },
    topic_map_name=string)
Copy
const dataLakeConnectorTopicMapResource = new azure_native.iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource", {
    dataLakeConnectorName: "string",
    dataLakeConnectorRef: "string",
    extendedLocation: {
        name: "string",
        type: "string",
    },
    mapping: {
        allowedLatencySecs: 0,
        clientId: "string",
        maxMessagesPerBatch: 0,
        messagePayloadType: "string",
        mqttSourceTopic: "string",
        table: {
            schema: [{
                format: "string",
                mapping: "string",
                name: "string",
                optional: false,
            }],
            tableName: "string",
            tablePath: "string",
        },
        qos: 0,
    },
    mqName: "string",
    resourceGroupName: "string",
    location: "string",
    tags: {
        string: "string",
    },
    topicMapName: "string",
});
Copy
type: azure-native:iotoperationsmq:DataLakeConnectorTopicMap
properties:
    dataLakeConnectorName: string
    dataLakeConnectorRef: string
    extendedLocation:
        name: string
        type: string
    location: string
    mapping:
        allowedLatencySecs: 0
        clientId: string
        maxMessagesPerBatch: 0
        messagePayloadType: string
        mqttSourceTopic: string
        qos: 0
        table:
            schema:
                - format: string
                  mapping: string
                  name: string
                  optional: false
            tableName: string
            tablePath: string
    mqName: string
    resourceGroupName: string
    tags:
        string: string
    topicMapName: string
Copy

DataLakeConnectorTopicMap 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 DataLakeConnectorTopicMap resource accepts the following input properties:

DataLakeConnectorName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ dataLakeConnector resource
DataLakeConnectorRef This property is required. string
DataLake Connector CRD to use.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
Pulumi.AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationProperty
Extended Location
Mapping This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DataLakeConnectorMap
TopicMap for DataLake connector.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Tags Dictionary<string, string>
Resource tags.
TopicMapName Changes to this property will trigger replacement. string
Name of MQ dataLakeConnector/topicMap resource
DataLakeConnectorName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ dataLakeConnector resource
DataLakeConnectorRef This property is required. string
DataLake Connector CRD to use.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
Mapping This property is required. DataLakeConnectorMapArgs
TopicMap for DataLake connector.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Tags map[string]string
Resource tags.
TopicMapName Changes to this property will trigger replacement. string
Name of MQ dataLakeConnector/topicMap resource
dataLakeConnectorName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ dataLakeConnector resource
dataLakeConnectorRef This property is required. String
DataLake Connector CRD to use.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
mapping This property is required. DataLakeConnectorMap
TopicMap for DataLake connector.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
tags Map<String,String>
Resource tags.
topicMapName Changes to this property will trigger replacement. String
Name of MQ dataLakeConnector/topicMap resource
dataLakeConnectorName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ dataLakeConnector resource
dataLakeConnectorRef This property is required. string
DataLake Connector CRD to use.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
mapping This property is required. DataLakeConnectorMap
TopicMap for DataLake connector.
mqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
tags {[key: string]: string}
Resource tags.
topicMapName Changes to this property will trigger replacement. string
Name of MQ dataLakeConnector/topicMap resource
data_lake_connector_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ dataLakeConnector resource
data_lake_connector_ref This property is required. str
DataLake Connector CRD to use.
extended_location
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
mapping This property is required. DataLakeConnectorMapArgs
TopicMap for DataLake connector.
mq_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ resource
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.
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
tags Mapping[str, str]
Resource tags.
topic_map_name Changes to this property will trigger replacement. str
Name of MQ dataLakeConnector/topicMap resource
dataLakeConnectorName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ dataLakeConnector resource
dataLakeConnectorRef This property is required. String
DataLake Connector CRD to use.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
Property Map
Extended Location
mapping This property is required. Property Map
TopicMap for DataLake connector.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
tags Map<String>
Resource tags.
topicMapName Changes to this property will trigger replacement. String
Name of MQ dataLakeConnector/topicMap resource

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
SystemData Pulumi.AzureNative.IoTOperationsMQ.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"
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
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"
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The status of the last operation.
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"
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
provisioningState string
The status of the last operation.
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"
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the resource
provisioning_state str
The status of the last operation.
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"
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The status of the last operation.
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

DataLakeConnectorMap
, DataLakeConnectorMapArgs

AllowedLatencySecs This property is required. int
Allowed latency for transferring data.
ClientId This property is required. string
Client Id to use.
MaxMessagesPerBatch This property is required. double
Maximum messages to send per Batch.
MessagePayloadType This property is required. string
Message payload type.
MqttSourceTopic This property is required. string
Mqtt source topic.
Table This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DeltaTable
Delta table properties to use.
Qos int
Quality of Service.
AllowedLatencySecs This property is required. int
Allowed latency for transferring data.
ClientId This property is required. string
Client Id to use.
MaxMessagesPerBatch This property is required. float64
Maximum messages to send per Batch.
MessagePayloadType This property is required. string
Message payload type.
MqttSourceTopic This property is required. string
Mqtt source topic.
Table This property is required. DeltaTable
Delta table properties to use.
Qos int
Quality of Service.
allowedLatencySecs This property is required. Integer
Allowed latency for transferring data.
clientId This property is required. String
Client Id to use.
maxMessagesPerBatch This property is required. Double
Maximum messages to send per Batch.
messagePayloadType This property is required. String
Message payload type.
mqttSourceTopic This property is required. String
Mqtt source topic.
table This property is required. DeltaTable
Delta table properties to use.
qos Integer
Quality of Service.
allowedLatencySecs This property is required. number
Allowed latency for transferring data.
clientId This property is required. string
Client Id to use.
maxMessagesPerBatch This property is required. number
Maximum messages to send per Batch.
messagePayloadType This property is required. string
Message payload type.
mqttSourceTopic This property is required. string
Mqtt source topic.
table This property is required. DeltaTable
Delta table properties to use.
qos number
Quality of Service.
allowed_latency_secs This property is required. int
Allowed latency for transferring data.
client_id This property is required. str
Client Id to use.
max_messages_per_batch This property is required. float
Maximum messages to send per Batch.
message_payload_type This property is required. str
Message payload type.
mqtt_source_topic This property is required. str
Mqtt source topic.
table This property is required. DeltaTable
Delta table properties to use.
qos int
Quality of Service.
allowedLatencySecs This property is required. Number
Allowed latency for transferring data.
clientId This property is required. String
Client Id to use.
maxMessagesPerBatch This property is required. Number
Maximum messages to send per Batch.
messagePayloadType This property is required. String
Message payload type.
mqttSourceTopic This property is required. String
Mqtt source topic.
table This property is required. Property Map
Delta table properties to use.
qos Number
Quality of Service.

DataLakeConnectorMapResponse
, DataLakeConnectorMapResponseArgs

AllowedLatencySecs This property is required. int
Allowed latency for transferring data.
ClientId This property is required. string
Client Id to use.
MaxMessagesPerBatch This property is required. double
Maximum messages to send per Batch.
MessagePayloadType This property is required. string
Message payload type.
MqttSourceTopic This property is required. string
Mqtt source topic.
Table This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DeltaTableResponse
Delta table properties to use.
Qos int
Quality of Service.
AllowedLatencySecs This property is required. int
Allowed latency for transferring data.
ClientId This property is required. string
Client Id to use.
MaxMessagesPerBatch This property is required. float64
Maximum messages to send per Batch.
MessagePayloadType This property is required. string
Message payload type.
MqttSourceTopic This property is required. string
Mqtt source topic.
Table This property is required. DeltaTableResponse
Delta table properties to use.
Qos int
Quality of Service.
allowedLatencySecs This property is required. Integer
Allowed latency for transferring data.
clientId This property is required. String
Client Id to use.
maxMessagesPerBatch This property is required. Double
Maximum messages to send per Batch.
messagePayloadType This property is required. String
Message payload type.
mqttSourceTopic This property is required. String
Mqtt source topic.
table This property is required. DeltaTableResponse
Delta table properties to use.
qos Integer
Quality of Service.
allowedLatencySecs This property is required. number
Allowed latency for transferring data.
clientId This property is required. string
Client Id to use.
maxMessagesPerBatch This property is required. number
Maximum messages to send per Batch.
messagePayloadType This property is required. string
Message payload type.
mqttSourceTopic This property is required. string
Mqtt source topic.
table This property is required. DeltaTableResponse
Delta table properties to use.
qos number
Quality of Service.
allowed_latency_secs This property is required. int
Allowed latency for transferring data.
client_id This property is required. str
Client Id to use.
max_messages_per_batch This property is required. float
Maximum messages to send per Batch.
message_payload_type This property is required. str
Message payload type.
mqtt_source_topic This property is required. str
Mqtt source topic.
table This property is required. DeltaTableResponse
Delta table properties to use.
qos int
Quality of Service.
allowedLatencySecs This property is required. Number
Allowed latency for transferring data.
clientId This property is required. String
Client Id to use.
maxMessagesPerBatch This property is required. Number
Maximum messages to send per Batch.
messagePayloadType This property is required. String
Message payload type.
mqttSourceTopic This property is required. String
Mqtt source topic.
table This property is required. Property Map
Delta table properties to use.
qos Number
Quality of Service.

DeltaTable
, DeltaTableArgs

Schema This property is required. List<Pulumi.AzureNative.IoTOperationsMQ.Inputs.DeltaTableSchema>
Schema list supported.
TableName This property is required. string
Delta table name.
TablePath string
Delta table path.
Schema This property is required. []DeltaTableSchema
Schema list supported.
TableName This property is required. string
Delta table name.
TablePath string
Delta table path.
schema This property is required. List<DeltaTableSchema>
Schema list supported.
tableName This property is required. String
Delta table name.
tablePath String
Delta table path.
schema This property is required. DeltaTableSchema[]
Schema list supported.
tableName This property is required. string
Delta table name.
tablePath string
Delta table path.
schema This property is required. Sequence[DeltaTableSchema]
Schema list supported.
table_name This property is required. str
Delta table name.
table_path str
Delta table path.
schema This property is required. List<Property Map>
Schema list supported.
tableName This property is required. String
Delta table name.
tablePath String
Delta table path.

DeltaTableFormatEnum
, DeltaTableFormatEnumArgs

Boolean
booleanBool format
Int8
int8Signed integer 8
Int16
int16Signed integer 16
Int32
int32Signed integer 32
UInt8
uInt8Unsigned integer 8
UInt16
uInt16Unsigned integer 16
UInt32
uInt32Unsigned integer 32
UInt64
uInt64Unsigned integer 64
Float16
float16Float 16
Float32
float32Float 32
Float64
float64Float 64
Date32
date32Date 32
Date64
date64Date 64
Binary
binaryBinary data
Utf8
utf8UTF8 format
DeltaTableFormatEnumBoolean
booleanBool format
DeltaTableFormatEnumInt8
int8Signed integer 8
DeltaTableFormatEnumInt16
int16Signed integer 16
DeltaTableFormatEnumInt32
int32Signed integer 32
DeltaTableFormatEnumUInt8
uInt8Unsigned integer 8
DeltaTableFormatEnumUInt16
uInt16Unsigned integer 16
DeltaTableFormatEnumUInt32
uInt32Unsigned integer 32
DeltaTableFormatEnumUInt64
uInt64Unsigned integer 64
DeltaTableFormatEnumFloat16
float16Float 16
DeltaTableFormatEnumFloat32
float32Float 32
DeltaTableFormatEnumFloat64
float64Float 64
DeltaTableFormatEnumDate32
date32Date 32
DeltaTableFormatEnumDate64
date64Date 64
DeltaTableFormatEnumBinary
binaryBinary data
DeltaTableFormatEnumUtf8
utf8UTF8 format
Boolean_
booleanBool format
Int8
int8Signed integer 8
Int16
int16Signed integer 16
Int32
int32Signed integer 32
UInt8
uInt8Unsigned integer 8
UInt16
uInt16Unsigned integer 16
UInt32
uInt32Unsigned integer 32
UInt64
uInt64Unsigned integer 64
Float16
float16Float 16
Float32
float32Float 32
Float64
float64Float 64
Date32
date32Date 32
Date64
date64Date 64
Binary
binaryBinary data
Utf8
utf8UTF8 format
Boolean
booleanBool format
Int8
int8Signed integer 8
Int16
int16Signed integer 16
Int32
int32Signed integer 32
UInt8
uInt8Unsigned integer 8
UInt16
uInt16Unsigned integer 16
UInt32
uInt32Unsigned integer 32
UInt64
uInt64Unsigned integer 64
Float16
float16Float 16
Float32
float32Float 32
Float64
float64Float 64
Date32
date32Date 32
Date64
date64Date 64
Binary
binaryBinary data
Utf8
utf8UTF8 format
BOOLEAN
booleanBool format
INT8
int8Signed integer 8
INT16
int16Signed integer 16
INT32
int32Signed integer 32
U_INT8
uInt8Unsigned integer 8
U_INT16
uInt16Unsigned integer 16
U_INT32
uInt32Unsigned integer 32
U_INT64
uInt64Unsigned integer 64
FLOAT16
float16Float 16
FLOAT32
float32Float 32
FLOAT64
float64Float 64
DATE32
date32Date 32
DATE64
date64Date 64
BINARY
binaryBinary data
UTF8
utf8UTF8 format
"boolean"
booleanBool format
"int8"
int8Signed integer 8
"int16"
int16Signed integer 16
"int32"
int32Signed integer 32
"uInt8"
uInt8Unsigned integer 8
"uInt16"
uInt16Unsigned integer 16
"uInt32"
uInt32Unsigned integer 32
"uInt64"
uInt64Unsigned integer 64
"float16"
float16Float 16
"float32"
float32Float 32
"float64"
float64Float 64
"date32"
date32Date 32
"date64"
date64Date 64
"binary"
binaryBinary data
"utf8"
utf8UTF8 format

DeltaTableResponse
, DeltaTableResponseArgs

Schema This property is required. List<Pulumi.AzureNative.IoTOperationsMQ.Inputs.DeltaTableSchemaResponse>
Schema list supported.
TableName This property is required. string
Delta table name.
TablePath string
Delta table path.
Schema This property is required. []DeltaTableSchemaResponse
Schema list supported.
TableName This property is required. string
Delta table name.
TablePath string
Delta table path.
schema This property is required. List<DeltaTableSchemaResponse>
Schema list supported.
tableName This property is required. String
Delta table name.
tablePath String
Delta table path.
schema This property is required. DeltaTableSchemaResponse[]
Schema list supported.
tableName This property is required. string
Delta table name.
tablePath string
Delta table path.
schema This property is required. Sequence[DeltaTableSchemaResponse]
Schema list supported.
table_name This property is required. str
Delta table name.
table_path str
Delta table path.
schema This property is required. List<Property Map>
Schema list supported.
tableName This property is required. String
Delta table name.
tablePath String
Delta table path.

DeltaTableSchema
, DeltaTableSchemaArgs

Format This property is required. string | Pulumi.AzureNative.IoTOperationsMQ.DeltaTableFormatEnum
Delta table format supported.
Mapping This property is required. string
Delta table schema mapping.
Name This property is required. string
Delta table schema name.
Optional This property is required. bool
Delta table schema optional.
Format This property is required. string | DeltaTableFormatEnum
Delta table format supported.
Mapping This property is required. string
Delta table schema mapping.
Name This property is required. string
Delta table schema name.
Optional This property is required. bool
Delta table schema optional.
format This property is required. String | DeltaTableFormatEnum
Delta table format supported.
mapping This property is required. String
Delta table schema mapping.
name This property is required. String
Delta table schema name.
optional This property is required. Boolean
Delta table schema optional.
format This property is required. string | DeltaTableFormatEnum
Delta table format supported.
mapping This property is required. string
Delta table schema mapping.
name This property is required. string
Delta table schema name.
optional This property is required. boolean
Delta table schema optional.
format This property is required. str | DeltaTableFormatEnum
Delta table format supported.
mapping This property is required. str
Delta table schema mapping.
name This property is required. str
Delta table schema name.
optional This property is required. bool
Delta table schema optional.
format This property is required. String | "boolean" | "int8" | "int16" | "int32" | "uInt8" | "uInt16" | "uInt32" | "uInt64" | "float16" | "float32" | "float64" | "date32" | "date64" | "binary" | "utf8"
Delta table format supported.
mapping This property is required. String
Delta table schema mapping.
name This property is required. String
Delta table schema name.
optional This property is required. Boolean
Delta table schema optional.

DeltaTableSchemaResponse
, DeltaTableSchemaResponseArgs

Format This property is required. string
Delta table format supported.
Mapping This property is required. string
Delta table schema mapping.
Name This property is required. string
Delta table schema name.
Optional This property is required. bool
Delta table schema optional.
Format This property is required. string
Delta table format supported.
Mapping This property is required. string
Delta table schema mapping.
Name This property is required. string
Delta table schema name.
Optional This property is required. bool
Delta table schema optional.
format This property is required. String
Delta table format supported.
mapping This property is required. String
Delta table schema mapping.
name This property is required. String
Delta table schema name.
optional This property is required. Boolean
Delta table schema optional.
format This property is required. string
Delta table format supported.
mapping This property is required. string
Delta table schema mapping.
name This property is required. string
Delta table schema name.
optional This property is required. boolean
Delta table schema optional.
format This property is required. str
Delta table format supported.
mapping This property is required. str
Delta table schema mapping.
name This property is required. str
Delta table schema name.
optional This property is required. bool
Delta table schema optional.
format This property is required. String
Delta table format supported.
mapping This property is required. String
Delta table schema mapping.
name This property is required. String
Delta table schema name.
optional This property is required. Boolean
Delta table schema optional.

ExtendedLocationProperty
, ExtendedLocationPropertyArgs

Name This property is required. string
The name of the extended location.
Type This property is required. string | Pulumi.AzureNative.IoTOperationsMQ.ExtendedLocationType
Type of ExtendedLocation.
Name This property is required. string
The name of the extended location.
Type This property is required. string | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. string
The name of the extended location.
type This property is required. string | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. str
The name of the extended location.
type This property is required. str | ExtendedLocationType
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String | "CustomLocation"
Type of ExtendedLocation.

ExtendedLocationPropertyResponse
, ExtendedLocationPropertyResponseArgs

Name This property is required. string
The name of the extended location.
Type This property is required. string
Type of ExtendedLocation.
Name This property is required. string
The name of the extended location.
Type This property is required. string
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String
Type of ExtendedLocation.
name This property is required. string
The name of the extended location.
type This property is required. string
Type of ExtendedLocation.
name This property is required. str
The name of the extended location.
type This property is required. str
Type of ExtendedLocation.
name This property is required. String
The name of the extended location.
type This property is required. String
Type of ExtendedLocation.

ExtendedLocationType
, ExtendedLocationTypeArgs

CustomLocation
CustomLocationCustomLocation type
ExtendedLocationTypeCustomLocation
CustomLocationCustomLocation type
CustomLocation
CustomLocationCustomLocation type
CustomLocation
CustomLocationCustomLocation type
CUSTOM_LOCATION
CustomLocationCustomLocation type
"CustomLocation"
CustomLocationCustomLocation type

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:iotoperationsmq:DataLakeConnectorTopicMap l /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/dataLakeConnector/{dataLakeConnectorName}/topicMap/{topicMapName} 
Copy

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

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0