1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. MqttBridgeConnector
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi

azure-native.iotoperationsmq.MqttBridgeConnector

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi

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

    Example Usage

    MqttBridgeConnector_CreateOrUpdate

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var mqttBridgeConnector = new AzureNative.IoTOperationsMQ.MqttBridgeConnector("mqttBridgeConnector", new()
        {
            BridgeInstances = 4528,
            ClientIdPrefix = "yqipejvabahsexbnttiegjnh",
            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",
            },
            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 = "frztvxzhskx",
            LogLevel = "gpgijsotipdtvvkpnckuziqqv",
            MqName = "R8-6x-Y-L-F-21RP5-XVv",
            MqttBridgeConnectorName = "k1v-U4P2440C1b7T8y-G",
            NodeTolerations = new AzureNative.IoTOperationsMQ.Inputs.NodeTolerationsArgs
            {
                Effect = "eeswvciblqmmaeesjoflyvxqbz",
                Key = "wbrstdwxgm",
                Operator = "lbegegneekwnyodtzraarivtwhmzep",
                Value = "sfafsjdcezdmkwibxeluukxgl",
            },
            Protocol = AzureNative.IoTOperationsMQ.MqttProtocol.V3,
            RemoteBrokerConnection = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerConnectionSpecArgs
            {
                Authentication = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerAuthenticationMethodsArgs
                {
                    SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
                    {
                        Audience = "kjderojhpehosgfcrxxbh",
                        ExtensionName = "cyckjqqzspleajbtkniwrfsqygjfhe",
                    },
                    X509 = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerX509AuthenticationArgs
                    {
                        KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesArgs
                        {
                            Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                            {
                                Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                                {
                                    ServicePrincipalLocalSecretName = "wuimjwpbhoglbsxxa",
                                },
                                DirectoryId = "eyjniptiykzcgbzok",
                                Name = "lxmwfan",
                            },
                            VaultCaChainSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                            {
                                Name = "bmectskddmpjxnsogwooexj",
                                Version = "unjfbf",
                            },
                            VaultCert = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                            {
                                Name = "bmectskddmpjxnsogwooexj",
                                Version = "unjfbf",
                            },
                        },
                        SecretName = "x",
                    },
                },
                Endpoint = "bshzrukafmxjgnrlhzlxbbzjdbqh",
                Protocol = AzureNative.IoTOperationsMQ.MqttBridgeRemoteBrokerProtocol.Mqtt,
                Tls = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerConnectionTlsArgs
                {
                    TlsEnabled = true,
                    TrustedCaCertificateConfigMap = "ivtebqmclgfjx",
                },
            },
            ResourceGroupName = "rgiotoperationsmq",
            Tags = null,
        });
    
    });
    
    package main
    
    import (
    	"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.NewMqttBridgeConnector(ctx, "mqttBridgeConnector", &iotoperationsmq.MqttBridgeConnectorArgs{
    			BridgeInstances: pulumi.Int(4528),
    			ClientIdPrefix:  pulumi.String("yqipejvabahsexbnttiegjnh"),
    			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"),
    			},
    			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("frztvxzhskx"),
    			LogLevel:                pulumi.String("gpgijsotipdtvvkpnckuziqqv"),
    			MqName:                  pulumi.String("R8-6x-Y-L-F-21RP5-XVv"),
    			MqttBridgeConnectorName: pulumi.String("k1v-U4P2440C1b7T8y-G"),
    			NodeTolerations: &iotoperationsmq.NodeTolerationsArgs{
    				Effect:   pulumi.String("eeswvciblqmmaeesjoflyvxqbz"),
    				Key:      pulumi.String("wbrstdwxgm"),
    				Operator: pulumi.String("lbegegneekwnyodtzraarivtwhmzep"),
    				Value:    pulumi.String("sfafsjdcezdmkwibxeluukxgl"),
    			},
    			Protocol: pulumi.String(iotoperationsmq.MqttProtocolV3),
    			RemoteBrokerConnection: &iotoperationsmq.MqttBridgeRemoteBrokerConnectionSpecArgs{
    				Authentication: &iotoperationsmq.MqttBridgeRemoteBrokerAuthenticationMethodsArgs{
    					SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
    						Audience:      pulumi.String("kjderojhpehosgfcrxxbh"),
    						ExtensionName: pulumi.String("cyckjqqzspleajbtkniwrfsqygjfhe"),
    					},
    					X509: &iotoperationsmq.MqttBridgeRemoteBrokerX509AuthenticationArgs{
    						KeyVault: &iotoperationsmq.KeyVaultCertificatePropertiesArgs{
    							Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
    								Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
    									ServicePrincipalLocalSecretName: pulumi.String("wuimjwpbhoglbsxxa"),
    								},
    								DirectoryId: pulumi.String("eyjniptiykzcgbzok"),
    								Name:        pulumi.String("lxmwfan"),
    							},
    							VaultCaChainSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
    								Name:    pulumi.String("bmectskddmpjxnsogwooexj"),
    								Version: pulumi.String("unjfbf"),
    							},
    							VaultCert: &iotoperationsmq.KeyVaultSecretObjectArgs{
    								Name:    pulumi.String("bmectskddmpjxnsogwooexj"),
    								Version: pulumi.String("unjfbf"),
    							},
    						},
    						SecretName: pulumi.String("x"),
    					},
    				},
    				Endpoint: pulumi.String("bshzrukafmxjgnrlhzlxbbzjdbqh"),
    				Protocol: pulumi.String(iotoperationsmq.MqttBridgeRemoteBrokerProtocolMqtt),
    				Tls: &iotoperationsmq.MqttBridgeRemoteBrokerConnectionTlsArgs{
    					TlsEnabled:                    pulumi.Bool(true),
    					TrustedCaCertificateConfigMap: pulumi.String("ivtebqmclgfjx"),
    				},
    			},
    			ResourceGroupName: pulumi.String("rgiotoperationsmq"),
    			Tags:              nil,
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.iotoperationsmq.MqttBridgeConnector;
    import com.pulumi.azurenative.iotoperationsmq.MqttBridgeConnectorArgs;
    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.MqttBridgeRemoteBrokerConnectionSpecArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.MqttBridgeRemoteBrokerAuthenticationMethodsArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.ManagedIdentityAuthenticationArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.MqttBridgeRemoteBrokerX509AuthenticationArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultCertificatePropertiesArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultConnectionPropertiesArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultCredentialsPropertiesArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultSecretObjectArgs;
    import com.pulumi.azurenative.iotoperationsmq.inputs.MqttBridgeRemoteBrokerConnectionTlsArgs;
    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 mqttBridgeConnector = new MqttBridgeConnector("mqttBridgeConnector", MqttBridgeConnectorArgs.builder()
                .bridgeInstances(4528)
                .clientIdPrefix("yqipejvabahsexbnttiegjnh")
                .extendedLocation(ExtendedLocationPropertyArgs.builder()
                    .name("an")
                    .type("CustomLocation")
                    .build())
                .image(ContainerImageArgs.builder()
                    .pullPolicy("imfuzvqxgbdwliqnn")
                    .pullSecrets("klnqimxqsrdwhcqldjvdtsrs")
                    .repository("m")
                    .tag("jygfdiamhhm")
                    .build())
                .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("frztvxzhskx")
                .logLevel("gpgijsotipdtvvkpnckuziqqv")
                .mqName("R8-6x-Y-L-F-21RP5-XVv")
                .mqttBridgeConnectorName("k1v-U4P2440C1b7T8y-G")
                .nodeTolerations(NodeTolerationsArgs.builder()
                    .effect("eeswvciblqmmaeesjoflyvxqbz")
                    .key("wbrstdwxgm")
                    .operator("lbegegneekwnyodtzraarivtwhmzep")
                    .value("sfafsjdcezdmkwibxeluukxgl")
                    .build())
                .protocol("v3")
                .remoteBrokerConnection(MqttBridgeRemoteBrokerConnectionSpecArgs.builder()
                    .authentication(MqttBridgeRemoteBrokerAuthenticationMethodsArgs.builder()
                        .systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
                            .audience("kjderojhpehosgfcrxxbh")
                            .extensionName("cyckjqqzspleajbtkniwrfsqygjfhe")
                            .build())
                        .x509(MqttBridgeRemoteBrokerX509AuthenticationArgs.builder()
                            .keyVault(KeyVaultCertificatePropertiesArgs.builder()
                                .vault(KeyVaultConnectionPropertiesArgs.builder()
                                    .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                        .servicePrincipalLocalSecretName("wuimjwpbhoglbsxxa")
                                        .build())
                                    .directoryId("eyjniptiykzcgbzok")
                                    .name("lxmwfan")
                                    .build())
                                .vaultCaChainSecret(KeyVaultSecretObjectArgs.builder()
                                    .name("bmectskddmpjxnsogwooexj")
                                    .version("unjfbf")
                                    .build())
                                .vaultCert(KeyVaultSecretObjectArgs.builder()
                                    .name("bmectskddmpjxnsogwooexj")
                                    .version("unjfbf")
                                    .build())
                                .build())
                            .secretName("x")
                            .build())
                        .build())
                    .endpoint("bshzrukafmxjgnrlhzlxbbzjdbqh")
                    .protocol("mqtt")
                    .tls(MqttBridgeRemoteBrokerConnectionTlsArgs.builder()
                        .tlsEnabled(true)
                        .trustedCaCertificateConfigMap("ivtebqmclgfjx")
                        .build())
                    .build())
                .resourceGroupName("rgiotoperationsmq")
                .tags()
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    mqtt_bridge_connector = azure_native.iotoperationsmq.MqttBridgeConnector("mqttBridgeConnector",
        bridge_instances=4528,
        client_id_prefix="yqipejvabahsexbnttiegjnh",
        extended_location=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
            name="an",
            type=azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
        ),
        image=azure_native.iotoperationsmq.ContainerImageArgs(
            pull_policy="imfuzvqxgbdwliqnn",
            pull_secrets="klnqimxqsrdwhcqldjvdtsrs",
            repository="m",
            tag="jygfdiamhhm",
        ),
        local_broker_connection=azure_native.iotoperationsmq.LocalBrokerConnectionSpecArgs(
            authentication=azure_native.iotoperationsmq.LocalBrokerAuthenticationMethodsArgs(
                kubernetes=azure_native.iotoperationsmq.LocalBrokerKubernetesAuthenticationArgs(
                    secret_path="soukzfkouir",
                    service_account_token_name="suwetviuhmhorhvsidlznnufe",
                ),
            ),
            endpoint="xc",
            tls=azure_native.iotoperationsmq.LocalBrokerConnectionTlsArgs(
                tls_enabled=True,
                trusted_ca_certificate_config_map="rinkomfeznsfedbmllxlbmmhc",
            ),
        ),
        location="frztvxzhskx",
        log_level="gpgijsotipdtvvkpnckuziqqv",
        mq_name="R8-6x-Y-L-F-21RP5-XVv",
        mqtt_bridge_connector_name="k1v-U4P2440C1b7T8y-G",
        node_tolerations=azure_native.iotoperationsmq.NodeTolerationsArgs(
            effect="eeswvciblqmmaeesjoflyvxqbz",
            key="wbrstdwxgm",
            operator="lbegegneekwnyodtzraarivtwhmzep",
            value="sfafsjdcezdmkwibxeluukxgl",
        ),
        protocol=azure_native.iotoperationsmq.MqttProtocol.V3,
        remote_broker_connection=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerConnectionSpecArgs(
            authentication=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerAuthenticationMethodsArgs(
                system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
                    audience="kjderojhpehosgfcrxxbh",
                    extension_name="cyckjqqzspleajbtkniwrfsqygjfhe",
                ),
                x509=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerX509AuthenticationArgs(
                    key_vault=azure_native.iotoperationsmq.KeyVaultCertificatePropertiesArgs(
                        vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                            credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                                service_principal_local_secret_name="wuimjwpbhoglbsxxa",
                            ),
                            directory_id="eyjniptiykzcgbzok",
                            name="lxmwfan",
                        ),
                        vault_ca_chain_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                            name="bmectskddmpjxnsogwooexj",
                            version="unjfbf",
                        ),
                        vault_cert=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                            name="bmectskddmpjxnsogwooexj",
                            version="unjfbf",
                        ),
                    ),
                    secret_name="x",
                ),
            ),
            endpoint="bshzrukafmxjgnrlhzlxbbzjdbqh",
            protocol=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerProtocol.MQTT,
            tls=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerConnectionTlsArgs(
                tls_enabled=True,
                trusted_ca_certificate_config_map="ivtebqmclgfjx",
            ),
        ),
        resource_group_name="rgiotoperationsmq",
        tags={})
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const mqttBridgeConnector = new azure_native.iotoperationsmq.MqttBridgeConnector("mqttBridgeConnector", {
        bridgeInstances: 4528,
        clientIdPrefix: "yqipejvabahsexbnttiegjnh",
        extendedLocation: {
            name: "an",
            type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
        },
        image: {
            pullPolicy: "imfuzvqxgbdwliqnn",
            pullSecrets: "klnqimxqsrdwhcqldjvdtsrs",
            repository: "m",
            tag: "jygfdiamhhm",
        },
        localBrokerConnection: {
            authentication: {
                kubernetes: {
                    secretPath: "soukzfkouir",
                    serviceAccountTokenName: "suwetviuhmhorhvsidlznnufe",
                },
            },
            endpoint: "xc",
            tls: {
                tlsEnabled: true,
                trustedCaCertificateConfigMap: "rinkomfeznsfedbmllxlbmmhc",
            },
        },
        location: "frztvxzhskx",
        logLevel: "gpgijsotipdtvvkpnckuziqqv",
        mqName: "R8-6x-Y-L-F-21RP5-XVv",
        mqttBridgeConnectorName: "k1v-U4P2440C1b7T8y-G",
        nodeTolerations: {
            effect: "eeswvciblqmmaeesjoflyvxqbz",
            key: "wbrstdwxgm",
            operator: "lbegegneekwnyodtzraarivtwhmzep",
            value: "sfafsjdcezdmkwibxeluukxgl",
        },
        protocol: azure_native.iotoperationsmq.MqttProtocol.V3,
        remoteBrokerConnection: {
            authentication: {
                systemAssignedManagedIdentity: {
                    audience: "kjderojhpehosgfcrxxbh",
                    extensionName: "cyckjqqzspleajbtkniwrfsqygjfhe",
                },
                x509: {
                    keyVault: {
                        vault: {
                            credentials: {
                                servicePrincipalLocalSecretName: "wuimjwpbhoglbsxxa",
                            },
                            directoryId: "eyjniptiykzcgbzok",
                            name: "lxmwfan",
                        },
                        vaultCaChainSecret: {
                            name: "bmectskddmpjxnsogwooexj",
                            version: "unjfbf",
                        },
                        vaultCert: {
                            name: "bmectskddmpjxnsogwooexj",
                            version: "unjfbf",
                        },
                    },
                    secretName: "x",
                },
            },
            endpoint: "bshzrukafmxjgnrlhzlxbbzjdbqh",
            protocol: azure_native.iotoperationsmq.MqttBridgeRemoteBrokerProtocol.Mqtt,
            tls: {
                tlsEnabled: true,
                trustedCaCertificateConfigMap: "ivtebqmclgfjx",
            },
        },
        resourceGroupName: "rgiotoperationsmq",
        tags: {},
    });
    
    resources:
      mqttBridgeConnector:
        type: azure-native:iotoperationsmq:MqttBridgeConnector
        properties:
          bridgeInstances: 4528
          clientIdPrefix: yqipejvabahsexbnttiegjnh
          extendedLocation:
            name: an
            type: CustomLocation
          image:
            pullPolicy: imfuzvqxgbdwliqnn
            pullSecrets: klnqimxqsrdwhcqldjvdtsrs
            repository: m
            tag: jygfdiamhhm
          localBrokerConnection:
            authentication:
              kubernetes:
                secretPath: soukzfkouir
                serviceAccountTokenName: suwetviuhmhorhvsidlznnufe
            endpoint: xc
            tls:
              tlsEnabled: true
              trustedCaCertificateConfigMap: rinkomfeznsfedbmllxlbmmhc
          location: frztvxzhskx
          logLevel: gpgijsotipdtvvkpnckuziqqv
          mqName: R8-6x-Y-L-F-21RP5-XVv
          mqttBridgeConnectorName: k1v-U4P2440C1b7T8y-G
          nodeTolerations:
            effect: eeswvciblqmmaeesjoflyvxqbz
            key: wbrstdwxgm
            operator: lbegegneekwnyodtzraarivtwhmzep
            value: sfafsjdcezdmkwibxeluukxgl
          protocol: v3
          remoteBrokerConnection:
            authentication:
              systemAssignedManagedIdentity:
                audience: kjderojhpehosgfcrxxbh
                extensionName: cyckjqqzspleajbtkniwrfsqygjfhe
              x509:
                keyVault:
                  vault:
                    credentials:
                      servicePrincipalLocalSecretName: wuimjwpbhoglbsxxa
                    directoryId: eyjniptiykzcgbzok
                    name: lxmwfan
                  vaultCaChainSecret:
                    name: bmectskddmpjxnsogwooexj
                    version: unjfbf
                  vaultCert:
                    name: bmectskddmpjxnsogwooexj
                    version: unjfbf
                secretName: x
            endpoint: bshzrukafmxjgnrlhzlxbbzjdbqh
            protocol: mqtt
            tls:
              tlsEnabled: true
              trustedCaCertificateConfigMap: ivtebqmclgfjx
          resourceGroupName: rgiotoperationsmq
          tags: {}
    

    Create MqttBridgeConnector Resource

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

    Constructor syntax

    new MqttBridgeConnector(name: string, args: MqttBridgeConnectorArgs, opts?: CustomResourceOptions);
    @overload
    def MqttBridgeConnector(resource_name: str,
                            args: MqttBridgeConnectorArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def MqttBridgeConnector(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            mq_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            extended_location: Optional[ExtendedLocationPropertyArgs] = None,
                            image: Optional[ContainerImageArgs] = None,
                            remote_broker_connection: Optional[MqttBridgeRemoteBrokerConnectionSpecArgs] = None,
                            protocol: Optional[Union[str, MqttProtocol]] = None,
                            log_level: Optional[str] = None,
                            bridge_instances: Optional[int] = None,
                            mqtt_bridge_connector_name: Optional[str] = None,
                            node_tolerations: Optional[NodeTolerationsArgs] = None,
                            location: Optional[str] = None,
                            local_broker_connection: Optional[LocalBrokerConnectionSpecArgs] = None,
                            client_id_prefix: Optional[str] = None,
                            tags: Optional[Mapping[str, str]] = None)
    func NewMqttBridgeConnector(ctx *Context, name string, args MqttBridgeConnectorArgs, opts ...ResourceOption) (*MqttBridgeConnector, error)
    public MqttBridgeConnector(string name, MqttBridgeConnectorArgs args, CustomResourceOptions? opts = null)
    public MqttBridgeConnector(String name, MqttBridgeConnectorArgs args)
    public MqttBridgeConnector(String name, MqttBridgeConnectorArgs args, CustomResourceOptions options)
    
    type: azure-native:iotoperationsmq:MqttBridgeConnector
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

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

    Example

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

    var mqttBridgeConnectorResource = new AzureNative.IoTOperationsMQ.MqttBridgeConnector("mqttBridgeConnectorResource", new()
    {
        MqName = "string",
        ResourceGroupName = "string",
        ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
        {
            Name = "string",
            Type = "string",
        },
        Image = new AzureNative.IoTOperationsMQ.Inputs.ContainerImageArgs
        {
            Repository = "string",
            Tag = "string",
            PullPolicy = "string",
            PullSecrets = "string",
        },
        RemoteBrokerConnection = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerConnectionSpecArgs
        {
            Authentication = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerAuthenticationMethodsArgs
            {
                SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
                {
                    Audience = "string",
                    ExtensionName = "string",
                },
                X509 = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerX509AuthenticationArgs
                {
                    KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesArgs
                    {
                        Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                        {
                            Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                            {
                                ServicePrincipalLocalSecretName = "string",
                            },
                            DirectoryId = "string",
                            Name = "string",
                        },
                        VaultCert = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                        {
                            Name = "string",
                            Version = "string",
                        },
                        VaultCaChainSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                        {
                            Name = "string",
                            Version = "string",
                        },
                    },
                    SecretName = "string",
                },
            },
            Endpoint = "string",
            Tls = new AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerConnectionTlsArgs
            {
                TlsEnabled = false,
                TrustedCaCertificateConfigMap = "string",
            },
            Protocol = "string",
        },
        Protocol = "string",
        LogLevel = "string",
        BridgeInstances = 0,
        MqttBridgeConnectorName = "string",
        NodeTolerations = new AzureNative.IoTOperationsMQ.Inputs.NodeTolerationsArgs
        {
            Effect = "string",
            Key = "string",
            Operator = "string",
            Value = "string",
        },
        Location = "string",
        LocalBrokerConnection = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionSpecArgs
        {
            Authentication = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerAuthenticationMethodsArgs
            {
                Kubernetes = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerKubernetesAuthenticationArgs
                {
                    SecretPath = "string",
                    ServiceAccountTokenName = "string",
                },
            },
            Endpoint = "string",
            Tls = new AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionTlsArgs
            {
                TlsEnabled = false,
                TrustedCaCertificateConfigMap = "string",
            },
        },
        ClientIdPrefix = "string",
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := iotoperationsmq.NewMqttBridgeConnector(ctx, "mqttBridgeConnectorResource", &iotoperationsmq.MqttBridgeConnectorArgs{
    MqName: pulumi.String("string"),
    ResourceGroupName: pulumi.String("string"),
    ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
    Name: pulumi.String("string"),
    Type: pulumi.String("string"),
    },
    Image: &iotoperationsmq.ContainerImageArgs{
    Repository: pulumi.String("string"),
    Tag: pulumi.String("string"),
    PullPolicy: pulumi.String("string"),
    PullSecrets: pulumi.String("string"),
    },
    RemoteBrokerConnection: &iotoperationsmq.MqttBridgeRemoteBrokerConnectionSpecArgs{
    Authentication: &iotoperationsmq.MqttBridgeRemoteBrokerAuthenticationMethodsArgs{
    SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
    Audience: pulumi.String("string"),
    ExtensionName: pulumi.String("string"),
    },
    X509: &iotoperationsmq.MqttBridgeRemoteBrokerX509AuthenticationArgs{
    KeyVault: &iotoperationsmq.KeyVaultCertificatePropertiesArgs{
    Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
    Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
    ServicePrincipalLocalSecretName: pulumi.String("string"),
    },
    DirectoryId: pulumi.String("string"),
    Name: pulumi.String("string"),
    },
    VaultCert: &iotoperationsmq.KeyVaultSecretObjectArgs{
    Name: pulumi.String("string"),
    Version: pulumi.String("string"),
    },
    VaultCaChainSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
    Name: pulumi.String("string"),
    Version: pulumi.String("string"),
    },
    },
    SecretName: pulumi.String("string"),
    },
    },
    Endpoint: pulumi.String("string"),
    Tls: &iotoperationsmq.MqttBridgeRemoteBrokerConnectionTlsArgs{
    TlsEnabled: pulumi.Bool(false),
    TrustedCaCertificateConfigMap: pulumi.String("string"),
    },
    Protocol: pulumi.String("string"),
    },
    Protocol: pulumi.String("string"),
    LogLevel: pulumi.String("string"),
    BridgeInstances: pulumi.Int(0),
    MqttBridgeConnectorName: pulumi.String("string"),
    NodeTolerations: &iotoperationsmq.NodeTolerationsArgs{
    Effect: pulumi.String("string"),
    Key: pulumi.String("string"),
    Operator: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    Location: pulumi.String("string"),
    LocalBrokerConnection: &iotoperationsmq.LocalBrokerConnectionSpecArgs{
    Authentication: &iotoperationsmq.LocalBrokerAuthenticationMethodsArgs{
    Kubernetes: &iotoperationsmq.LocalBrokerKubernetesAuthenticationArgs{
    SecretPath: pulumi.String("string"),
    ServiceAccountTokenName: pulumi.String("string"),
    },
    },
    Endpoint: pulumi.String("string"),
    Tls: &iotoperationsmq.LocalBrokerConnectionTlsArgs{
    TlsEnabled: pulumi.Bool(false),
    TrustedCaCertificateConfigMap: pulumi.String("string"),
    },
    },
    ClientIdPrefix: pulumi.String("string"),
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    })
    
    var mqttBridgeConnectorResource = new MqttBridgeConnector("mqttBridgeConnectorResource", MqttBridgeConnectorArgs.builder()
        .mqName("string")
        .resourceGroupName("string")
        .extendedLocation(ExtendedLocationPropertyArgs.builder()
            .name("string")
            .type("string")
            .build())
        .image(ContainerImageArgs.builder()
            .repository("string")
            .tag("string")
            .pullPolicy("string")
            .pullSecrets("string")
            .build())
        .remoteBrokerConnection(MqttBridgeRemoteBrokerConnectionSpecArgs.builder()
            .authentication(MqttBridgeRemoteBrokerAuthenticationMethodsArgs.builder()
                .systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
                    .audience("string")
                    .extensionName("string")
                    .build())
                .x509(MqttBridgeRemoteBrokerX509AuthenticationArgs.builder()
                    .keyVault(KeyVaultCertificatePropertiesArgs.builder()
                        .vault(KeyVaultConnectionPropertiesArgs.builder()
                            .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                .servicePrincipalLocalSecretName("string")
                                .build())
                            .directoryId("string")
                            .name("string")
                            .build())
                        .vaultCert(KeyVaultSecretObjectArgs.builder()
                            .name("string")
                            .version("string")
                            .build())
                        .vaultCaChainSecret(KeyVaultSecretObjectArgs.builder()
                            .name("string")
                            .version("string")
                            .build())
                        .build())
                    .secretName("string")
                    .build())
                .build())
            .endpoint("string")
            .tls(MqttBridgeRemoteBrokerConnectionTlsArgs.builder()
                .tlsEnabled(false)
                .trustedCaCertificateConfigMap("string")
                .build())
            .protocol("string")
            .build())
        .protocol("string")
        .logLevel("string")
        .bridgeInstances(0)
        .mqttBridgeConnectorName("string")
        .nodeTolerations(NodeTolerationsArgs.builder()
            .effect("string")
            .key("string")
            .operator("string")
            .value("string")
            .build())
        .location("string")
        .localBrokerConnection(LocalBrokerConnectionSpecArgs.builder()
            .authentication(LocalBrokerAuthenticationMethodsArgs.builder()
                .kubernetes(LocalBrokerKubernetesAuthenticationArgs.builder()
                    .secretPath("string")
                    .serviceAccountTokenName("string")
                    .build())
                .build())
            .endpoint("string")
            .tls(LocalBrokerConnectionTlsArgs.builder()
                .tlsEnabled(false)
                .trustedCaCertificateConfigMap("string")
                .build())
            .build())
        .clientIdPrefix("string")
        .tags(Map.of("string", "string"))
        .build());
    
    mqtt_bridge_connector_resource = azure_native.iotoperationsmq.MqttBridgeConnector("mqttBridgeConnectorResource",
        mq_name="string",
        resource_group_name="string",
        extended_location=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
            name="string",
            type="string",
        ),
        image=azure_native.iotoperationsmq.ContainerImageArgs(
            repository="string",
            tag="string",
            pull_policy="string",
            pull_secrets="string",
        ),
        remote_broker_connection=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerConnectionSpecArgs(
            authentication=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerAuthenticationMethodsArgs(
                system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
                    audience="string",
                    extension_name="string",
                ),
                x509=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerX509AuthenticationArgs(
                    key_vault=azure_native.iotoperationsmq.KeyVaultCertificatePropertiesArgs(
                        vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
                            credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
                                service_principal_local_secret_name="string",
                            ),
                            directory_id="string",
                            name="string",
                        ),
                        vault_cert=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                            name="string",
                            version="string",
                        ),
                        vault_ca_chain_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
                            name="string",
                            version="string",
                        ),
                    ),
                    secret_name="string",
                ),
            ),
            endpoint="string",
            tls=azure_native.iotoperationsmq.MqttBridgeRemoteBrokerConnectionTlsArgs(
                tls_enabled=False,
                trusted_ca_certificate_config_map="string",
            ),
            protocol="string",
        ),
        protocol="string",
        log_level="string",
        bridge_instances=0,
        mqtt_bridge_connector_name="string",
        node_tolerations=azure_native.iotoperationsmq.NodeTolerationsArgs(
            effect="string",
            key="string",
            operator="string",
            value="string",
        ),
        location="string",
        local_broker_connection=azure_native.iotoperationsmq.LocalBrokerConnectionSpecArgs(
            authentication=azure_native.iotoperationsmq.LocalBrokerAuthenticationMethodsArgs(
                kubernetes=azure_native.iotoperationsmq.LocalBrokerKubernetesAuthenticationArgs(
                    secret_path="string",
                    service_account_token_name="string",
                ),
            ),
            endpoint="string",
            tls=azure_native.iotoperationsmq.LocalBrokerConnectionTlsArgs(
                tls_enabled=False,
                trusted_ca_certificate_config_map="string",
            ),
        ),
        client_id_prefix="string",
        tags={
            "string": "string",
        })
    
    const mqttBridgeConnectorResource = new azure_native.iotoperationsmq.MqttBridgeConnector("mqttBridgeConnectorResource", {
        mqName: "string",
        resourceGroupName: "string",
        extendedLocation: {
            name: "string",
            type: "string",
        },
        image: {
            repository: "string",
            tag: "string",
            pullPolicy: "string",
            pullSecrets: "string",
        },
        remoteBrokerConnection: {
            authentication: {
                systemAssignedManagedIdentity: {
                    audience: "string",
                    extensionName: "string",
                },
                x509: {
                    keyVault: {
                        vault: {
                            credentials: {
                                servicePrincipalLocalSecretName: "string",
                            },
                            directoryId: "string",
                            name: "string",
                        },
                        vaultCert: {
                            name: "string",
                            version: "string",
                        },
                        vaultCaChainSecret: {
                            name: "string",
                            version: "string",
                        },
                    },
                    secretName: "string",
                },
            },
            endpoint: "string",
            tls: {
                tlsEnabled: false,
                trustedCaCertificateConfigMap: "string",
            },
            protocol: "string",
        },
        protocol: "string",
        logLevel: "string",
        bridgeInstances: 0,
        mqttBridgeConnectorName: "string",
        nodeTolerations: {
            effect: "string",
            key: "string",
            operator: "string",
            value: "string",
        },
        location: "string",
        localBrokerConnection: {
            authentication: {
                kubernetes: {
                    secretPath: "string",
                    serviceAccountTokenName: "string",
                },
            },
            endpoint: "string",
            tls: {
                tlsEnabled: false,
                trustedCaCertificateConfigMap: "string",
            },
        },
        clientIdPrefix: "string",
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:iotoperationsmq:MqttBridgeConnector
    properties:
        bridgeInstances: 0
        clientIdPrefix: string
        extendedLocation:
            name: string
            type: string
        image:
            pullPolicy: string
            pullSecrets: string
            repository: string
            tag: string
        localBrokerConnection:
            authentication:
                kubernetes:
                    secretPath: string
                    serviceAccountTokenName: string
            endpoint: string
            tls:
                tlsEnabled: false
                trustedCaCertificateConfigMap: string
        location: string
        logLevel: string
        mqName: string
        mqttBridgeConnectorName: string
        nodeTolerations:
            effect: string
            key: string
            operator: string
            value: string
        protocol: string
        remoteBrokerConnection:
            authentication:
                systemAssignedManagedIdentity:
                    audience: string
                    extensionName: string
                x509:
                    keyVault:
                        vault:
                            credentials:
                                servicePrincipalLocalSecretName: string
                            directoryId: string
                            name: string
                        vaultCaChainSecret:
                            name: string
                            version: string
                        vaultCert:
                            name: string
                            version: string
                    secretName: string
            endpoint: string
            protocol: string
            tls:
                tlsEnabled: false
                trustedCaCertificateConfigMap: string
        resourceGroupName: string
        tags:
            string: string
    

    MqttBridgeConnector Resource Properties

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

    Inputs

    The MqttBridgeConnector resource accepts the following input properties:

    ExtendedLocation Pulumi.AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationProperty
    Extended Location
    Image Pulumi.AzureNative.IoTOperationsMQ.Inputs.ContainerImage
    The details of MqttBridge Docker Image.
    MqName string
    Name of MQ resource
    Protocol string | Pulumi.AzureNative.IoTOperationsMQ.MqttProtocol
    The protocol to use for connecting with Brokers.
    RemoteBrokerConnection Pulumi.AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerConnectionSpec
    The details for connecting with Remote Broker.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    BridgeInstances int
    The number of instances to deploy for a bridge rollout.
    ClientIdPrefix string
    The client id prefix of the dynamically generated client ids.
    LocalBrokerConnection Pulumi.AzureNative.IoTOperationsMQ.Inputs.LocalBrokerConnectionSpec
    The details for connecting with Local Broker.
    Location string
    The geo-location where the resource lives
    LogLevel string
    The log level of the Bridge Connector instances.
    MqttBridgeConnectorName string
    Name of MQ mqttBridgeConnector resource
    NodeTolerations Pulumi.AzureNative.IoTOperationsMQ.Inputs.NodeTolerations
    The Node Tolerations for the Bridge Connector pods.
    Tags Dictionary<string, string>
    Resource tags.
    ExtendedLocation ExtendedLocationPropertyArgs
    Extended Location
    Image ContainerImageArgs
    The details of MqttBridge Docker Image.
    MqName string
    Name of MQ resource
    Protocol string | MqttProtocol
    The protocol to use for connecting with Brokers.
    RemoteBrokerConnection MqttBridgeRemoteBrokerConnectionSpecArgs
    The details for connecting with Remote Broker.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    BridgeInstances int
    The number of instances to deploy for a bridge rollout.
    ClientIdPrefix string
    The client id prefix of the dynamically generated client ids.
    LocalBrokerConnection LocalBrokerConnectionSpecArgs
    The details for connecting with Local Broker.
    Location string
    The geo-location where the resource lives
    LogLevel string
    The log level of the Bridge Connector instances.
    MqttBridgeConnectorName string
    Name of MQ mqttBridgeConnector resource
    NodeTolerations NodeTolerationsArgs
    The Node Tolerations for the Bridge Connector pods.
    Tags map[string]string
    Resource tags.
    extendedLocation ExtendedLocationProperty
    Extended Location
    image ContainerImage
    The details of MqttBridge Docker Image.
    mqName String
    Name of MQ resource
    protocol String | MqttProtocol
    The protocol to use for connecting with Brokers.
    remoteBrokerConnection MqttBridgeRemoteBrokerConnectionSpec
    The details for connecting with Remote Broker.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    bridgeInstances Integer
    The number of instances to deploy for a bridge rollout.
    clientIdPrefix String
    The client id prefix of the dynamically generated client ids.
    localBrokerConnection LocalBrokerConnectionSpec
    The details for connecting with Local Broker.
    location String
    The geo-location where the resource lives
    logLevel String
    The log level of the Bridge Connector instances.
    mqttBridgeConnectorName String
    Name of MQ mqttBridgeConnector resource
    nodeTolerations NodeTolerations
    The Node Tolerations for the Bridge Connector pods.
    tags Map<String,String>
    Resource tags.
    extendedLocation ExtendedLocationProperty
    Extended Location
    image ContainerImage
    The details of MqttBridge Docker Image.
    mqName string
    Name of MQ resource
    protocol string | MqttProtocol
    The protocol to use for connecting with Brokers.
    remoteBrokerConnection MqttBridgeRemoteBrokerConnectionSpec
    The details for connecting with Remote Broker.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    bridgeInstances number
    The number of instances to deploy for a bridge rollout.
    clientIdPrefix string
    The client id prefix of the dynamically generated client ids.
    localBrokerConnection LocalBrokerConnectionSpec
    The details for connecting with Local Broker.
    location string
    The geo-location where the resource lives
    logLevel string
    The log level of the Bridge Connector instances.
    mqttBridgeConnectorName string
    Name of MQ mqttBridgeConnector resource
    nodeTolerations NodeTolerations
    The Node Tolerations for the Bridge Connector pods.
    tags {[key: string]: string}
    Resource tags.
    extended_location ExtendedLocationPropertyArgs
    Extended Location
    image ContainerImageArgs
    The details of MqttBridge Docker Image.
    mq_name str
    Name of MQ resource
    protocol str | MqttProtocol
    The protocol to use for connecting with Brokers.
    remote_broker_connection MqttBridgeRemoteBrokerConnectionSpecArgs
    The details for connecting with Remote Broker.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    bridge_instances int
    The number of instances to deploy for a bridge rollout.
    client_id_prefix str
    The client id prefix of the dynamically generated client ids.
    local_broker_connection LocalBrokerConnectionSpecArgs
    The details for connecting with Local Broker.
    location str
    The geo-location where the resource lives
    log_level str
    The log level of the Bridge Connector instances.
    mqtt_bridge_connector_name str
    Name of MQ mqttBridgeConnector resource
    node_tolerations NodeTolerationsArgs
    The Node Tolerations for the Bridge Connector pods.
    tags Mapping[str, str]
    Resource tags.
    extendedLocation Property Map
    Extended Location
    image Property Map
    The details of MqttBridge Docker Image.
    mqName String
    Name of MQ resource
    protocol String | "v3" | "v5"
    The protocol to use for connecting with Brokers.
    remoteBrokerConnection Property Map
    The details for connecting with Remote Broker.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    bridgeInstances Number
    The number of instances to deploy for a bridge rollout.
    clientIdPrefix String
    The client id prefix of the dynamically generated client ids.
    localBrokerConnection Property Map
    The details for connecting with Local Broker.
    location String
    The geo-location where the resource lives
    logLevel String
    The log level of the Bridge Connector instances.
    mqttBridgeConnectorName String
    Name of MQ mqttBridgeConnector resource
    nodeTolerations Property Map
    The Node Tolerations for the Bridge Connector pods.
    tags Map<String>
    Resource tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MqttBridgeConnector 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 string
    The Docker image name.
    Tag string
    The Docker image tag.
    PullPolicy string
    Image pull policy.
    PullSecrets string
    Image pull secrets.
    Repository string
    The Docker image name.
    Tag string
    The Docker image tag.
    PullPolicy string
    Image pull policy.
    PullSecrets string
    Image pull secrets.
    repository String
    The Docker image name.
    tag String
    The Docker image tag.
    pullPolicy String
    Image pull policy.
    pullSecrets String
    Image pull secrets.
    repository string
    The Docker image name.
    tag string
    The Docker image tag.
    pullPolicy string
    Image pull policy.
    pullSecrets string
    Image pull secrets.
    repository str
    The Docker image name.
    tag str
    The Docker image tag.
    pull_policy str
    Image pull policy.
    pull_secrets str
    Image pull secrets.
    repository String
    The Docker image name.
    tag String
    The Docker image tag.
    pullPolicy String
    Image pull policy.
    pullSecrets String
    Image pull secrets.

    ContainerImageResponse, ContainerImageResponseArgs

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

    ExtendedLocationProperty, ExtendedLocationPropertyArgs

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

    ExtendedLocationPropertyResponse, ExtendedLocationPropertyResponseArgs

    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    Name string
    The name of the extended location.
    Type string
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type String
    Type of ExtendedLocation.
    name string
    The name of the extended location.
    type string
    Type of ExtendedLocation.
    name str
    The name of the extended location.
    type str
    Type of ExtendedLocation.
    name String
    The name of the extended location.
    type 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

    KeyVaultCertificateProperties, KeyVaultCertificatePropertiesArgs

    Vault KeyVaultConnectionProperties
    KeyVault properties.
    VaultCert KeyVaultSecretObject
    KeyVault Cert secret details.
    VaultCaChainSecret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vaultCert KeyVaultSecretObject
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vaultCert KeyVaultSecretObject
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault KeyVaultConnectionProperties
    KeyVault properties.
    vault_cert KeyVaultSecretObject
    KeyVault Cert secret details.
    vault_ca_chain_secret KeyVaultSecretObject
    KeyVault CA chain secret details.
    vault Property Map
    KeyVault properties.
    vaultCert Property Map
    KeyVault Cert secret details.
    vaultCaChainSecret Property Map
    KeyVault CA chain secret details.

    KeyVaultCertificatePropertiesResponse, KeyVaultCertificatePropertiesResponseArgs

    Vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    VaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    VaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    vaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault KeyVaultConnectionPropertiesResponse
    KeyVault properties.
    vaultCert KeyVaultSecretObjectResponse
    KeyVault Cert secret details.
    vaultCaChainSecret KeyVaultSecretObjectResponse
    KeyVault CA chain secret details.
    vault Property Map
    KeyVault properties.
    vaultCert Property Map
    KeyVault Cert secret details.
    vaultCaChainSecret Property Map
    KeyVault CA chain secret details.

    KeyVaultConnectionProperties, KeyVaultConnectionPropertiesArgs

    Credentials Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsProperties
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    Credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.
    credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    directoryId string
    KeyVault directoryId.
    name string
    KeyVault name.
    credentials KeyVaultCredentialsProperties
    KeyVault credentials.
    directory_id str
    KeyVault directoryId.
    name str
    KeyVault name.
    credentials Property Map
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.

    KeyVaultConnectionPropertiesResponse, KeyVaultConnectionPropertiesResponseArgs

    Credentials Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    Credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    DirectoryId string
    KeyVault directoryId.
    Name string
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directoryId string
    KeyVault directoryId.
    name string
    KeyVault name.
    credentials KeyVaultCredentialsPropertiesResponse
    KeyVault credentials.
    directory_id str
    KeyVault directoryId.
    name str
    KeyVault name.
    credentials Property Map
    KeyVault credentials.
    directoryId String
    KeyVault directoryId.
    name String
    KeyVault name.

    KeyVaultCredentialsProperties, KeyVaultCredentialsPropertiesArgs

    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    service_principal_local_secret_name str
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.

    KeyVaultCredentialsPropertiesResponse, KeyVaultCredentialsPropertiesResponseArgs

    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    ServicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName string
    KeyVault service principal local secret name.
    service_principal_local_secret_name str
    KeyVault service principal local secret name.
    servicePrincipalLocalSecretName String
    KeyVault service principal local secret name.

    KeyVaultSecretObject, KeyVaultSecretObjectArgs

    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.
    name string
    KeyVault secret name.
    version string
    KeyVault secret version.
    name str
    KeyVault secret name.
    version str
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.

    KeyVaultSecretObjectResponse, KeyVaultSecretObjectResponseArgs

    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    Name string
    KeyVault secret name.
    Version string
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.
    name string
    KeyVault secret name.
    version string
    KeyVault secret version.
    name str
    KeyVault secret name.
    version str
    KeyVault secret version.
    name String
    KeyVault secret name.
    version String
    KeyVault secret version.

    LocalBrokerAuthenticationMethods, LocalBrokerAuthenticationMethodsArgs

    Kubernetes LocalBrokerKubernetesAuthentication
    Kubernetes local broker authentication method.
    kubernetes LocalBrokerKubernetesAuthentication
    Kubernetes local broker authentication method.
    kubernetes LocalBrokerKubernetesAuthentication
    Kubernetes local broker authentication method.
    kubernetes LocalBrokerKubernetesAuthentication
    Kubernetes local broker authentication method.
    kubernetes Property Map
    Kubernetes local broker authentication method.

    LocalBrokerAuthenticationMethodsResponse, LocalBrokerAuthenticationMethodsResponseArgs

    Kubernetes LocalBrokerKubernetesAuthenticationResponse
    Kubernetes local broker authentication method.
    kubernetes LocalBrokerKubernetesAuthenticationResponse
    Kubernetes local broker authentication method.
    kubernetes LocalBrokerKubernetesAuthenticationResponse
    Kubernetes local broker authentication method.
    kubernetes LocalBrokerKubernetesAuthenticationResponse
    Kubernetes local broker authentication method.
    kubernetes 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 string
    Token audience.
    ExtensionName string
    Arc Extension name.
    Audience string
    Token audience.
    ExtensionName string
    Arc Extension name.
    audience String
    Token audience.
    extensionName String
    Arc Extension name.
    audience string
    Token audience.
    extensionName string
    Arc Extension name.
    audience str
    Token audience.
    extension_name str
    Arc Extension name.
    audience String
    Token audience.
    extensionName String
    Arc Extension name.

    ManagedIdentityAuthenticationResponse, ManagedIdentityAuthenticationResponseArgs

    Audience string
    Token audience.
    ExtensionName string
    Arc Extension name.
    Audience string
    Token audience.
    ExtensionName string
    Arc Extension name.
    audience String
    Token audience.
    extensionName String
    Arc Extension name.
    audience string
    Token audience.
    extensionName string
    Arc Extension name.
    audience str
    Token audience.
    extension_name str
    Arc Extension name.
    audience String
    Token audience.
    extensionName String
    Arc Extension name.

    MqttBridgeRemoteBrokerAuthenticationMethods, MqttBridgeRemoteBrokerAuthenticationMethodsArgs

    SystemAssignedManagedIdentity ManagedIdentityAuthentication
    Managed identity remote broker authentication method.
    X509 MqttBridgeRemoteBrokerX509Authentication
    X509 remote broker authentication method.
    systemAssignedManagedIdentity ManagedIdentityAuthentication
    Managed identity remote broker authentication method.
    x509 MqttBridgeRemoteBrokerX509Authentication
    X509 remote broker authentication method.
    systemAssignedManagedIdentity ManagedIdentityAuthentication
    Managed identity remote broker authentication method.
    x509 MqttBridgeRemoteBrokerX509Authentication
    X509 remote broker authentication method.
    system_assigned_managed_identity ManagedIdentityAuthentication
    Managed identity remote broker authentication method.
    x509 MqttBridgeRemoteBrokerX509Authentication
    X509 remote broker authentication method.
    systemAssignedManagedIdentity Property Map
    Managed identity remote broker authentication method.
    x509 Property Map
    X509 remote broker authentication method.

    MqttBridgeRemoteBrokerAuthenticationMethodsResponse, MqttBridgeRemoteBrokerAuthenticationMethodsResponseArgs

    SystemAssignedManagedIdentity ManagedIdentityAuthenticationResponse
    Managed identity remote broker authentication method.
    X509 MqttBridgeRemoteBrokerX509AuthenticationResponse
    X509 remote broker authentication method.
    systemAssignedManagedIdentity ManagedIdentityAuthenticationResponse
    Managed identity remote broker authentication method.
    x509 MqttBridgeRemoteBrokerX509AuthenticationResponse
    X509 remote broker authentication method.
    systemAssignedManagedIdentity ManagedIdentityAuthenticationResponse
    Managed identity remote broker authentication method.
    x509 MqttBridgeRemoteBrokerX509AuthenticationResponse
    X509 remote broker authentication method.
    system_assigned_managed_identity ManagedIdentityAuthenticationResponse
    Managed identity remote broker authentication method.
    x509 MqttBridgeRemoteBrokerX509AuthenticationResponse
    X509 remote broker authentication method.
    systemAssignedManagedIdentity Property Map
    Managed identity remote broker authentication method.
    x509 Property Map
    X509 remote broker authentication method.

    MqttBridgeRemoteBrokerConnectionSpec, MqttBridgeRemoteBrokerConnectionSpecArgs

    Authentication Pulumi.AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerAuthenticationMethods
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    Endpoint string
    The endpoint of remote broker to connect to.
    Tls Pulumi.AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerConnectionTls
    TLS details for Remote broker Connection.
    Protocol string | Pulumi.AzureNative.IoTOperationsMQ.MqttBridgeRemoteBrokerProtocol
    Protocol for remote connection.
    Authentication MqttBridgeRemoteBrokerAuthenticationMethods
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    Endpoint string
    The endpoint of remote broker to connect to.
    Tls MqttBridgeRemoteBrokerConnectionTls
    TLS details for Remote broker Connection.
    Protocol string | MqttBridgeRemoteBrokerProtocol
    Protocol for remote connection.
    authentication MqttBridgeRemoteBrokerAuthenticationMethods
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint String
    The endpoint of remote broker to connect to.
    tls MqttBridgeRemoteBrokerConnectionTls
    TLS details for Remote broker Connection.
    protocol String | MqttBridgeRemoteBrokerProtocol
    Protocol for remote connection.
    authentication MqttBridgeRemoteBrokerAuthenticationMethods
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint string
    The endpoint of remote broker to connect to.
    tls MqttBridgeRemoteBrokerConnectionTls
    TLS details for Remote broker Connection.
    protocol string | MqttBridgeRemoteBrokerProtocol
    Protocol for remote connection.
    authentication MqttBridgeRemoteBrokerAuthenticationMethods
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint str
    The endpoint of remote broker to connect to.
    tls MqttBridgeRemoteBrokerConnectionTls
    TLS details for Remote broker Connection.
    protocol str | MqttBridgeRemoteBrokerProtocol
    Protocol for remote connection.
    authentication Property Map
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint String
    The endpoint of remote broker to connect to.
    tls Property Map
    TLS details for Remote broker Connection.
    protocol String | "mqtt" | "webSocket"
    Protocol for remote connection.

    MqttBridgeRemoteBrokerConnectionSpecResponse, MqttBridgeRemoteBrokerConnectionSpecResponseArgs

    Authentication Pulumi.AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerAuthenticationMethodsResponse
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    Endpoint string
    The endpoint of remote broker to connect to.
    Tls Pulumi.AzureNative.IoTOperationsMQ.Inputs.MqttBridgeRemoteBrokerConnectionTlsResponse
    TLS details for Remote broker Connection.
    Protocol string
    Protocol for remote connection.
    Authentication MqttBridgeRemoteBrokerAuthenticationMethodsResponse
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    Endpoint string
    The endpoint of remote broker to connect to.
    Tls MqttBridgeRemoteBrokerConnectionTlsResponse
    TLS details for Remote broker Connection.
    Protocol string
    Protocol for remote connection.
    authentication MqttBridgeRemoteBrokerAuthenticationMethodsResponse
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint String
    The endpoint of remote broker to connect to.
    tls MqttBridgeRemoteBrokerConnectionTlsResponse
    TLS details for Remote broker Connection.
    protocol String
    Protocol for remote connection.
    authentication MqttBridgeRemoteBrokerAuthenticationMethodsResponse
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint string
    The endpoint of remote broker to connect to.
    tls MqttBridgeRemoteBrokerConnectionTlsResponse
    TLS details for Remote broker Connection.
    protocol string
    Protocol for remote connection.
    authentication MqttBridgeRemoteBrokerAuthenticationMethodsResponse
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint str
    The endpoint of remote broker to connect to.
    tls MqttBridgeRemoteBrokerConnectionTlsResponse
    TLS details for Remote broker Connection.
    protocol str
    Protocol for remote connection.
    authentication Property Map
    The remote broker authentication methods. NOTE - Enum only one method is allowed to be passed.
    endpoint String
    The endpoint of remote broker to connect to.
    tls Property Map
    TLS details for Remote broker Connection.
    protocol String
    Protocol for remote connection.

    MqttBridgeRemoteBrokerConnectionTls, MqttBridgeRemoteBrokerConnectionTlsArgs

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

    MqttBridgeRemoteBrokerConnectionTlsResponse, MqttBridgeRemoteBrokerConnectionTlsResponseArgs

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

    MqttBridgeRemoteBrokerProtocol, MqttBridgeRemoteBrokerProtocolArgs

    Mqtt
    mqttMQTT protocol.
    WebSocket
    webSocketMQTT over WebSocket protocol.
    MqttBridgeRemoteBrokerProtocolMqtt
    mqttMQTT protocol.
    MqttBridgeRemoteBrokerProtocolWebSocket
    webSocketMQTT over WebSocket protocol.
    Mqtt
    mqttMQTT protocol.
    WebSocket
    webSocketMQTT over WebSocket protocol.
    Mqtt
    mqttMQTT protocol.
    WebSocket
    webSocketMQTT over WebSocket protocol.
    MQTT
    mqttMQTT protocol.
    WEB_SOCKET
    webSocketMQTT over WebSocket protocol.
    "mqtt"
    mqttMQTT protocol.
    "webSocket"
    webSocketMQTT over WebSocket protocol.

    MqttBridgeRemoteBrokerX509Authentication, MqttBridgeRemoteBrokerX509AuthenticationArgs

    KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificateProperties
    Keyvault X509 secret properties.
    SecretName string
    Secret where cert details are stored.
    KeyVault KeyVaultCertificateProperties
    Keyvault X509 secret properties.
    SecretName string
    Secret where cert details are stored.
    keyVault KeyVaultCertificateProperties
    Keyvault X509 secret properties.
    secretName String
    Secret where cert details are stored.
    keyVault KeyVaultCertificateProperties
    Keyvault X509 secret properties.
    secretName string
    Secret where cert details are stored.
    key_vault KeyVaultCertificateProperties
    Keyvault X509 secret properties.
    secret_name str
    Secret where cert details are stored.
    keyVault Property Map
    Keyvault X509 secret properties.
    secretName String
    Secret where cert details are stored.

    MqttBridgeRemoteBrokerX509AuthenticationResponse, MqttBridgeRemoteBrokerX509AuthenticationResponseArgs

    KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesResponse
    Keyvault X509 secret properties.
    SecretName string
    Secret where cert details are stored.
    KeyVault KeyVaultCertificatePropertiesResponse
    Keyvault X509 secret properties.
    SecretName string
    Secret where cert details are stored.
    keyVault KeyVaultCertificatePropertiesResponse
    Keyvault X509 secret properties.
    secretName String
    Secret where cert details are stored.
    keyVault KeyVaultCertificatePropertiesResponse
    Keyvault X509 secret properties.
    secretName string
    Secret where cert details are stored.
    key_vault KeyVaultCertificatePropertiesResponse
    Keyvault X509 secret properties.
    secret_name str
    Secret where cert details are stored.
    keyVault Property Map
    Keyvault X509 secret properties.
    secretName String
    Secret where cert details are stored.

    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 string
    Toleration effect.
    Key string
    Toleration key.
    Operator string
    Toleration operator like 'Exists', 'Equal' etc.
    Value string
    Toleration Value.
    Effect string
    Toleration effect.
    Key string
    Toleration key.
    Operator string
    Toleration operator like 'Exists', 'Equal' etc.
    Value string
    Toleration Value.
    effect String
    Toleration effect.
    key String
    Toleration key.
    operator String
    Toleration operator like 'Exists', 'Equal' etc.
    value String
    Toleration Value.
    effect string
    Toleration effect.
    key string
    Toleration key.
    operator string
    Toleration operator like 'Exists', 'Equal' etc.
    value string
    Toleration Value.
    effect str
    Toleration effect.
    key str
    Toleration key.
    operator str
    Toleration operator like 'Exists', 'Equal' etc.
    value str
    Toleration Value.
    effect String
    Toleration effect.
    key String
    Toleration key.
    operator String
    Toleration operator like 'Exists', 'Equal' etc.
    value String
    Toleration Value.

    NodeTolerationsResponse, NodeTolerationsResponseArgs

    Effect string
    Toleration effect.
    Key string
    Toleration key.
    Operator string
    Toleration operator like 'Exists', 'Equal' etc.
    Value string
    Toleration Value.
    Effect string
    Toleration effect.
    Key string
    Toleration key.
    Operator string
    Toleration operator like 'Exists', 'Equal' etc.
    Value string
    Toleration Value.
    effect String
    Toleration effect.
    key String
    Toleration key.
    operator String
    Toleration operator like 'Exists', 'Equal' etc.
    value String
    Toleration Value.
    effect string
    Toleration effect.
    key string
    Toleration key.
    operator string
    Toleration operator like 'Exists', 'Equal' etc.
    value string
    Toleration Value.
    effect str
    Toleration effect.
    key str
    Toleration key.
    operator str
    Toleration operator like 'Exists', 'Equal' etc.
    value str
    Toleration Value.
    effect String
    Toleration effect.
    key String
    Toleration key.
    operator String
    Toleration operator like 'Exists', 'Equal' etc.
    value 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:MqttBridgeConnector pjcjtrthj /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/mqttBridgeConnector/{mqttBridgeConnectorName} 
    

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

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.44.1 published on Thursday, Jun 6, 2024 by Pulumi