azure-native.iotoperationsmq.MqttBridgeConnector
Explore with Pulumi AI
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 (
	iotoperationsmq "github.com/pulumi/pulumi-azure-native-sdk/iotoperationsmq/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iotoperationsmq.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:              pulumi.StringMap{},
		})
		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 * 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: {},
});
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={
        "name": "an",
        "type": azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
    },
    image={
        "pull_policy": "imfuzvqxgbdwliqnn",
        "pull_secrets": "klnqimxqsrdwhcqldjvdtsrs",
        "repository": "m",
        "tag": "jygfdiamhhm",
    },
    local_broker_connection={
        "authentication": {
            "kubernetes": {
                "secret_path": "soukzfkouir",
                "service_account_token_name": "suwetviuhmhorhvsidlznnufe",
            },
        },
        "endpoint": "xc",
        "tls": {
            "tls_enabled": True,
            "trusted_ca_certificate_config_map": "rinkomfeznsfedbmllxlbmmhc",
        },
    },
    location="frztvxzhskx",
    log_level="gpgijsotipdtvvkpnckuziqqv",
    mq_name="R8-6x-Y-L-F-21RP5-XVv",
    mqtt_bridge_connector_name="k1v-U4P2440C1b7T8y-G",
    node_tolerations={
        "effect": "eeswvciblqmmaeesjoflyvxqbz",
        "key": "wbrstdwxgm",
        "operator": "lbegegneekwnyodtzraarivtwhmzep",
        "value": "sfafsjdcezdmkwibxeluukxgl",
    },
    protocol=azure_native.iotoperationsmq.MqttProtocol.V3,
    remote_broker_connection={
        "authentication": {
            "system_assigned_managed_identity": {
                "audience": "kjderojhpehosgfcrxxbh",
                "extension_name": "cyckjqqzspleajbtkniwrfsqygjfhe",
            },
            "x509": {
                "key_vault": {
                    "vault": {
                        "credentials": {
                            "service_principal_local_secret_name": "wuimjwpbhoglbsxxa",
                        },
                        "directory_id": "eyjniptiykzcgbzok",
                        "name": "lxmwfan",
                    },
                    "vault_ca_chain_secret": {
                        "name": "bmectskddmpjxnsogwooexj",
                        "version": "unjfbf",
                    },
                    "vault_cert": {
                        "name": "bmectskddmpjxnsogwooexj",
                        "version": "unjfbf",
                    },
                },
                "secret_name": "x",
            },
        },
        "endpoint": "bshzrukafmxjgnrlhzlxbbzjdbqh",
        "protocol": azure_native.iotoperationsmq.MqttBridgeRemoteBrokerProtocol.MQTT,
        "tls": {
            "tls_enabled": True,
            "trusted_ca_certificate_config_map": "ivtebqmclgfjx",
        },
    },
    resource_group_name="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.
