1. Packages
  2. Azure Native v2
  3. API Docs
  4. iotoperationsmq
  5. DataLakeConnector
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.DataLakeConnector

Explore with Pulumi AI

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

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

Example Usage

DataLakeConnector_CreateOrUpdate

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

return await Deployment.RunAsync(() => 
{
    var dataLakeConnector = new AzureNative.IoTOperationsMQ.DataLakeConnector("dataLakeConnector", new()
    {
        DataLakeConnectorName = "87v4D",
        DatabaseFormat = AzureNative.IoTOperationsMQ.DataLakeDatabaseFormat.Delta,
        ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
        {
            Name = "an",
            Type = AzureNative.IoTOperationsMQ.ExtendedLocationType.CustomLocation,
        },
        Image = new AzureNative.IoTOperationsMQ.Inputs.ContainerImageArgs
        {
            PullPolicy = "imfuzvqxgbdwliqnn",
            PullSecrets = "klnqimxqsrdwhcqldjvdtsrs",
            Repository = "m",
            Tag = "jygfdiamhhm",
        },
        Instances = 53467,
        LocalBrokerConnection = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionSpecArgs
        {
            Authentication = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerAuthenticationMethodsArgs
            {
                Kubernetes = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerKubernetesAuthenticationArgs
                {
                    SecretPath = "soukzfkouir",
                    ServiceAccountTokenName = "suwetviuhmhorhvsidlznnufe",
                },
            },
            Endpoint = "xc",
            Tls = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionTlsArgs
            {
                TlsEnabled = true,
                TrustedCaCertificateConfigMap = "rinkomfeznsfedbmllxlbmmhc",
            },
        },
        Location = "ewguwvlahlu",
        LogLevel = "ikicyoalavfmqlodnupfjayxjti",
        MqName = "Ox--3e65kYN0731DJ1Qg",
        NodeTolerations = new AzureNative.IoTOperationsMQ.Inputs.NodeTolerationsArgs
        {
            Effect = "eeswvciblqmmaeesjoflyvxqbz",
            Key = "wbrstdwxgm",
            Operator = "lbegegneekwnyodtzraarivtwhmzep",
            Value = "sfafsjdcezdmkwibxeluukxgl",
        },
        Protocol = AzureNative.IoTOperationsMQ.MqttProtocol.V3,
        ResourceGroupName = "rgiotoperationsmq",
        Tags = null,
        Target = new AzureNative.IoTOperationsMQ.Inputs.DataLakeTargetStorageArgs
        {
            DatalakeStorage = new AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageArgs
            {
                Authentication = new AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageAuthenticationArgs
                {
                    AccessTokenSecretName = "cfaoxjbfbwdldqjbfczvovgooyqkl",
                    SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
                    {
                        Audience = "kjderojhpehosgfcrxxbh",
                        ExtensionName = "cyckjqqzspleajbtkniwrfsqygjfhe",
                    },
                },
                Endpoint = "bddy",
            },
            FabricOneLake = new AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageArgs
            {
                Authentication = new AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageAuthenticationArgs
                {
                    SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
                    {
                        Audience = "kjderojhpehosgfcrxxbh",
                        ExtensionName = "cyckjqqzspleajbtkniwrfsqygjfhe",
                    },
                },
                Endpoint = "S.fabric.microsoft.com",
                FabricPath = AzureNative.IoTOperationsMQ.FabricPathType.Files,
                Guids = new AzureNative.IoTOperationsMQ.Inputs.FabricGuidsArgs
                {
                    LakehouseGuid = "grsapopwjnuzbmnxbjnawaae",
                    WorkspaceGuid = "iwqfplayvdkdxumpdc",
                },
                Names = new AzureNative.IoTOperationsMQ.Inputs.FabricNamesArgs
                {
                    LakehouseName = "iqgqtk",
                    WorkspaceName = "fxvlfhfcmlhcbgpopyqfikqsryct",
                },
            },
            LocalStorage = new AzureNative.IoTOperationsMQ.Inputs.DataLakeLocalStorageArgs
            {
                VolumeName = "nmzsioldiwteljpplmftk",
            },
        },
    });

});
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.NewDataLakeConnector(ctx, "dataLakeConnector", &iotoperationsmq.DataLakeConnectorArgs{
			DataLakeConnectorName: pulumi.String("87v4D"),
			DatabaseFormat:        pulumi.String(iotoperationsmq.DataLakeDatabaseFormatDelta),
			ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
				Name: pulumi.String("an"),
				Type: pulumi.String(iotoperationsmq.ExtendedLocationTypeCustomLocation),
			},
			Image: &iotoperationsmq.ContainerImageArgs{
				PullPolicy:  pulumi.String("imfuzvqxgbdwliqnn"),
				PullSecrets: pulumi.String("klnqimxqsrdwhcqldjvdtsrs"),
				Repository:  pulumi.String("m"),
				Tag:         pulumi.String("jygfdiamhhm"),
			},
			Instances: pulumi.Int(53467),
			LocalBrokerConnection: &iotoperationsmq.LocalBrokerConnectionSpecArgs{
				Authentication: &iotoperationsmq.LocalBrokerAuthenticationMethodsArgs{
					Kubernetes: &iotoperationsmq.LocalBrokerKubernetesAuthenticationArgs{
						SecretPath:              pulumi.String("soukzfkouir"),
						ServiceAccountTokenName: pulumi.String("suwetviuhmhorhvsidlznnufe"),
					},
				},
				Endpoint: pulumi.String("xc"),
				Tls: &iotoperationsmq.LocalBrokerConnectionTlsArgs{
					TlsEnabled:                    pulumi.Bool(true),
					TrustedCaCertificateConfigMap: pulumi.String("rinkomfeznsfedbmllxlbmmhc"),
				},
			},
			Location: pulumi.String("ewguwvlahlu"),
			LogLevel: pulumi.String("ikicyoalavfmqlodnupfjayxjti"),
			MqName:   pulumi.String("Ox--3e65kYN0731DJ1Qg"),
			NodeTolerations: &iotoperationsmq.NodeTolerationsArgs{
				Effect:   pulumi.String("eeswvciblqmmaeesjoflyvxqbz"),
				Key:      pulumi.String("wbrstdwxgm"),
				Operator: pulumi.String("lbegegneekwnyodtzraarivtwhmzep"),
				Value:    pulumi.String("sfafsjdcezdmkwibxeluukxgl"),
			},
			Protocol:          pulumi.String(iotoperationsmq.MqttProtocolV3),
			ResourceGroupName: pulumi.String("rgiotoperationsmq"),
			Tags:              pulumi.StringMap{},
			Target: &iotoperationsmq.DataLakeTargetStorageArgs{
				DatalakeStorage: &iotoperationsmq.DataLakeServiceStorageArgs{
					Authentication: &iotoperationsmq.DataLakeServiceStorageAuthenticationArgs{
						AccessTokenSecretName: pulumi.String("cfaoxjbfbwdldqjbfczvovgooyqkl"),
						SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
							Audience:      pulumi.String("kjderojhpehosgfcrxxbh"),
							ExtensionName: pulumi.String("cyckjqqzspleajbtkniwrfsqygjfhe"),
						},
					},
					Endpoint: pulumi.String("bddy"),
				},
				FabricOneLake: &iotoperationsmq.DataLakeFabricStorageArgs{
					Authentication: &iotoperationsmq.DataLakeFabricStorageAuthenticationArgs{
						SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
							Audience:      pulumi.String("kjderojhpehosgfcrxxbh"),
							ExtensionName: pulumi.String("cyckjqqzspleajbtkniwrfsqygjfhe"),
						},
					},
					Endpoint:   pulumi.String("S.fabric.microsoft.com"),
					FabricPath: pulumi.String(iotoperationsmq.FabricPathTypeFiles),
					Guids: &iotoperationsmq.FabricGuidsArgs{
						LakehouseGuid: pulumi.String("grsapopwjnuzbmnxbjnawaae"),
						WorkspaceGuid: pulumi.String("iwqfplayvdkdxumpdc"),
					},
					Names: &iotoperationsmq.FabricNamesArgs{
						LakehouseName: pulumi.String("iqgqtk"),
						WorkspaceName: pulumi.String("fxvlfhfcmlhcbgpopyqfikqsryct"),
					},
				},
				LocalStorage: &iotoperationsmq.DataLakeLocalStorageArgs{
					VolumeName: pulumi.String("nmzsioldiwteljpplmftk"),
				},
			},
		})
		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.DataLakeConnector;
import com.pulumi.azurenative.iotoperationsmq.DataLakeConnectorArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ExtendedLocationPropertyArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ContainerImageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerConnectionSpecArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerAuthenticationMethodsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerKubernetesAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerConnectionTlsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.NodeTolerationsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeTargetStorageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeServiceStorageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeServiceStorageAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ManagedIdentityAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeFabricStorageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeFabricStorageAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.FabricGuidsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.FabricNamesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeLocalStorageArgs;
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 dataLakeConnector = new DataLakeConnector("dataLakeConnector", DataLakeConnectorArgs.builder()
            .dataLakeConnectorName("87v4D")
            .databaseFormat("delta")
            .extendedLocation(ExtendedLocationPropertyArgs.builder()
                .name("an")
                .type("CustomLocation")
                .build())
            .image(ContainerImageArgs.builder()
                .pullPolicy("imfuzvqxgbdwliqnn")
                .pullSecrets("klnqimxqsrdwhcqldjvdtsrs")
                .repository("m")
                .tag("jygfdiamhhm")
                .build())
            .instances(53467)
            .localBrokerConnection(LocalBrokerConnectionSpecArgs.builder()
                .authentication(LocalBrokerAuthenticationMethodsArgs.builder()
                    .kubernetes(LocalBrokerKubernetesAuthenticationArgs.builder()
                        .secretPath("soukzfkouir")
                        .serviceAccountTokenName("suwetviuhmhorhvsidlznnufe")
                        .build())
                    .build())
                .endpoint("xc")
                .tls(LocalBrokerConnectionTlsArgs.builder()
                    .tlsEnabled(true)
                    .trustedCaCertificateConfigMap("rinkomfeznsfedbmllxlbmmhc")
                    .build())
                .build())
            .location("ewguwvlahlu")
            .logLevel("ikicyoalavfmqlodnupfjayxjti")
            .mqName("Ox--3e65kYN0731DJ1Qg")
            .nodeTolerations(NodeTolerationsArgs.builder()
                .effect("eeswvciblqmmaeesjoflyvxqbz")
                .key("wbrstdwxgm")
                .operator("lbegegneekwnyodtzraarivtwhmzep")
                .value("sfafsjdcezdmkwibxeluukxgl")
                .build())
            .protocol("v3")
            .resourceGroupName("rgiotoperationsmq")
            .tags()
            .target(DataLakeTargetStorageArgs.builder()
                .datalakeStorage(DataLakeServiceStorageArgs.builder()
                    .authentication(DataLakeServiceStorageAuthenticationArgs.builder()
                        .accessTokenSecretName("cfaoxjbfbwdldqjbfczvovgooyqkl")
                        .systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
                            .audience("kjderojhpehosgfcrxxbh")
                            .extensionName("cyckjqqzspleajbtkniwrfsqygjfhe")
                            .build())
                        .build())
                    .endpoint("bddy")
                    .build())
                .fabricOneLake(DataLakeFabricStorageArgs.builder()
                    .authentication(DataLakeFabricStorageAuthenticationArgs.builder()
                        .systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
                            .audience("kjderojhpehosgfcrxxbh")
                            .extensionName("cyckjqqzspleajbtkniwrfsqygjfhe")
                            .build())
                        .build())
                    .endpoint("S.fabric.microsoft.com")
                    .fabricPath("files")
                    .guids(FabricGuidsArgs.builder()
                        .lakehouseGuid("grsapopwjnuzbmnxbjnawaae")
                        .workspaceGuid("iwqfplayvdkdxumpdc")
                        .build())
                    .names(FabricNamesArgs.builder()
                        .lakehouseName("iqgqtk")
                        .workspaceName("fxvlfhfcmlhcbgpopyqfikqsryct")
                        .build())
                    .build())
                .localStorage(DataLakeLocalStorageArgs.builder()
                    .volumeName("nmzsioldiwteljpplmftk")
                    .build())
                .build())
            .build());

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

const dataLakeConnector = new azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnector", {
    dataLakeConnectorName: "87v4D",
    databaseFormat: azure_native.iotoperationsmq.DataLakeDatabaseFormat.Delta,
    extendedLocation: {
        name: "an",
        type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
    },
    image: {
        pullPolicy: "imfuzvqxgbdwliqnn",
        pullSecrets: "klnqimxqsrdwhcqldjvdtsrs",
        repository: "m",
        tag: "jygfdiamhhm",
    },
    instances: 53467,
    localBrokerConnection: {
        authentication: {
            kubernetes: {
                secretPath: "soukzfkouir",
                serviceAccountTokenName: "suwetviuhmhorhvsidlznnufe",
            },
        },
        endpoint: "xc",
        tls: {
            tlsEnabled: true,
            trustedCaCertificateConfigMap: "rinkomfeznsfedbmllxlbmmhc",
        },
    },
    location: "ewguwvlahlu",
    logLevel: "ikicyoalavfmqlodnupfjayxjti",
    mqName: "Ox--3e65kYN0731DJ1Qg",
    nodeTolerations: {
        effect: "eeswvciblqmmaeesjoflyvxqbz",
        key: "wbrstdwxgm",
        operator: "lbegegneekwnyodtzraarivtwhmzep",
        value: "sfafsjdcezdmkwibxeluukxgl",
    },
    protocol: azure_native.iotoperationsmq.MqttProtocol.V3,
    resourceGroupName: "rgiotoperationsmq",
    tags: {},
    target: {
        datalakeStorage: {
            authentication: {
                accessTokenSecretName: "cfaoxjbfbwdldqjbfczvovgooyqkl",
                systemAssignedManagedIdentity: {
                    audience: "kjderojhpehosgfcrxxbh",
                    extensionName: "cyckjqqzspleajbtkniwrfsqygjfhe",
                },
            },
            endpoint: "bddy",
        },
        fabricOneLake: {
            authentication: {
                systemAssignedManagedIdentity: {
                    audience: "kjderojhpehosgfcrxxbh",
                    extensionName: "cyckjqqzspleajbtkniwrfsqygjfhe",
                },
            },
            endpoint: "S.fabric.microsoft.com",
            fabricPath: azure_native.iotoperationsmq.FabricPathType.Files,
            guids: {
                lakehouseGuid: "grsapopwjnuzbmnxbjnawaae",
                workspaceGuid: "iwqfplayvdkdxumpdc",
            },
            names: {
                lakehouseName: "iqgqtk",
                workspaceName: "fxvlfhfcmlhcbgpopyqfikqsryct",
            },
        },
        localStorage: {
            volumeName: "nmzsioldiwteljpplmftk",
        },
    },
});
Copy
import pulumi
import pulumi_azure_native as azure_native