Constructor 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={
        "name": "string",
        "type": "string",
    },
    image={
        "repository": "string",
        "tag": "string",
        "pull_policy": "string",
        "pull_secrets": "string",
    },
    remote_broker_connection={
        "authentication": {
            "system_assigned_managed_identity": {
                "audience": "string",
                "extension_name": "string",
            },
            "x509": {
                "key_vault": {
                    "vault": {
                        "credentials": {
                            "service_principal_local_secret_name": "string",
                        },
                        "directory_id": "string",
                        "name": "string",
                    },
                    "vault_cert": {
                        "name": "string",
                        "version": "string",
                    },
                    "vault_ca_chain_secret": {
                        "name": "string",
                        "version": "string",
                    },
                },
                "secret_name": "string",
            },
        },
        "endpoint": "string",
        "tls": {
            "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={
        "effect": "string",
        "key": "string",
        "operator": "string",
        "value": "string",
    },
    location="string",
    local_broker_connection={
        "authentication": {
            "kubernetes": {
                "secret_path": "string",
                "service_account_token_name": "string",
            },
        },
        "endpoint": "string",
        "tls": {
            "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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MqttBridgeConnector resource accepts the following input properties:
- ExtendedLocation Pulumi.Azure Native. Io TOperations MQ. Inputs. Extended Location Property 
- Extended Location
- Image
Pulumi.Azure Native. Io TOperations MQ. Inputs. Container Image 
- The details of MqttBridge Docker Image.
- MqName string
- Name of MQ resource
- Protocol
string | Pulumi.Azure Native. Io TOperations MQ. Mqtt Protocol 
- The protocol to use for connecting with Brokers.
- RemoteBroker Pulumi.Connection Azure Native. Io TOperations MQ. Inputs. Mqtt Bridge Remote Broker Connection Spec 
- The details for connecting with Remote Broker.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- BridgeInstances int
- The number of instances to deploy for a bridge rollout.
- ClientId stringPrefix 
- The client id prefix of the dynamically generated client ids.
- LocalBroker Pulumi.Connection Azure Native. Io TOperations MQ. Inputs. Local Broker Connection Spec 
- 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.
- MqttBridge stringConnector Name 
- Name of MQ mqttBridgeConnector resource
- NodeTolerations Pulumi.Azure Native. Io TOperations MQ. Inputs. Node Tolerations 
- The Node Tolerations for the Bridge Connector pods.
- Dictionary<string, string>
- Resource tags.
- ExtendedLocation ExtendedLocation Property Args 
- Extended Location
- Image
ContainerImage Args 
- The details of MqttBridge Docker Image.
- MqName string
- Name of MQ resource
- Protocol
string | MqttProtocol 
- The protocol to use for connecting with Brokers.
- RemoteBroker MqttConnection Bridge Remote Broker Connection Spec Args 
- The details for connecting with Remote Broker.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- BridgeInstances int
- The number of instances to deploy for a bridge rollout.
- ClientId stringPrefix 
- The client id prefix of the dynamically generated client ids.
- LocalBroker LocalConnection Broker Connection Spec Args 
- 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.
- MqttBridge stringConnector Name 
- Name of MQ mqttBridgeConnector resource
- NodeTolerations NodeTolerations Args 
- The Node Tolerations for the Bridge Connector pods.
- map[string]string
- Resource tags.
- extendedLocation ExtendedLocation Property 
- 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.
- remoteBroker MqttConnection Bridge Remote Broker Connection Spec 
- The details for connecting with Remote Broker.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- bridgeInstances Integer
- The number of instances to deploy for a bridge rollout.
- clientId StringPrefix 
- The client id prefix of the dynamically generated client ids.
- localBroker LocalConnection Broker Connection Spec 
- 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.
- mqttBridge StringConnector Name 
- Name of MQ mqttBridgeConnector resource
- nodeTolerations NodeTolerations 
- The Node Tolerations for the Bridge Connector pods.
- Map<String,String>
- Resource tags.
- extendedLocation ExtendedLocation Property 
- 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.
- remoteBroker MqttConnection Bridge Remote Broker Connection Spec 
- The details for connecting with Remote Broker.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- bridgeInstances number
- The number of instances to deploy for a bridge rollout.
- clientId stringPrefix 
- The client id prefix of the dynamically generated client ids.
- localBroker LocalConnection Broker Connection Spec 
- 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.
- mqttBridge stringConnector Name 
- Name of MQ mqttBridgeConnector resource
- nodeTolerations NodeTolerations 
- The Node Tolerations for the Bridge Connector pods.
- {[key: string]: string}
- Resource tags.
- extended_location ExtendedLocation Property Args 
- Extended Location
- image
ContainerImage Args 
- 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_ Mqttconnection Bridge Remote Broker Connection Spec Args 
- The details for connecting with Remote Broker.
- resource_group_ strname 
- 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_ strprefix 
- The client id prefix of the dynamically generated client ids.
- local_broker_ Localconnection Broker Connection Spec Args 
- 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_ strconnector_ name 
- Name of MQ mqttBridgeConnector resource
- node_tolerations NodeTolerations Args 
- The Node Tolerations for the Bridge Connector pods.
- 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.
- remoteBroker Property MapConnection 
- The details for connecting with Remote Broker.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- bridgeInstances Number
- The number of instances to deploy for a bridge rollout.
- clientId StringPrefix 
- The client id prefix of the dynamically generated client ids.
- localBroker Property MapConnection 
- 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.
- mqttBridge StringConnector Name 
- Name of MQ mqttBridgeConnector resource
- nodeTolerations Property Map
- The Node Tolerations for the Bridge Connector pods.
- 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.Azure Native. Io TOperations MQ. Outputs. System Data Response 
- 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 SystemData Response 
- 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 SystemData Response 
- 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 SystemData Response 
- 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 SystemData Response 
- 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.Azure Native. Io TOperations MQ. Extended Location Type 
- Type of ExtendedLocation.
- Name string
- The name of the extended location.
- Type
string | ExtendedLocation Type 
- Type of ExtendedLocation.
- name String
- The name of the extended location.
- type
String | ExtendedLocation Type 
- Type of ExtendedLocation.
- name string
- The name of the extended location.
- type
string | ExtendedLocation Type 
- Type of ExtendedLocation.
- name str
- The name of the extended location.
- type
str | ExtendedLocation Type 
- Type of ExtendedLocation.
- name String
- The name of the extended location.
- type
String | "CustomLocation" 
- Type of ExtendedLocation.
ExtendedLocationPropertyResponse, ExtendedLocationPropertyResponseArgs        
ExtendedLocationType, ExtendedLocationTypeArgs      
- CustomLocation 
- CustomLocationCustomLocation type
- ExtendedLocation Type Custom Location 
- CustomLocationCustomLocation type
- CustomLocation 
- CustomLocationCustomLocation type
- CustomLocation 
- CustomLocationCustomLocation type
- CUSTOM_LOCATION
- CustomLocationCustomLocation type
- "CustomLocation" 
- CustomLocationCustomLocation type
KeyVaultCertificateProperties, KeyVaultCertificatePropertiesArgs        
- Vault
Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties 
- KeyVault properties.
- VaultCert Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object 
- KeyVault Cert secret details.
- VaultCa Pulumi.Chain Secret Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object 
- KeyVault CA chain secret details.
- Vault
KeyVault Connection Properties 
- KeyVault properties.
- VaultCert KeyVault Secret Object 
- KeyVault Cert secret details.
- VaultCa KeyChain Secret Vault Secret Object 
- KeyVault CA chain secret details.
- vault
KeyVault Connection Properties 
- KeyVault properties.
- vaultCert KeyVault Secret Object 
- KeyVault Cert secret details.
- vaultCa KeyChain Secret Vault Secret Object 
- KeyVault CA chain secret details.
- vault
KeyVault Connection Properties 
- KeyVault properties.
- vaultCert KeyVault Secret Object 
- KeyVault Cert secret details.
- vaultCa KeyChain Secret Vault Secret Object 
- KeyVault CA chain secret details.
- vault
KeyVault Connection Properties 
- KeyVault properties.
- vault_cert KeyVault Secret Object 
- KeyVault Cert secret details.
- vault_ca_ Keychain_ secret Vault Secret Object 
- KeyVault CA chain secret details.
- vault Property Map
- KeyVault properties.
- vaultCert Property Map
- KeyVault Cert secret details.
- vaultCa Property MapChain Secret 
- KeyVault CA chain secret details.
KeyVaultCertificatePropertiesResponse, KeyVaultCertificatePropertiesResponseArgs          
- Vault
Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties Response 
- KeyVault properties.
- VaultCert Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response 
- KeyVault Cert secret details.
- VaultCa Pulumi.Chain Secret Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response 
- KeyVault CA chain secret details.
- Vault
KeyVault Connection Properties Response 
- KeyVault properties.
- VaultCert KeyVault Secret Object Response 
- KeyVault Cert secret details.
- VaultCa KeyChain Secret Vault Secret Object Response 
- KeyVault CA chain secret details.
- vault
KeyVault Connection Properties Response 
- KeyVault properties.
- vaultCert KeyVault Secret Object Response 
- KeyVault Cert secret details.
- vaultCa KeyChain Secret Vault Secret Object Response 
- KeyVault CA chain secret details.
- vault
KeyVault Connection Properties Response 
- KeyVault properties.
- vaultCert KeyVault Secret Object Response 
- KeyVault Cert secret details.
- vaultCa KeyChain Secret Vault Secret Object Response 
- KeyVault CA chain secret details.
- vault
KeyVault Connection Properties Response 
- KeyVault properties.
- vault_cert KeyVault Secret Object Response 
- KeyVault Cert secret details.
- vault_ca_ Keychain_ secret Vault Secret Object Response 
- KeyVault CA chain secret details.
- vault Property Map
- KeyVault properties.
- vaultCert Property Map
- KeyVault Cert secret details.
- vaultCa Property MapChain Secret 
- KeyVault CA chain secret details.
KeyVaultConnectionProperties, KeyVaultConnectionPropertiesArgs        
- Credentials
Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Credentials Properties 
- KeyVault credentials.
- DirectoryId string
- KeyVault directoryId.
- Name string
- KeyVault name.
- Credentials
KeyVault Credentials Properties 
- KeyVault credentials.
- DirectoryId string
- KeyVault directoryId.
- Name string
- KeyVault name.
- credentials
KeyVault Credentials Properties 
- KeyVault credentials.
- directoryId String
- KeyVault directoryId.
- name String
- KeyVault name.
- credentials
KeyVault Credentials Properties 
- KeyVault credentials.
- directoryId string
- KeyVault directoryId.
- name string
- KeyVault name.
- credentials
KeyVault Credentials Properties 
- 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.Azure Native. Io TOperations MQ. Inputs. Key Vault Credentials Properties Response 
- KeyVault credentials.
- DirectoryId string
- KeyVault directoryId.
- Name string
- KeyVault name.
- Credentials
KeyVault Credentials Properties Response 
- KeyVault credentials.
- DirectoryId string
- KeyVault directoryId.
- Name string
- KeyVault name.
- credentials
KeyVault Credentials Properties Response 
- KeyVault credentials.
- directoryId String
- KeyVault directoryId.
- name String
- KeyVault name.
- credentials
KeyVault Credentials Properties Response 
- KeyVault credentials.
- directoryId string
- KeyVault directoryId.
- name string
- KeyVault name.
- credentials
KeyVault Credentials Properties Response 
- 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        
- ServicePrincipal stringLocal Secret Name 
- KeyVault service principal local secret name.
- ServicePrincipal stringLocal Secret Name 
- KeyVault service principal local secret name.
- servicePrincipal StringLocal Secret Name 
- KeyVault service principal local secret name.
- servicePrincipal stringLocal Secret Name 
- KeyVault service principal local secret name.
- service_principal_ strlocal_ secret_ name 
- KeyVault service principal local secret name.
- servicePrincipal StringLocal Secret Name 
- KeyVault service principal local secret name.
KeyVaultCredentialsPropertiesResponse, KeyVaultCredentialsPropertiesResponseArgs          
- ServicePrincipal stringLocal Secret Name 
- KeyVault service principal local secret name.
- ServicePrincipal stringLocal Secret Name 
- KeyVault service principal local secret name.
- servicePrincipal StringLocal Secret Name 
- KeyVault service principal local secret name.
- servicePrincipal stringLocal Secret Name 
- KeyVault service principal local secret name.
- service_principal_ strlocal_ secret_ name 
- KeyVault service principal local secret name.
- servicePrincipal StringLocal Secret Name 
- KeyVault service principal local secret name.
KeyVaultSecretObject, KeyVaultSecretObjectArgs        
KeyVaultSecretObjectResponse, KeyVaultSecretObjectResponseArgs          
LocalBrokerAuthenticationMethods, LocalBrokerAuthenticationMethodsArgs        
- Kubernetes
Pulumi.Azure Native. Io TOperations MQ. Inputs. Local Broker Kubernetes Authentication 
- Kubernetes local broker authentication method.
- Kubernetes
LocalBroker Kubernetes Authentication 
- Kubernetes local broker authentication method.
- kubernetes
LocalBroker Kubernetes Authentication 
- Kubernetes local broker authentication method.
- kubernetes
LocalBroker Kubernetes Authentication 
- Kubernetes local broker authentication method.
- kubernetes
LocalBroker Kubernetes Authentication 
- Kubernetes local broker authentication method.
- kubernetes Property Map
- Kubernetes local broker authentication method.
LocalBrokerAuthenticationMethodsResponse, LocalBrokerAuthenticationMethodsResponseArgs          
- Kubernetes
Pulumi.Azure Native. Io TOperations MQ. Inputs. Local Broker Kubernetes Authentication Response 
- Kubernetes local broker authentication method.
- Kubernetes
LocalBroker Kubernetes Authentication Response 
- Kubernetes local broker authentication method.
- kubernetes
LocalBroker Kubernetes Authentication Response 
- Kubernetes local broker authentication method.
- kubernetes
LocalBroker Kubernetes Authentication Response 
- Kubernetes local broker authentication method.
- kubernetes
LocalBroker Kubernetes Authentication Response 
- Kubernetes local broker authentication method.
- kubernetes Property Map
- Kubernetes local broker authentication method.
LocalBrokerConnectionSpec, LocalBrokerConnectionSpecArgs        
- Authentication
Pulumi.Azure Native. Io TOperations MQ. Inputs. Local Broker Authentication Methods 
- 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.Azure Native. Io TOperations MQ. Inputs. Local Broker Connection Tls 
- TLS details for Local broker Connection.
- Authentication
LocalBroker Authentication Methods 
- 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
LocalBroker Connection Tls 
- TLS details for Local broker Connection.
- authentication
LocalBroker Authentication Methods 
- 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
LocalBroker Connection Tls 
- TLS details for Local broker Connection.
- authentication
LocalBroker Authentication Methods 
- 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
LocalBroker Connection Tls 
- TLS details for Local broker Connection.
- authentication
LocalBroker Authentication Methods 
- 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
LocalBroker Connection Tls 
- 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.Azure Native. Io TOperations MQ. Inputs. Local Broker Authentication Methods Response 
- 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.Azure Native. Io TOperations MQ. Inputs. Local Broker Connection Tls Response 
- TLS details for Local broker Connection.
- Authentication
LocalBroker Authentication Methods Response 
- 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
LocalBroker Connection Tls Response 
- TLS details for Local broker Connection.
- authentication
LocalBroker Authentication Methods Response 
- 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
LocalBroker Connection Tls Response 
- TLS details for Local broker Connection.
- authentication
LocalBroker Authentication Methods Response 
- 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
LocalBroker Connection Tls Response 
- TLS details for Local broker Connection.
- authentication
LocalBroker Authentication Methods Response 
- 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
LocalBroker Connection Tls Response 
- 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.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- TlsEnabled bool
- Tls Enabled on Local Broker Connection.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- tlsEnabled Boolean
- Tls Enabled on Local Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- tlsEnabled boolean
- Tls Enabled on Local Broker Connection.
- trustedCa stringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- tls_enabled bool
- Tls Enabled on Local Broker Connection.
- trusted_ca_ strcertificate_ config_ map 
- Trusted CA certificate config map name for Local Broker.
- tlsEnabled Boolean
- Tls Enabled on Local Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
LocalBrokerConnectionTlsResponse, LocalBrokerConnectionTlsResponseArgs          
- TlsEnabled bool
- Tls Enabled on Local Broker Connection.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- TlsEnabled bool
- Tls Enabled on Local Broker Connection.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- tlsEnabled Boolean
- Tls Enabled on Local Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- tlsEnabled boolean
- Tls Enabled on Local Broker Connection.
- trustedCa stringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
- tls_enabled bool
- Tls Enabled on Local Broker Connection.
- trusted_ca_ strcertificate_ config_ map 
- Trusted CA certificate config map name for Local Broker.
- tlsEnabled Boolean
- Tls Enabled on Local Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate config map name for Local Broker.
LocalBrokerKubernetesAuthentication, LocalBrokerKubernetesAuthenticationArgs        
- SecretPath string
- Secret Path where SAT is mounted.
- ServiceAccount stringToken Name 
- Token name where SAT is mounted on secret path.
- SecretPath string
- Secret Path where SAT is mounted.
- ServiceAccount stringToken Name 
- Token name where SAT is mounted on secret path.
- secretPath String
- Secret Path where SAT is mounted.
- serviceAccount StringToken Name 
- Token name where SAT is mounted on secret path.
- secretPath string
- Secret Path where SAT is mounted.
- serviceAccount stringToken Name 
- Token name where SAT is mounted on secret path.
- secret_path str
- Secret Path where SAT is mounted.
- service_account_ strtoken_ name 
- Token name where SAT is mounted on secret path.
- secretPath String
- Secret Path where SAT is mounted.
- serviceAccount StringToken Name 
- Token name where SAT is mounted on secret path.
LocalBrokerKubernetesAuthenticationResponse, LocalBrokerKubernetesAuthenticationResponseArgs          
- SecretPath string
- Secret Path where SAT is mounted.
- ServiceAccount stringToken Name 
- Token name where SAT is mounted on secret path.
- SecretPath string
- Secret Path where SAT is mounted.
- ServiceAccount stringToken Name 
- Token name where SAT is mounted on secret path.
- secretPath String
- Secret Path where SAT is mounted.
- serviceAccount StringToken Name 
- Token name where SAT is mounted on secret path.
- secretPath string
- Secret Path where SAT is mounted.
- serviceAccount stringToken Name 
- Token name where SAT is mounted on secret path.
- secret_path str
- Secret Path where SAT is mounted.
- service_account_ strtoken_ name 
- Token name where SAT is mounted on secret path.
- secretPath String
- Secret Path where SAT is mounted.
- serviceAccount StringToken Name 
- 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            
- SystemAssigned Pulumi.Managed Identity Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication 
- Managed identity remote broker authentication method.
- X509
Pulumi.Azure Native. Io TOperations MQ. Inputs. Mqtt Bridge Remote Broker X509Authentication 
- X509 remote broker authentication method.
- SystemAssigned ManagedManaged Identity Identity Authentication 
- Managed identity remote broker authentication method.
- X509
MqttBridge Remote Broker X509Authentication 
- X509 remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication 
- Managed identity remote broker authentication method.
- x509
MqttBridge Remote Broker X509Authentication 
- X509 remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication 
- Managed identity remote broker authentication method.
- x509
MqttBridge Remote Broker X509Authentication 
- X509 remote broker authentication method.
- system_assigned_ Managedmanaged_ identity Identity Authentication 
- Managed identity remote broker authentication method.
- x509
MqttBridge Remote Broker X509Authentication 
- X509 remote broker authentication method.
- systemAssigned Property MapManaged Identity 
- Managed identity remote broker authentication method.
- x509 Property Map
- X509 remote broker authentication method.
MqttBridgeRemoteBrokerAuthenticationMethodsResponse, MqttBridgeRemoteBrokerAuthenticationMethodsResponseArgs              
- SystemAssigned Pulumi.Managed Identity Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication Response 
- Managed identity remote broker authentication method.
- X509
Pulumi.Azure Native. Io TOperations MQ. Inputs. Mqtt Bridge Remote Broker X509Authentication Response 
- X509 remote broker authentication method.
- SystemAssigned ManagedManaged Identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- X509
MqttBridge Remote Broker X509Authentication Response 
- X509 remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- x509
MqttBridge Remote Broker X509Authentication Response 
- X509 remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- x509
MqttBridge Remote Broker X509Authentication Response 
- X509 remote broker authentication method.
- system_assigned_ Managedmanaged_ identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- x509
MqttBridge Remote Broker X509Authentication Response 
- X509 remote broker authentication method.
- systemAssigned Property MapManaged Identity 
- Managed identity remote broker authentication method.
- x509 Property Map
- X509 remote broker authentication method.
MqttBridgeRemoteBrokerConnectionSpec, MqttBridgeRemoteBrokerConnectionSpecArgs            
- Authentication
Pulumi.Azure Native. Io TOperations MQ. Inputs. Mqtt Bridge Remote Broker Authentication Methods 
- 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.Azure Native. Io TOperations MQ. Inputs. Mqtt Bridge Remote Broker Connection Tls 
- TLS details for Remote broker Connection.
- Protocol
string | Pulumi.Azure Native. Io TOperations MQ. Mqtt Bridge Remote Broker Protocol 
- Protocol for remote connection.
- Authentication
MqttBridge Remote Broker Authentication Methods 
- 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
MqttBridge Remote Broker Connection Tls 
- TLS details for Remote broker Connection.
- Protocol
string | MqttBridge Remote Broker Protocol 
- Protocol for remote connection.
- authentication
MqttBridge Remote Broker Authentication Methods 
- 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
MqttBridge Remote Broker Connection Tls 
- TLS details for Remote broker Connection.
- protocol
String | MqttBridge Remote Broker Protocol 
- Protocol for remote connection.
- authentication
MqttBridge Remote Broker Authentication Methods 
- 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
MqttBridge Remote Broker Connection Tls 
- TLS details for Remote broker Connection.
- protocol
string | MqttBridge Remote Broker Protocol 
- Protocol for remote connection.
- authentication
MqttBridge Remote Broker Authentication Methods 
- 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
MqttBridge Remote Broker Connection Tls 
- TLS details for Remote broker Connection.
- protocol
str | MqttBridge Remote Broker Protocol 
- 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.Azure Native. Io TOperations MQ. Inputs. Mqtt Bridge Remote Broker Authentication Methods Response 
- 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.Azure Native. Io TOperations MQ. Inputs. Mqtt Bridge Remote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- Protocol string
- Protocol for remote connection.
- Authentication
MqttBridge Remote Broker Authentication Methods Response 
- 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
MqttBridge Remote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- Protocol string
- Protocol for remote connection.
- authentication
MqttBridge Remote Broker Authentication Methods Response 
- 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
MqttBridge Remote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- protocol String
- Protocol for remote connection.
- authentication
MqttBridge Remote Broker Authentication Methods Response 
- 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
MqttBridge Remote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- protocol string
- Protocol for remote connection.
- authentication
MqttBridge Remote Broker Authentication Methods Response 
- 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
MqttBridge Remote Broker Connection Tls Response 
- 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.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- TlsEnabled bool
- Tls Enabled on Remote Broker Connection.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- tlsEnabled Boolean
- Tls Enabled on Remote Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- tlsEnabled boolean
- Tls Enabled on Remote Broker Connection.
- trustedCa stringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- tls_enabled bool
- Tls Enabled on Remote Broker Connection.
- trusted_ca_ strcertificate_ config_ map 
- Trusted CA certificate name for Remote Broker.
- tlsEnabled Boolean
- Tls Enabled on Remote Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
MqttBridgeRemoteBrokerConnectionTlsResponse, MqttBridgeRemoteBrokerConnectionTlsResponseArgs              
- TlsEnabled bool
- Tls Enabled on Remote Broker Connection.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- TlsEnabled bool
- Tls Enabled on Remote Broker Connection.
- TrustedCa stringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- tlsEnabled Boolean
- Tls Enabled on Remote Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- tlsEnabled boolean
- Tls Enabled on Remote Broker Connection.
- trustedCa stringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
- tls_enabled bool
- Tls Enabled on Remote Broker Connection.
- trusted_ca_ strcertificate_ config_ map 
- Trusted CA certificate name for Remote Broker.
- tlsEnabled Boolean
- Tls Enabled on Remote Broker Connection.
- trustedCa StringCertificate Config Map 
- Trusted CA certificate name for Remote Broker.
MqttBridgeRemoteBrokerProtocol, MqttBridgeRemoteBrokerProtocolArgs          
- Mqtt
- mqttMQTT protocol.
- WebSocket 
- webSocketMQTT over WebSocket protocol.
- MqttBridge Remote Broker Protocol Mqtt 
- mqttMQTT protocol.
- MqttBridge Remote Broker Protocol Web Socket 
- 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.Azure Native. Io TOperations MQ. Inputs. Key Vault Certificate Properties 
- Keyvault X509 secret properties.
- SecretName string
- Secret where cert details are stored.
- KeyVault KeyVault Certificate Properties 
- Keyvault X509 secret properties.
- SecretName string
- Secret where cert details are stored.
- keyVault KeyVault Certificate Properties 
- Keyvault X509 secret properties.
- secretName String
- Secret where cert details are stored.
- keyVault KeyVault Certificate Properties 
- Keyvault X509 secret properties.
- secretName string
- Secret where cert details are stored.
- key_vault KeyVault Certificate Properties 
- 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.Azure Native. Io TOperations MQ. Inputs. Key Vault Certificate Properties Response 
- Keyvault X509 secret properties.
- SecretName string
- Secret where cert details are stored.
- KeyVault KeyVault Certificate Properties Response 
- Keyvault X509 secret properties.
- SecretName string
- Secret where cert details are stored.
- keyVault KeyVault Certificate Properties Response 
- Keyvault X509 secret properties.
- secretName String
- Secret where cert details are stored.
- keyVault KeyVault Certificate Properties Response 
- Keyvault X509 secret properties.
- secretName string
- Secret where cert details are stored.
- key_vault KeyVault Certificate Properties Response 
- 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
- MqttProtocol V3 
- v3Mqttv3
- MqttProtocol V5 
- v5Mqttv5
- V3
- v3Mqttv3
- V5
- v5Mqttv5
- V3
- v3Mqttv3
- V5
- v5Mqttv5
- V3
- v3Mqttv3
- V5
- v5Mqttv5
- "v3"
- v3Mqttv3
- "v5"
- v5Mqttv5
NodeTolerations, NodeTolerationsArgs    
NodeTolerationsResponse, NodeTolerationsResponseArgs      
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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