data_lake_connector = azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnector",
    data_lake_connector_name="87v4D",
    database_format=azure_native.iotoperationsmq.DataLakeDatabaseFormat.DELTA,
    extended_location={
        "name": "an",
        "type": azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
    },
    image={
        "pull_policy": "imfuzvqxgbdwliqnn",
        "pull_secrets": "klnqimxqsrdwhcqldjvdtsrs",
        "repository": "m",
        "tag": "jygfdiamhhm",
    },
    instances=53467,
    local_broker_connection={
        "authentication": {
            "kubernetes": {
                "secret_path": "soukzfkouir",
                "service_account_token_name": "suwetviuhmhorhvsidlznnufe",
            },
        },
        "endpoint": "xc",
        "tls": {
            "tls_enabled": True,
            "trusted_ca_certificate_config_map": "rinkomfeznsfedbmllxlbmmhc",
        },
    },
    location="ewguwvlahlu",
    log_level="ikicyoalavfmqlodnupfjayxjti",
    mq_name="Ox--3e65kYN0731DJ1Qg",
    node_tolerations={
        "effect": "eeswvciblqmmaeesjoflyvxqbz",
        "key": "wbrstdwxgm",
        "operator": "lbegegneekwnyodtzraarivtwhmzep",
        "value": "sfafsjdcezdmkwibxeluukxgl",
    },
    protocol=azure_native.iotoperationsmq.MqttProtocol.V3,
    resource_group_name="rgiotoperationsmq",
    tags={},
    target={
        "datalake_storage": {
            "authentication": {
                "access_token_secret_name": "cfaoxjbfbwdldqjbfczvovgooyqkl",
                "system_assigned_managed_identity": {
                    "audience": "kjderojhpehosgfcrxxbh",
                    "extension_name": "cyckjqqzspleajbtkniwrfsqygjfhe",
                },
            },
            "endpoint": "bddy",
        },
        "fabric_one_lake": {
            "authentication": {
                "system_assigned_managed_identity": {
                    "audience": "kjderojhpehosgfcrxxbh",
                    "extension_name": "cyckjqqzspleajbtkniwrfsqygjfhe",
                },
            },
            "endpoint": "S.fabric.microsoft.com",
            "fabric_path": azure_native.iotoperationsmq.FabricPathType.FILES,
            "guids": {
                "lakehouse_guid": "grsapopwjnuzbmnxbjnawaae",
                "workspace_guid": "iwqfplayvdkdxumpdc",
            },
            "names": {
                "lakehouse_name": "iqgqtk",
                "workspace_name": "fxvlfhfcmlhcbgpopyqfikqsryct",
            },
        },
        "local_storage": {
            "volume_name": "nmzsioldiwteljpplmftk",
        },
    })
Copy
resources:
  dataLakeConnector:
    type: azure-native:iotoperationsmq:DataLakeConnector
    properties:
      dataLakeConnectorName: 87v4D
      databaseFormat: delta
      extendedLocation:
        name: an
        type: CustomLocation
      image:
        pullPolicy: imfuzvqxgbdwliqnn
        pullSecrets: klnqimxqsrdwhcqldjvdtsrs
        repository: m
        tag: jygfdiamhhm
      instances: 53467
      localBrokerConnection:
        authentication:
          kubernetes:
            secretPath: soukzfkouir
            serviceAccountTokenName: suwetviuhmhorhvsidlznnufe
        endpoint: xc
        tls:
          tlsEnabled: true
          trustedCaCertificateConfigMap: rinkomfeznsfedbmllxlbmmhc
      location: ewguwvlahlu
      logLevel: ikicyoalavfmqlodnupfjayxjti
      mqName: Ox--3e65kYN0731DJ1Qg
      nodeTolerations:
        effect: eeswvciblqmmaeesjoflyvxqbz
        key: wbrstdwxgm
        operator: lbegegneekwnyodtzraarivtwhmzep
        value: sfafsjdcezdmkwibxeluukxgl
      protocol: v3
      resourceGroupName: rgiotoperationsmq
      tags: {}
      target:
        datalakeStorage:
          authentication:
            accessTokenSecretName: cfaoxjbfbwdldqjbfczvovgooyqkl
            systemAssignedManagedIdentity:
              audience: kjderojhpehosgfcrxxbh
              extensionName: cyckjqqzspleajbtkniwrfsqygjfhe
          endpoint: bddy
        fabricOneLake:
          authentication:
            systemAssignedManagedIdentity:
              audience: kjderojhpehosgfcrxxbh
              extensionName: cyckjqqzspleajbtkniwrfsqygjfhe
          endpoint: S.fabric.microsoft.com
          fabricPath: files
          guids:
            lakehouseGuid: grsapopwjnuzbmnxbjnawaae
            workspaceGuid: iwqfplayvdkdxumpdc
          names:
            lakehouseName: iqgqtk
            workspaceName: fxvlfhfcmlhcbgpopyqfikqsryct
        localStorage:
          volumeName: nmzsioldiwteljpplmftk
Copy

Create DataLakeConnector Resource

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

Constructor syntax

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

@overload
def DataLakeConnector(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      mq_name: Optional[str] = None,
                      database_format: Optional[Union[str, DataLakeDatabaseFormat]] = None,
                      extended_location: Optional[ExtendedLocationPropertyArgs] = None,
                      image: Optional[ContainerImageArgs] = None,
                      target: Optional[DataLakeTargetStorageArgs] = None,
                      resource_group_name: Optional[str] = None,
                      protocol: Optional[Union[str, MqttProtocol]] = None,
                      location: Optional[str] = None,
                      log_level: Optional[str] = None,
                      node_tolerations: Optional[NodeTolerationsArgs] = None,
                      data_lake_connector_name: Optional[str] = None,
                      local_broker_connection: Optional[LocalBrokerConnectionSpecArgs] = None,
                      tags: Optional[Mapping[str, str]] = None,
                      instances: Optional[int] = None)
func NewDataLakeConnector(ctx *Context, name string, args DataLakeConnectorArgs, opts ...ResourceOption) (*DataLakeConnector, error)
public DataLakeConnector(string name, DataLakeConnectorArgs args, CustomResourceOptions? opts = null)
public DataLakeConnector(String name, DataLakeConnectorArgs args)
public DataLakeConnector(String name, DataLakeConnectorArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:DataLakeConnector
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. DataLakeConnectorArgs
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. DataLakeConnectorArgs
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. DataLakeConnectorArgs
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. DataLakeConnectorArgs
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. DataLakeConnectorArgs
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 dataLakeConnectorResource = new AzureNative.Iotoperationsmq.DataLakeConnector("dataLakeConnectorResource", new()
{
    MqName = "string",
    DatabaseFormat = "string",
    ExtendedLocation = 
    {
        { "name", "string" },
        { "type", "string" },
    },
    Image = 
    {
        { "repository", "string" },
        { "tag", "string" },
        { "pullPolicy", "string" },
        { "pullSecrets", "string" },
    },
    Target = 
    {
        { "datalakeStorage", 
        {
            { "authentication", 
            {
                { "accessTokenSecretName", "string" },
                { "systemAssignedManagedIdentity", 
                {
                    { "audience", "string" },
                    { "extensionName", "string" },
                } },
            } },
            { "endpoint", "string" },
        } },
        { "fabricOneLake", 
        {
            { "authentication", 
            {
                { "systemAssignedManagedIdentity", 
                {
                    { "audience", "string" },
                    { "extensionName", "string" },
                } },
            } },
            { "endpoint", "string" },
            { "fabricPath", "string" },
            { "guids", 
            {
                { "lakehouseGuid", "string" },
                { "workspaceGuid", "string" },
            } },
            { "names", 
            {
                { "lakehouseName", "string" },
                { "workspaceName", "string" },
            } },
        } },
        { "localStorage", 
        {
            { "volumeName", "string" },
        } },
    },
    ResourceGroupName = "string",
    Protocol = "string",
    Location = "string",
    LogLevel = "string",
    NodeTolerations = 
    {
        { "effect", "string" },
        { "key", "string" },
        { "operator", "string" },
        { "value", "string" },
    },
    DataLakeConnectorName = "string",
    LocalBrokerConnection = 
    {
        { "authentication", 
        {
            { "kubernetes", 
            {
                { "secretPath", "string" },
                { "serviceAccountTokenName", "string" },
            } },
        } },
        { "endpoint", "string" },
        { "tls", 
        {
            { "tlsEnabled", false },
            { "trustedCaCertificateConfigMap", "string" },
        } },
    },
    Tags = 
    {
        { "string", "string" },
    },
    Instances = 0,
});
Copy
example, err := iotoperationsmq.NewDataLakeConnector(ctx, "dataLakeConnectorResource", &iotoperationsmq.DataLakeConnectorArgs{
	MqName:         "string",
	DatabaseFormat: "string",
	ExtendedLocation: map[string]interface{}{
		"name": "string",
		"type": "string",
	},
	Image: map[string]interface{}{
		"repository":  "string",
		"tag":         "string",
		"pullPolicy":  "string",
		"pullSecrets": "string",
	},
	Target: map[string]interface{}{
		"datalakeStorage": map[string]interface{}{
			"authentication": map[string]interface{}{
				"accessTokenSecretName": "string",
				"systemAssignedManagedIdentity": map[string]interface{}{
					"audience":      "string",
					"extensionName": "string",
				},
			},
			"endpoint": "string",
		},
		"fabricOneLake": map[string]interface{}{
			"authentication": map[string]interface{}{
				"systemAssignedManagedIdentity": map[string]interface{}{
					"audience":      "string",
					"extensionName": "string",
				},
			},
			"endpoint":   "string",
			"fabricPath": "string",
			"guids": map[string]interface{}{
				"lakehouseGuid": "string",
				"workspaceGuid": "string",
			},
			"names": map[string]interface{}{
				"lakehouseName": "string",
				"workspaceName": "string",
			},
		},
		"localStorage": map[string]interface{}{
			"volumeName": "string",
		},
	},
	ResourceGroupName: "string",
	Protocol:          "string",
	Location:          "string",
	LogLevel:          "string",
	NodeTolerations: map[string]interface{}{
		"effect":   "string",
		"key":      "string",
		"operator": "string",
		"value":    "string",
	},
	DataLakeConnectorName: "string",
	LocalBrokerConnection: map[string]interface{}{
		"authentication": map[string]interface{}{
			"kubernetes": map[string]interface{}{
				"secretPath":              "string",
				"serviceAccountTokenName": "string",
			},
		},
		"endpoint": "string",
		"tls": map[string]interface{}{
			"tlsEnabled":                    false,
			"trustedCaCertificateConfigMap": "string",
		},
	},
	Tags: map[string]interface{}{
		"string": "string",
	},
	Instances: 0,
})
Copy
var dataLakeConnectorResource = new DataLakeConnector("dataLakeConnectorResource", DataLakeConnectorArgs.builder()
    .mqName("string")
    .databaseFormat("string")
    .extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .image(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .target(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .resourceGroupName("string")
    .protocol("string")
    .location("string")
    .logLevel("string")
    .nodeTolerations(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .dataLakeConnectorName("string")
    .localBrokerConnection(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .instances(0)
    .build());
Copy
data_lake_connector_resource = azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnectorResource",
    mq_name=string,
    database_format=string,
    extended_location={
        name: string,
        type: string,
    },
    image={
        repository: string,
        tag: string,
        pullPolicy: string,
        pullSecrets: string,
    },
    target={
        datalakeStorage: {
            authentication: {
                accessTokenSecretName: string,
                systemAssignedManagedIdentity: {
                    audience: string,
                    extensionName: string,
                },
            },
            endpoint: string,
        },
        fabricOneLake: {
            authentication: {
                systemAssignedManagedIdentity: {
                    audience: string,
                    extensionName: string,
                },
            },
            endpoint: string,
            fabricPath: string,
            guids: {
                lakehouseGuid: string,
                workspaceGuid: string,
            },
            names: {
                lakehouseName: string,
                workspaceName: string,
            },
        },
        localStorage: {
            volumeName: string,
        },
    },
    resource_group_name=string,
    protocol=string,
    location=string,
    log_level=string,
    node_tolerations={
        effect: string,
        key: string,
        operator: string,
        value: string,
    },
    data_lake_connector_name=string,
    local_broker_connection={
        authentication: {
            kubernetes: {
                secretPath: string,
                serviceAccountTokenName: string,
            },
        },
        endpoint: string,
        tls: {
            tlsEnabled: False,
            trustedCaCertificateConfigMap: string,
        },
    },
    tags={
        string: string,
    },
    instances=0)
Copy
const dataLakeConnectorResource = new azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnectorResource", {
    mqName: "string",
    databaseFormat: "string",
    extendedLocation: {
        name: "string",
        type: "string",
    },
    image: {
        repository: "string",
        tag: "string",
        pullPolicy: "string",
        pullSecrets: "string",
    },
    target: {
        datalakeStorage: {
            authentication: {
                accessTokenSecretName: "string",
                systemAssignedManagedIdentity: {
                    audience: "string",
                    extensionName: "string",
                },
            },
            endpoint: "string",
        },
        fabricOneLake: {
            authentication: {
                systemAssignedManagedIdentity: {
                    audience: "string",
                    extensionName: "string",
                },
            },
            endpoint: "string",
            fabricPath: "string",
            guids: {
                lakehouseGuid: "string",
                workspaceGuid: "string",
            },
            names: {
                lakehouseName: "string",
                workspaceName: "string",
            },
        },
        localStorage: {
            volumeName: "string",
        },
    },
    resourceGroupName: "string",
    protocol: "string",
    location: "string",
    logLevel: "string",
    nodeTolerations: {
        effect: "string",
        key: "string",
        operator: "string",
        value: "string",
    },
    dataLakeConnectorName: "string",
    localBrokerConnection: {
        authentication: {
            kubernetes: {
                secretPath: "string",
                serviceAccountTokenName: "string",
            },
        },
        endpoint: "string",
        tls: {
            tlsEnabled: false,
            trustedCaCertificateConfigMap: "string",
        },
    },
    tags: {
        string: "string",
    },
    instances: 0,
});
Copy
type: azure-native:iotoperationsmq:DataLakeConnector
properties:
    dataLakeConnectorName: string
    databaseFormat: string
    extendedLocation:
        name: string
        type: string
    image:
        pullPolicy: string
        pullSecrets: string
        repository: string
        tag: string
    instances: 0
    localBrokerConnection:
        authentication:
            kubernetes:
                secretPath: string
                serviceAccountTokenName: string
        endpoint: string
        tls:
            tlsEnabled: false
            trustedCaCertificateConfigMap: string
    location: string
    logLevel: string
    mqName: string
    nodeTolerations:
        effect: string
        key: string
        operator: string
        value: string
    protocol: string
    resourceGroupName: string
    tags:
        string: string
    target:
        datalakeStorage:
            authentication:
                accessTokenSecretName: string
                systemAssignedManagedIdentity:
                    audience: string
                    extensionName: string
            endpoint: string
        fabricOneLake:
            authentication:
                systemAssignedManagedIdentity:
                    audience: string
                    extensionName: string
            endpoint: string
            fabricPath: string
            guids:
                lakehouseGuid: string
                workspaceGuid: string
            names:
                lakehouseName: string
                workspaceName: string
        localStorage:
            volumeName: string
Copy

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

DatabaseFormat This property is required. string | Pulumi.AzureNative.IoTOperationsMQ.DataLakeDatabaseFormat
DataLake database format to use.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
Pulumi.AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationProperty
Extended Location
Image This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.ContainerImage
The details of DataLakeConnector Docker Image.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
Protocol This property is required. string | Pulumi.AzureNative.IoTOperationsMQ.MqttProtocol
The protocol to use for connecting with Brokers.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Target This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DataLakeTargetStorage
The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
DataLakeConnectorName Changes to this property will trigger replacement. string
Name of MQ dataLakeConnector resource
Instances int
The number of DataLakeConnector pods to spin up.
LocalBrokerConnection Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionSpec
The details for connecting with Local Broker.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
LogLevel string
The log level of the DataLake Connector instances.
NodeTolerations Pulumi.AzureNative.IoTOperationsMQ.Inputs.NodeTolerations
The Node Tolerations for the DataLake Connector pods.
Tags Dictionary<string, string>
Resource tags.
DatabaseFormat This property is required. string | DataLakeDatabaseFormat
DataLake database format to use.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
Image This property is required. ContainerImageArgs
The details of DataLakeConnector Docker Image.
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
Protocol This property is required. string | MqttProtocol
The protocol to use for connecting with Brokers.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Target This property is required. DataLakeTargetStorageArgs
The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
DataLakeConnectorName Changes to this property will trigger replacement. string
Name of MQ dataLakeConnector resource
Instances int
The number of DataLakeConnector pods to spin up.
LocalBrokerConnection LocalBrokerConnectionSpecArgs
The details for connecting with Local Broker.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
LogLevel string
The log level of the DataLake Connector instances.
NodeTolerations NodeTolerationsArgs
The Node Tolerations for the DataLake Connector pods.
Tags map[string]string
Resource tags.
databaseFormat This property is required. String | DataLakeDatabaseFormat
DataLake database format to use.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
image This property is required. ContainerImage
The details of DataLakeConnector Docker Image.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
protocol This property is required. String | MqttProtocol
The protocol to use for connecting with Brokers.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
target This property is required. DataLakeTargetStorage
The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
dataLakeConnectorName Changes to this property will trigger replacement. String
Name of MQ dataLakeConnector resource
instances Integer
The number of DataLakeConnector pods to spin up.
localBrokerConnection LocalBrokerConnectionSpec
The details for connecting with Local Broker.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
logLevel String
The log level of the DataLake Connector instances.
nodeTolerations NodeTolerations
The Node Tolerations for the DataLake Connector pods.
tags Map<String,String>
Resource tags.
databaseFormat This property is required. string | DataLakeDatabaseFormat
DataLake database format to use.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
image This property is required. ContainerImage
The details of DataLakeConnector Docker Image.
mqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
protocol This property is required. string | MqttProtocol
The protocol to use for connecting with Brokers.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
target This property is required. DataLakeTargetStorage
The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
dataLakeConnectorName Changes to this property will trigger replacement. string
Name of MQ dataLakeConnector resource
instances number
The number of DataLakeConnector pods to spin up.
localBrokerConnection LocalBrokerConnectionSpec
The details for connecting with Local Broker.
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
logLevel string
The log level of the DataLake Connector instances.
nodeTolerations NodeTolerations
The Node Tolerations for the DataLake Connector pods.
tags {[key: string]: string}
Resource tags.
database_format This property is required. str | DataLakeDatabaseFormat
DataLake database format to use.
extended_location
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
image This property is required. ContainerImageArgs
The details of DataLakeConnector Docker Image.
mq_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ resource
protocol This property is required. str | MqttProtocol
The protocol to use for connecting with Brokers.
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.
target This property is required. DataLakeTargetStorageArgs
The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
data_lake_connector_name Changes to this property will trigger replacement. str
Name of MQ dataLakeConnector resource
instances int
The number of DataLakeConnector pods to spin up.
local_broker_connection LocalBrokerConnectionSpecArgs
The details for connecting with Local Broker.
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
log_level str
The log level of the DataLake Connector instances.
node_tolerations NodeTolerationsArgs
The Node Tolerations for the DataLake Connector pods.
tags Mapping[str, str]
Resource tags.
databaseFormat This property is required. String | "delta" | "parquet"
DataLake database format to use.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
Property Map
Extended Location
image This property is required. Property Map
The details of DataLakeConnector Docker Image.
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
protocol This property is required. String | "v3" | "v5"
The protocol to use for connecting with Brokers.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
target This property is required. Property Map
The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
dataLakeConnectorName Changes to this property will trigger replacement. String
Name of MQ dataLakeConnector resource
instances Number
The number of DataLakeConnector pods to spin up.
localBrokerConnection Property Map
The details for connecting with Local Broker.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
logLevel String
The log level of the DataLake Connector instances.
nodeTolerations Property Map
The Node Tolerations for the DataLake Connector pods.
tags Map<String>
Resource tags.

Outputs

All input properties are implicitly available as output properties. Additionally, the DataLakeConnector 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

ContainerImage
, ContainerImageArgs

Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.
repository This property is required. string
The Docker image name.
tag This property is required. string
The Docker image tag.
pullPolicy string
Image pull policy.
pullSecrets string
Image pull secrets.
repository This property is required. str
The Docker image name.
tag This property is required. str
The Docker image tag.
pull_policy str
Image pull policy.
pull_secrets str
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.

ContainerImageResponse
, ContainerImageResponseArgs

Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
Repository This property is required. string
The Docker image name.
Tag This property is required. string
The Docker image tag.
PullPolicy string
Image pull policy.
PullSecrets string
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.
repository This property is required. string
The Docker image name.
tag This property is required. string
The Docker image tag.
pullPolicy string
Image pull policy.
pullSecrets string
Image pull secrets.
repository This property is required. str
The Docker image name.
tag This property is required. str
The Docker image tag.
pull_policy str
Image pull policy.
pull_secrets str
Image pull secrets.
repository This property is required. String
The Docker image name.
tag This property is required. String
The Docker image tag.
pullPolicy String
Image pull policy.
pullSecrets String
Image pull secrets.

DataLakeDatabaseFormat
, DataLakeDatabaseFormatArgs

Delta
deltaDelta format.
Parquet
parquetParquet format.
DataLakeDatabaseFormatDelta
deltaDelta format.
DataLakeDatabaseFormatParquet
parquetParquet format.
Delta
deltaDelta format.
Parquet
parquetParquet format.
Delta
deltaDelta format.
Parquet
parquetParquet format.
DELTA
deltaDelta format.
PARQUET
parquetParquet format.
"delta"
deltaDelta format.
"parquet"
parquetParquet format.

DataLakeFabricStorage
, DataLakeFabricStorageArgs

Authentication This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageAuthentication
DataLake fabric storage authentication details.
Endpoint This property is required. string
DataLake fabric storage endpoint to use.
FabricPath This property is required. string | Pulumi.AzureNative.IoTOperationsMQ.FabricPathType
Fabric path type to use.
Guids Pulumi.AzureNative.IoTOperationsMQ.Inputs.FabricGuids
Fabric one lake Guids.
Names Pulumi.AzureNative.IoTOperationsMQ.Inputs.FabricNames
Fabric one lake Names.
Authentication This property is required. DataLakeFabricStorageAuthentication
DataLake fabric storage authentication details.
Endpoint This property is required. string
DataLake fabric storage endpoint to use.
FabricPath This property is required. string | FabricPathType
Fabric path type to use.
Guids FabricGuids
Fabric one lake Guids.
Names FabricNames
Fabric one lake Names.
authentication This property is required. DataLakeFabricStorageAuthentication
DataLake fabric storage authentication details.
endpoint This property is required. String
DataLake fabric storage endpoint to use.
fabricPath This property is required. String | FabricPathType
Fabric path type to use.
guids FabricGuids
Fabric one lake Guids.
names FabricNames
Fabric one lake Names.
authentication This property is required. DataLakeFabricStorageAuthentication
DataLake fabric storage authentication details.
endpoint This property is required. string
DataLake fabric storage endpoint to use.
fabricPath This property is required. string | FabricPathType
Fabric path type to use.
guids FabricGuids
Fabric one lake Guids.
names FabricNames
Fabric one lake Names.
authentication This property is required. DataLakeFabricStorageAuthentication
DataLake fabric storage authentication details.
endpoint This property is required. str
DataLake fabric storage endpoint to use.
fabric_path This property is required. str | FabricPathType
Fabric path type to use.
guids FabricGuids
Fabric one lake Guids.
names FabricNames
Fabric one lake Names.
authentication This property is required. Property Map
DataLake fabric storage authentication details.
endpoint This property is required. String
DataLake fabric storage endpoint to use.
fabricPath This property is required. String | "files" | "tables"
Fabric path type to use.
guids Property Map
Fabric one lake Guids.
names Property Map
Fabric one lake Names.

DataLakeFabricStorageAuthentication
, DataLakeFabricStorageAuthenticationArgs

SystemAssignedManagedIdentity This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthentication
Configuration for managed identity authentication.
SystemAssignedManagedIdentity This property is required. ManagedIdentityAuthentication
Configuration for managed identity authentication.
systemAssignedManagedIdentity This property is required. ManagedIdentityAuthentication
Configuration for managed identity authentication.
systemAssignedManagedIdentity This property is required. ManagedIdentityAuthentication
Configuration for managed identity authentication.
system_assigned_managed_identity This property is required. ManagedIdentityAuthentication
Configuration for managed identity authentication.
systemAssignedManagedIdentity This property is required. Property Map
Configuration for managed identity authentication.

DataLakeFabricStorageAuthenticationResponse
, DataLakeFabricStorageAuthenticationResponseArgs

SystemAssignedManagedIdentity This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
SystemAssignedManagedIdentity This property is required. ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
systemAssignedManagedIdentity This property is required. ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
systemAssignedManagedIdentity This property is required. ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
system_assigned_managed_identity This property is required. ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
systemAssignedManagedIdentity This property is required. Property Map
Configuration for managed identity authentication.

DataLakeFabricStorageResponse
, DataLakeFabricStorageResponseArgs

Authentication This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageAuthenticationResponse
DataLake fabric storage authentication details.
Endpoint This property is required. string
DataLake fabric storage endpoint to use.
FabricPath This property is required. string
Fabric path type to use.
Guids Pulumi.AzureNative.IoTOperationsMQ.Inputs.FabricGuidsResponse
Fabric one lake Guids.
Names Pulumi.AzureNative.IoTOperationsMQ.Inputs.FabricNamesResponse
Fabric one lake Names.
Authentication This property is required. DataLakeFabricStorageAuthenticationResponse
DataLake fabric storage authentication details.
Endpoint This property is required. string
DataLake fabric storage endpoint to use.
FabricPath This property is required. string
Fabric path type to use.
Guids FabricGuidsResponse
Fabric one lake Guids.
Names FabricNamesResponse
Fabric one lake Names.
authentication This property is required. DataLakeFabricStorageAuthenticationResponse
DataLake fabric storage authentication details.
endpoint This property is required. String
DataLake fabric storage endpoint to use.
fabricPath This property is required. String
Fabric path type to use.
guids FabricGuidsResponse
Fabric one lake Guids.
names FabricNamesResponse
Fabric one lake Names.
authentication This property is required. DataLakeFabricStorageAuthenticationResponse
DataLake fabric storage authentication details.
endpoint This property is required. string
DataLake fabric storage endpoint to use.
fabricPath This property is required. string
Fabric path type to use.
guids FabricGuidsResponse
Fabric one lake Guids.
names FabricNamesResponse
Fabric one lake Names.
authentication This property is required. DataLakeFabricStorageAuthenticationResponse
DataLake fabric storage authentication details.
endpoint This property is required. str
DataLake fabric storage endpoint to use.
fabric_path This property is required. str
Fabric path type to use.
guids FabricGuidsResponse
Fabric one lake Guids.
names FabricNamesResponse
Fabric one lake Names.
authentication This property is required. Property Map
DataLake fabric storage authentication details.
endpoint This property is required. String
DataLake fabric storage endpoint to use.
fabricPath This property is required. String
Fabric path type to use.
guids Property Map
Fabric one lake Guids.
names Property Map
Fabric one lake Names.

DataLakeLocalStorage
, DataLakeLocalStorageArgs

VolumeName This property is required. string
Volume name to write to.
VolumeName This property is required. string
Volume name to write to.
volumeName This property is required. String
Volume name to write to.
volumeName This property is required. string
Volume name to write to.
volume_name This property is required. str
Volume name to write to.
volumeName This property is required. String
Volume name to write to.

DataLakeLocalStorageResponse
, DataLakeLocalStorageResponseArgs

VolumeName This property is required. string
Volume name to write to.
VolumeName This property is required. string
Volume name to write to.
volumeName This property is required. String
Volume name to write to.
volumeName This property is required. string
Volume name to write to.
volume_name This property is required. str
Volume name to write to.
volumeName This property is required. String
Volume name to write to.

DataLakeServiceStorage
, DataLakeServiceStorageArgs

Authentication This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageAuthentication
DataLake service storage authentication details. NOTE - Enum only one method is supported.
Endpoint This property is required. string
DataLake service storage endpoint to use.
Authentication This property is required. DataLakeServiceStorageAuthentication
DataLake service storage authentication details. NOTE - Enum only one method is supported.
Endpoint This property is required. string
DataLake service storage endpoint to use.
authentication This property is required. DataLakeServiceStorageAuthentication
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. String
DataLake service storage endpoint to use.
authentication This property is required. DataLakeServiceStorageAuthentication
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. string
DataLake service storage endpoint to use.
authentication This property is required. DataLakeServiceStorageAuthentication
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. str
DataLake service storage endpoint to use.
authentication This property is required. Property Map
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. String
DataLake service storage endpoint to use.

DataLakeServiceStorageAuthentication
, DataLakeServiceStorageAuthenticationArgs

AccessTokenSecretName string
Access token secret name.
SystemAssignedManagedIdentity Pulumi.AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthentication
Configuration for managed identity authentication.
AccessTokenSecretName string
Access token secret name.
SystemAssignedManagedIdentity ManagedIdentityAuthentication
Configuration for managed identity authentication.
accessTokenSecretName String
Access token secret name.
systemAssignedManagedIdentity ManagedIdentityAuthentication
Configuration for managed identity authentication.
accessTokenSecretName string
Access token secret name.
systemAssignedManagedIdentity ManagedIdentityAuthentication
Configuration for managed identity authentication.
access_token_secret_name str
Access token secret name.
system_assigned_managed_identity ManagedIdentityAuthentication
Configuration for managed identity authentication.
accessTokenSecretName String
Access token secret name.
systemAssignedManagedIdentity Property Map
Configuration for managed identity authentication.

DataLakeServiceStorageAuthenticationResponse
, DataLakeServiceStorageAuthenticationResponseArgs

AccessTokenSecretName string
Access token secret name.
SystemAssignedManagedIdentity ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
accessTokenSecretName String
Access token secret name.
systemAssignedManagedIdentity ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
accessTokenSecretName string
Access token secret name.
systemAssignedManagedIdentity ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
access_token_secret_name str
Access token secret name.
system_assigned_managed_identity ManagedIdentityAuthenticationResponse
Configuration for managed identity authentication.
accessTokenSecretName String
Access token secret name.
systemAssignedManagedIdentity Property Map
Configuration for managed identity authentication.

DataLakeServiceStorageResponse
, DataLakeServiceStorageResponseArgs

Authentication This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageAuthenticationResponse
DataLake service storage authentication details. NOTE - Enum only one method is supported.
Endpoint This property is required. string
DataLake service storage endpoint to use.
Authentication This property is required. DataLakeServiceStorageAuthenticationResponse
DataLake service storage authentication details. NOTE - Enum only one method is supported.
Endpoint This property is required. string
DataLake service storage endpoint to use.
authentication This property is required. DataLakeServiceStorageAuthenticationResponse
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. String
DataLake service storage endpoint to use.
authentication This property is required. DataLakeServiceStorageAuthenticationResponse
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. string
DataLake service storage endpoint to use.
authentication This property is required. DataLakeServiceStorageAuthenticationResponse
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. str
DataLake service storage endpoint to use.
authentication This property is required. Property Map
DataLake service storage authentication details. NOTE - Enum only one method is supported.
endpoint This property is required. String
DataLake service storage endpoint to use.

DataLakeTargetStorage
, DataLakeTargetStorageArgs

DatalakeStorage DataLakeServiceStorage
DataLake service storage details.
FabricOneLake DataLakeFabricStorage
Fabric one lake storage details.
LocalStorage DataLakeLocalStorage
Local storage details.
datalakeStorage DataLakeServiceStorage
DataLake service storage details.
fabricOneLake DataLakeFabricStorage
Fabric one lake storage details.
localStorage DataLakeLocalStorage
Local storage details.
datalakeStorage DataLakeServiceStorage
DataLake service storage details.
fabricOneLake DataLakeFabricStorage
Fabric one lake storage details.
localStorage DataLakeLocalStorage
Local storage details.
datalake_storage DataLakeServiceStorage
DataLake service storage details.
fabric_one_lake DataLakeFabricStorage
Fabric one lake storage details.
local_storage DataLakeLocalStorage
Local storage details.
datalakeStorage Property Map
DataLake service storage details.
fabricOneLake Property Map
Fabric one lake storage details.
localStorage Property Map
Local storage details.

DataLakeTargetStorageResponse
, DataLakeTargetStorageResponseArgs

DatalakeStorage DataLakeServiceStorageResponse
DataLake service storage details.
FabricOneLake DataLakeFabricStorageResponse
Fabric one lake storage details.
LocalStorage DataLakeLocalStorageResponse
Local storage details.
datalakeStorage DataLakeServiceStorageResponse
DataLake service storage details.
fabricOneLake DataLakeFabricStorageResponse
Fabric one lake storage details.
localStorage DataLakeLocalStorageResponse
Local storage details.
datalakeStorage DataLakeServiceStorageResponse
DataLake service storage details.
fabricOneLake DataLakeFabricStorageResponse
Fabric one lake storage details.
localStorage DataLakeLocalStorageResponse
Local storage details.
datalake_storage DataLakeServiceStorageResponse
DataLake service storage details.
fabric_one_lake DataLakeFabricStorageResponse
Fabric one lake storage details.
local_storage DataLakeLocalStorageResponse
Local storage details.
datalakeStorage Property Map
DataLake service storage details.
fabricOneLake Property Map
Fabric one lake storage details.
localStorage Property Map
Local storage details.

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

FabricGuids
, FabricGuidsArgs

LakehouseGuid This property is required. string
Fabric one lake house guid.
WorkspaceGuid This property is required. string
Fabric one lake workspace guid.
LakehouseGuid This property is required. string
Fabric one lake house guid.
WorkspaceGuid This property is required. string
Fabric one lake workspace guid.
lakehouseGuid This property is required. String
Fabric one lake house guid.
workspaceGuid This property is required. String
Fabric one lake workspace guid.
lakehouseGuid This property is required. string
Fabric one lake house guid.
workspaceGuid This property is required. string
Fabric one lake workspace guid.
lakehouse_guid This property is required. str
Fabric one lake house guid.
workspace_guid This property is required. str
Fabric one lake workspace guid.
lakehouseGuid This property is required. String
Fabric one lake house guid.
workspaceGuid This property is required. String
Fabric one lake workspace guid.

FabricGuidsResponse
, FabricGuidsResponseArgs

LakehouseGuid This property is required. string
Fabric one lake house guid.
WorkspaceGuid This property is required. string
Fabric one lake workspace guid.
LakehouseGuid This property is required. string
Fabric one lake house guid.
WorkspaceGuid This property is required. string
Fabric one lake workspace guid.
lakehouseGuid This property is required. String
Fabric one lake house guid.
workspaceGuid This property is required. String
Fabric one lake workspace guid.
lakehouseGuid This property is required. string
Fabric one lake house guid.
workspaceGuid This property is required. string
Fabric one lake workspace guid.
lakehouse_guid This property is required. str
Fabric one lake house guid.
workspace_guid This property is required. str
Fabric one lake workspace guid.
lakehouseGuid This property is required. String
Fabric one lake house guid.
workspaceGuid This property is required. String
Fabric one lake workspace guid.

FabricNames
, FabricNamesArgs

LakehouseName This property is required. string
Fabric one lake house name.
WorkspaceName This property is required. string
Fabric one lake workspace name.
LakehouseName This property is required. string
Fabric one lake house name.
WorkspaceName This property is required. string
Fabric one lake workspace name.
lakehouseName This property is required. String
Fabric one lake house name.
workspaceName This property is required. String
Fabric one lake workspace name.
lakehouseName This property is required. string
Fabric one lake house name.
workspaceName This property is required. string
Fabric one lake workspace name.
lakehouse_name This property is required. str
Fabric one lake house name.
workspace_name This property is required. str
Fabric one lake workspace name.
lakehouseName This property is required. String
Fabric one lake house name.
workspaceName This property is required. String
Fabric one lake workspace name.

FabricNamesResponse
, FabricNamesResponseArgs

LakehouseName This property is required. string
Fabric one lake house name.
WorkspaceName This property is required. string
Fabric one lake workspace name.
LakehouseName This property is required. string
Fabric one lake house name.
WorkspaceName This property is required. string
Fabric one lake workspace name.
lakehouseName This property is required. String
Fabric one lake house name.
workspaceName This property is required. String
Fabric one lake workspace name.
lakehouseName This property is required. string
Fabric one lake house name.
workspaceName This property is required. string
Fabric one lake workspace name.
lakehouse_name This property is required. str
Fabric one lake house name.
workspace_name This property is required. str
Fabric one lake workspace name.
lakehouseName This property is required. String
Fabric one lake house name.
workspaceName This property is required. String
Fabric one lake workspace name.

FabricPathType
, FabricPathTypeArgs

Files
filesFabric path type is Files.
Tables
tablesFabric path type is Tables.
FabricPathTypeFiles
filesFabric path type is Files.
FabricPathTypeTables
tablesFabric path type is Tables.
Files
filesFabric path type is Files.
Tables
tablesFabric path type is Tables.
Files
filesFabric path type is Files.
Tables
tablesFabric path type is Tables.
FILES
filesFabric path type is Files.
TABLES
tablesFabric path type is Tables.
"files"
filesFabric path type is Files.
"tables"
tablesFabric path type is Tables.

LocalBrokerAuthenticationMethods
, LocalBrokerAuthenticationMethodsArgs

Kubernetes This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerKubernetesAuthentication
Kubernetes local broker authentication method.
Kubernetes This property is required. LocalBrokerKubernetesAuthentication
Kubernetes local broker authentication method.
kubernetes This property is required. LocalBrokerKubernetesAuthentication
Kubernetes local broker authentication method.
kubernetes This property is required. LocalBrokerKubernetesAuthentication
Kubernetes local broker authentication method.
kubernetes This property is required. LocalBrokerKubernetesAuthentication
Kubernetes local broker authentication method.
kubernetes This property is required. Property Map
Kubernetes local broker authentication method.

LocalBrokerAuthenticationMethodsResponse
, LocalBrokerAuthenticationMethodsResponseArgs

Kubernetes This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerKubernetesAuthenticationResponse
Kubernetes local broker authentication method.
Kubernetes This property is required. LocalBrokerKubernetesAuthenticationResponse
Kubernetes local broker authentication method.
kubernetes This property is required. LocalBrokerKubernetesAuthenticationResponse
Kubernetes local broker authentication method.
kubernetes This property is required. LocalBrokerKubernetesAuthenticationResponse
Kubernetes local broker authentication method.
kubernetes This property is required. LocalBrokerKubernetesAuthenticationResponse
Kubernetes local broker authentication method.
kubernetes This property is required. Property Map
Kubernetes local broker authentication method.

LocalBrokerConnectionSpec
, LocalBrokerConnectionSpecArgs

Authentication Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerAuthenticationMethods
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
Endpoint string
The endpoint of local broker to connect to.
Tls Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionTls
TLS details for Local broker Connection.
Authentication LocalBrokerAuthenticationMethods
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
Endpoint string
The endpoint of local broker to connect to.
Tls LocalBrokerConnectionTls
TLS details for Local broker Connection.
authentication LocalBrokerAuthenticationMethods
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint String
The endpoint of local broker to connect to.
tls LocalBrokerConnectionTls
TLS details for Local broker Connection.
authentication LocalBrokerAuthenticationMethods
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint string
The endpoint of local broker to connect to.
tls LocalBrokerConnectionTls
TLS details for Local broker Connection.
authentication LocalBrokerAuthenticationMethods
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint str
The endpoint of local broker to connect to.
tls LocalBrokerConnectionTls
TLS details for Local broker Connection.
authentication Property Map
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint String
The endpoint of local broker to connect to.
tls Property Map
TLS details for Local broker Connection.

LocalBrokerConnectionSpecResponse
, LocalBrokerConnectionSpecResponseArgs

Authentication Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerAuthenticationMethodsResponse
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
Endpoint string
The endpoint of local broker to connect to.
Tls Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionTlsResponse
TLS details for Local broker Connection.
Authentication LocalBrokerAuthenticationMethodsResponse
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
Endpoint string
The endpoint of local broker to connect to.
Tls LocalBrokerConnectionTlsResponse
TLS details for Local broker Connection.
authentication LocalBrokerAuthenticationMethodsResponse
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint String
The endpoint of local broker to connect to.
tls LocalBrokerConnectionTlsResponse
TLS details for Local broker Connection.
authentication LocalBrokerAuthenticationMethodsResponse
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint string
The endpoint of local broker to connect to.
tls LocalBrokerConnectionTlsResponse
TLS details for Local broker Connection.
authentication LocalBrokerAuthenticationMethodsResponse
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint str
The endpoint of local broker to connect to.
tls LocalBrokerConnectionTlsResponse
TLS details for Local broker Connection.
authentication Property Map
The authentication methods for LocalBroker connection. NOTE - Enum only one method at a time is supported.
endpoint String
The endpoint of local broker to connect to.
tls Property Map
TLS details for Local broker Connection.

LocalBrokerConnectionTls
, LocalBrokerConnectionTlsArgs

TlsEnabled bool
Tls Enabled on Local Broker Connection.
TrustedCaCertificateConfigMap string
Trusted CA certificate config map name for Local Broker.
TlsEnabled bool
Tls Enabled on Local Broker Connection.
TrustedCaCertificateConfigMap string
Trusted CA certificate config map name for Local Broker.
tlsEnabled Boolean
Tls Enabled on Local Broker Connection.
trustedCaCertificateConfigMap String
Trusted CA certificate config map name for Local Broker.
tlsEnabled boolean
Tls Enabled on Local Broker Connection.
trustedCaCertificateConfigMap string
Trusted CA certificate config map name for Local Broker.
tls_enabled bool
Tls Enabled on Local Broker Connection.
trusted_ca_certificate_config_map str
Trusted CA certificate config map name for Local Broker.
tlsEnabled Boolean
Tls Enabled on Local Broker Connection.
trustedCaCertificateConfigMap String
Trusted CA certificate config map name for Local Broker.

LocalBrokerConnectionTlsResponse
, LocalBrokerConnectionTlsResponseArgs

TlsEnabled bool
Tls Enabled on Local Broker Connection.
TrustedCaCertificateConfigMap string
Trusted CA certificate config map name for Local Broker.
TlsEnabled bool
Tls Enabled on Local Broker Connection.
TrustedCaCertificateConfigMap string
Trusted CA certificate config map name for Local Broker.
tlsEnabled Boolean
Tls Enabled on Local Broker Connection.
trustedCaCertificateConfigMap String
Trusted CA certificate config map name for Local Broker.
tlsEnabled boolean
Tls Enabled on Local Broker Connection.
trustedCaCertificateConfigMap string
Trusted CA certificate config map name for Local Broker.
tls_enabled bool
Tls Enabled on Local Broker Connection.
trusted_ca_certificate_config_map str
Trusted CA certificate config map name for Local Broker.
tlsEnabled Boolean
Tls Enabled on Local Broker Connection.
trustedCaCertificateConfigMap String
Trusted CA certificate config map name for Local Broker.

LocalBrokerKubernetesAuthentication
, LocalBrokerKubernetesAuthenticationArgs

SecretPath string
Secret Path where SAT is mounted.
ServiceAccountTokenName string
Token name where SAT is mounted on secret path.
SecretPath string
Secret Path where SAT is mounted.
ServiceAccountTokenName string
Token name where SAT is mounted on secret path.
secretPath String
Secret Path where SAT is mounted.
serviceAccountTokenName String
Token name where SAT is mounted on secret path.
secretPath string
Secret Path where SAT is mounted.
serviceAccountTokenName string
Token name where SAT is mounted on secret path.
secret_path str
Secret Path where SAT is mounted.
service_account_token_name str
Token name where SAT is mounted on secret path.
secretPath String
Secret Path where SAT is mounted.
serviceAccountTokenName String
Token name where SAT is mounted on secret path.

LocalBrokerKubernetesAuthenticationResponse
, LocalBrokerKubernetesAuthenticationResponseArgs

SecretPath string
Secret Path where SAT is mounted.
ServiceAccountTokenName string
Token name where SAT is mounted on secret path.
SecretPath string
Secret Path where SAT is mounted.
ServiceAccountTokenName string
Token name where SAT is mounted on secret path.
secretPath String
Secret Path where SAT is mounted.
serviceAccountTokenName String
Token name where SAT is mounted on secret path.
secretPath string
Secret Path where SAT is mounted.
serviceAccountTokenName string
Token name where SAT is mounted on secret path.
secret_path str
Secret Path where SAT is mounted.
service_account_token_name str
Token name where SAT is mounted on secret path.
secretPath String
Secret Path where SAT is mounted.
serviceAccountTokenName String
Token name where SAT is mounted on secret path.

ManagedIdentityAuthentication
, ManagedIdentityAuthenticationArgs

Audience This property is required. string
Token audience.
ExtensionName string
Arc Extension name.
Audience This property is required. string
Token audience.
ExtensionName string
Arc Extension name.
audience This property is required. String
Token audience.
extensionName String
Arc Extension name.
audience This property is required. string
Token audience.
extensionName string
Arc Extension name.
audience This property is required. str
Token audience.
extension_name str
Arc Extension name.
audience This property is required. String
Token audience.
extensionName String
Arc Extension name.

ManagedIdentityAuthenticationResponse
, ManagedIdentityAuthenticationResponseArgs

Audience This property is required. string
Token audience.
ExtensionName string
Arc Extension name.
Audience This property is required. string
Token audience.
ExtensionName string
Arc Extension name.
audience This property is required. String
Token audience.
extensionName String
Arc Extension name.
audience This property is required. string
Token audience.
extensionName string
Arc Extension name.
audience This property is required. str
Token audience.
extension_name str
Arc Extension name.
audience This property is required. String
Token audience.
extensionName String
Arc Extension name.

MqttProtocol
, MqttProtocolArgs

V3
v3Mqttv3
V5
v5Mqttv5
MqttProtocolV3
v3Mqttv3
MqttProtocolV5
v5Mqttv5
V3
v3Mqttv3
V5
v5Mqttv5
V3
v3Mqttv3
V5
v5Mqttv5
V3
v3Mqttv3
V5
v5Mqttv5
"v3"
v3Mqttv3
"v5"
v5Mqttv5

NodeTolerations
, NodeTolerationsArgs

Effect This property is required. string
Toleration effect.
Key This property is required. string
Toleration key.
Operator This property is required. string
Toleration operator like 'Exists', 'Equal' etc.
Value This property is required. string
Toleration Value.
Effect This property is required. string
Toleration effect.
Key This property is required. string
Toleration key.
Operator This property is required. string
Toleration operator like 'Exists', 'Equal' etc.
Value This property is required. string
Toleration Value.
effect This property is required. String
Toleration effect.
key This property is required. String
Toleration key.
operator This property is required. String
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. String
Toleration Value.
effect This property is required. string
Toleration effect.
key This property is required. string
Toleration key.
operator This property is required. string
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. string
Toleration Value.
effect This property is required. str
Toleration effect.
key This property is required. str
Toleration key.
operator This property is required. str
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. str
Toleration Value.
effect This property is required. String
Toleration effect.
key This property is required. String
Toleration key.
operator This property is required. String
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. String
Toleration Value.

NodeTolerationsResponse
, NodeTolerationsResponseArgs

Effect This property is required. string
Toleration effect.
Key This property is required. string
Toleration key.
Operator This property is required. string
Toleration operator like 'Exists', 'Equal' etc.
Value This property is required. string
Toleration Value.
Effect This property is required. string
Toleration effect.
Key This property is required. string
Toleration key.
Operator This property is required. string
Toleration operator like 'Exists', 'Equal' etc.
Value This property is required. string
Toleration Value.
effect This property is required. String
Toleration effect.
key This property is required. String
Toleration key.
operator This property is required. String
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. String
Toleration Value.
effect This property is required. string
Toleration effect.
key This property is required. string
Toleration key.
operator This property is required. string
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. string
Toleration Value.
effect This property is required. str
Toleration effect.
key This property is required. str
Toleration key.
operator This property is required. str
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. str
Toleration Value.
effect This property is required. String
Toleration effect.
key This property is required. String
Toleration key.
operator This property is required. String
Toleration operator like 'Exists', 'Equal' etc.
value This property is required. String
Toleration Value.

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:DataLakeConnector yduqhtfsalzehud /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/dataLakeConnector/{dataLakeConnectorName} 
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
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