azure-native.iotoperationsmq.KafkaConnector
Explore with Pulumi AI
MQ kafkaConnector resource
Uses Azure REST API version 2023-10-04-preview.
Example Usage
KafkaConnector_CreateOrUpdate
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var kafkaConnector = new AzureNative.IoTOperationsMQ.KafkaConnector("kafkaConnector", new()
    {
        ClientIdPrefix = "yybbbeowkw",
        ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
        {
            Name = "an",
            Type = AzureNative.IoTOperationsMQ.ExtendedLocationType.CustomLocation,
        },
        Image = new AzureNative.IoTOperationsMQ.Inputs.ContainerImageArgs
        {
            PullPolicy = "imfuzvqxgbdwliqnn",
            PullSecrets = "klnqimxqsrdwhcqldjvdtsrs",
            Repository = "m",
            Tag = "jygfdiamhhm",
        },
        Instances = 55252,
        KafkaConnection = new AzureNative.IoTOperationsMQ.Inputs.KafkaRemoteBrokerConnectionSpecArgs
        {
            Authentication = new AzureNative.IoTOperationsMQ.Inputs.KafkaRemoteBrokerAuthenticationPropertiesArgs
            {
                AuthType = new AzureNative.IoTOperationsMQ.Inputs.KafkaRemoteBrokerAuthenticationTypesArgs
                {
                    Sasl = new AzureNative.IoTOperationsMQ.Inputs.SaslRemoteBrokerBasicAuthenticationArgs
                    {
                        SaslType = AzureNative.IoTOperationsMQ.KafkaSaslType.Plain,
                        Token = new AzureNative.IoTOperationsMQ.Inputs.SaslRemoteBrokerBasicAuthenticationTokenArgs
                        {
                            KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KafkaTokenKeyVaultPropertiesArgs
                            {
                                Username = "fb",
                                Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                                {
                                    Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                                    {
                                        ServicePrincipalLocalSecretName = "wuimjwpbhoglbsxxa",
                                    },
                                    DirectoryId = "eyjniptiykzcgbzok",
                                    Name = "lxmwfan",
                                },
                                VaultSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                                {
                                    Name = "bmectskddmpjxnsogwooexj",
                                    Version = "unjfbf",
                                },
                            },
                            SecretName = "hxmqokubwldgjdtjv",
                        },
                    },
                    SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
                    {
                        Audience = "kjderojhpehosgfcrxxbh",
                        ExtensionName = "cyckjqqzspleajbtkniwrfsqygjfhe",
                    },
                    X509 = new AzureNative.IoTOperationsMQ.Inputs.KafkaX509AuthenticationArgs
                    {
                        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 = "jlrjvqyoygynlpsekfbvyrpu",
                    },
                },
                Enabled = true,
            },
            Endpoint = "odxpssuhjkbonjmbhbebfjcah",
            Tls = new AzureNative.IoTOperationsMQ.Inputs.KafkaRemoteBrokerConnectionTlsArgs
            {
                TlsEnabled = true,
                TrustedCaCertificateConfigMap = "kndjozglnxsgnzxq",
            },
        },
        KafkaConnectorName = "V5--OL8-R",
        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 = "mpbupgmqssnb",
        LogLevel = "g",
        MqName = "s47Lj-S2S-Q-XY",
        NodeTolerations = new AzureNative.IoTOperationsMQ.Inputs.NodeTolerationsArgs
        {
            Effect = "eeswvciblqmmaeesjoflyvxqbz",
            Key = "wbrstdwxgm",
            Operator = "lbegegneekwnyodtzraarivtwhmzep",
            Value = "sfafsjdcezdmkwibxeluukxgl",
        },
        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.NewKafkaConnector(ctx, "kafkaConnector", &iotoperationsmq.KafkaConnectorArgs{
			ClientIdPrefix: pulumi.String("yybbbeowkw"),
			ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
				Name: pulumi.String("an"),
				Type: pulumi.String(iotoperationsmq.ExtendedLocationTypeCustomLocation),
			},
			Image: &iotoperationsmq.ContainerImageArgs{
				PullPolicy:  pulumi.String("imfuzvqxgbdwliqnn"),
				PullSecrets: pulumi.String("klnqimxqsrdwhcqldjvdtsrs"),
				Repository:  pulumi.String("m"),
				Tag:         pulumi.String("jygfdiamhhm"),
			},
			Instances: pulumi.Int(55252),
			KafkaConnection: &iotoperationsmq.KafkaRemoteBrokerConnectionSpecArgs{
				Authentication: &iotoperationsmq.KafkaRemoteBrokerAuthenticationPropertiesArgs{
					AuthType: &iotoperationsmq.KafkaRemoteBrokerAuthenticationTypesArgs{
						Sasl: &iotoperationsmq.SaslRemoteBrokerBasicAuthenticationArgs{
							SaslType: pulumi.String(iotoperationsmq.KafkaSaslTypePlain),
							Token: &iotoperationsmq.SaslRemoteBrokerBasicAuthenticationTokenArgs{
								KeyVault: &iotoperationsmq.KafkaTokenKeyVaultPropertiesArgs{
									Username: pulumi.String("fb"),
									Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
										Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
											ServicePrincipalLocalSecretName: pulumi.String("wuimjwpbhoglbsxxa"),
										},
										DirectoryId: pulumi.String("eyjniptiykzcgbzok"),
										Name:        pulumi.String("lxmwfan"),
									},
									VaultSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
										Name:    pulumi.String("bmectskddmpjxnsogwooexj"),
										Version: pulumi.String("unjfbf"),
									},
								},
								SecretName: pulumi.String("hxmqokubwldgjdtjv"),
							},
						},
						SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
							Audience:      pulumi.String("kjderojhpehosgfcrxxbh"),
							ExtensionName: pulumi.String("cyckjqqzspleajbtkniwrfsqygjfhe"),
						},
						X509: &iotoperationsmq.KafkaX509AuthenticationArgs{
							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("jlrjvqyoygynlpsekfbvyrpu"),
						},
					},
					Enabled: pulumi.Bool(true),
				},
				Endpoint: pulumi.String("odxpssuhjkbonjmbhbebfjcah"),
				Tls: &iotoperationsmq.KafkaRemoteBrokerConnectionTlsArgs{
					TlsEnabled:                    pulumi.Bool(true),
					TrustedCaCertificateConfigMap: pulumi.String("kndjozglnxsgnzxq"),
				},
			},
			KafkaConnectorName: pulumi.String("V5--OL8-R"),
			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("mpbupgmqssnb"),
			LogLevel: pulumi.String("g"),
			MqName:   pulumi.String("s47Lj-S2S-Q-XY"),
			NodeTolerations: &iotoperationsmq.NodeTolerationsArgs{
				Effect:   pulumi.String("eeswvciblqmmaeesjoflyvxqbz"),
				Key:      pulumi.String("wbrstdwxgm"),
				Operator: pulumi.String("lbegegneekwnyodtzraarivtwhmzep"),
				Value:    pulumi.String("sfafsjdcezdmkwibxeluukxgl"),
			},
			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.KafkaConnector;
import com.pulumi.azurenative.iotoperationsmq.KafkaConnectorArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ExtendedLocationPropertyArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ContainerImageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KafkaRemoteBrokerConnectionSpecArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KafkaRemoteBrokerAuthenticationPropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KafkaRemoteBrokerAuthenticationTypesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.SaslRemoteBrokerBasicAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.SaslRemoteBrokerBasicAuthenticationTokenArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KafkaTokenKeyVaultPropertiesArgs;
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.ManagedIdentityAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KafkaX509AuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultCertificatePropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KafkaRemoteBrokerConnectionTlsArgs;
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 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 kafkaConnector = new KafkaConnector("kafkaConnector", KafkaConnectorArgs.builder()
            .clientIdPrefix("yybbbeowkw")
            .extendedLocation(ExtendedLocationPropertyArgs.builder()
                .name("an")
                .type("CustomLocation")
                .build())
            .image(ContainerImageArgs.builder()
                .pullPolicy("imfuzvqxgbdwliqnn")
                .pullSecrets("klnqimxqsrdwhcqldjvdtsrs")
                .repository("m")
                .tag("jygfdiamhhm")
                .build())
            .instances(55252)
            .kafkaConnection(KafkaRemoteBrokerConnectionSpecArgs.builder()
                .authentication(KafkaRemoteBrokerAuthenticationPropertiesArgs.builder()
                    .authType(KafkaRemoteBrokerAuthenticationTypesArgs.builder()
                        .sasl(SaslRemoteBrokerBasicAuthenticationArgs.builder()
                            .saslType("plain")
                            .token(SaslRemoteBrokerBasicAuthenticationTokenArgs.builder()
                                .keyVault(KafkaTokenKeyVaultPropertiesArgs.builder()
                                    .username("fb")
                                    .vault(KeyVaultConnectionPropertiesArgs.builder()
                                        .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                            .servicePrincipalLocalSecretName("wuimjwpbhoglbsxxa")
                                            .build())
                                        .directoryId("eyjniptiykzcgbzok")
                                        .name("lxmwfan")
                                        .build())
                                    .vaultSecret(KeyVaultSecretObjectArgs.builder()
                                        .name("bmectskddmpjxnsogwooexj")
                                        .version("unjfbf")
                                        .build())
                                    .build())
                                .secretName("hxmqokubwldgjdtjv")
                                .build())
                            .build())
                        .systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
                            .audience("kjderojhpehosgfcrxxbh")
                            .extensionName("cyckjqqzspleajbtkniwrfsqygjfhe")
                            .build())
                        .x509(KafkaX509AuthenticationArgs.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("jlrjvqyoygynlpsekfbvyrpu")
                            .build())
                        .build())
                    .enabled(true)
                    .build())
                .endpoint("odxpssuhjkbonjmbhbebfjcah")
                .tls(KafkaRemoteBrokerConnectionTlsArgs.builder()
                    .tlsEnabled(true)
                    .trustedCaCertificateConfigMap("kndjozglnxsgnzxq")
                    .build())
                .build())
            .kafkaConnectorName("V5--OL8-R")
            .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("mpbupgmqssnb")
            .logLevel("g")
            .mqName("s47Lj-S2S-Q-XY")
            .nodeTolerations(NodeTolerationsArgs.builder()
                .effect("eeswvciblqmmaeesjoflyvxqbz")
                .key("wbrstdwxgm")
                .operator("lbegegneekwnyodtzraarivtwhmzep")
                .value("sfafsjdcezdmkwibxeluukxgl")
                .build())
            .resourceGroupName("rgiotoperationsmq")
            .tags()
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const kafkaConnector = new azure_native.iotoperationsmq.KafkaConnector("kafkaConnector", {
    clientIdPrefix: "yybbbeowkw",
    extendedLocation: {
        name: "an",
        type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
    },
    image: {
        pullPolicy: "imfuzvqxgbdwliqnn",
        pullSecrets: "klnqimxqsrdwhcqldjvdtsrs",
        repository: "m",
        tag: "jygfdiamhhm",
    },
    instances: 55252,
    kafkaConnection: {
        authentication: {
            authType: {
                sasl: {
                    saslType: azure_native.iotoperationsmq.KafkaSaslType.Plain,
                    token: {
                        keyVault: {
                            username: "fb",
                            vault: {
                                credentials: {
                                    servicePrincipalLocalSecretName: "wuimjwpbhoglbsxxa",
                                },
                                directoryId: "eyjniptiykzcgbzok",
                                name: "lxmwfan",
                            },
                            vaultSecret: {
                                name: "bmectskddmpjxnsogwooexj",
                                version: "unjfbf",
                            },
                        },
                        secretName: "hxmqokubwldgjdtjv",
                    },
                },
                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: "jlrjvqyoygynlpsekfbvyrpu",
                },
            },
            enabled: true,
        },
        endpoint: "odxpssuhjkbonjmbhbebfjcah",
        tls: {
            tlsEnabled: true,
            trustedCaCertificateConfigMap: "kndjozglnxsgnzxq",
        },
    },
    kafkaConnectorName: "V5--OL8-R",
    localBrokerConnection: {
        authentication: {
            kubernetes: {
                secretPath: "soukzfkouir",
                serviceAccountTokenName: "suwetviuhmhorhvsidlznnufe",
            },
        },
        endpoint: "xc",
        tls: {
            tlsEnabled: true,
            trustedCaCertificateConfigMap: "rinkomfeznsfedbmllxlbmmhc",
        },
    },
    location: "mpbupgmqssnb",
    logLevel: "g",
    mqName: "s47Lj-S2S-Q-XY",
    nodeTolerations: {
        effect: "eeswvciblqmmaeesjoflyvxqbz",
        key: "wbrstdwxgm",
        operator: "lbegegneekwnyodtzraarivtwhmzep",
        value: "sfafsjdcezdmkwibxeluukxgl",
    },
    resourceGroupName: "rgiotoperationsmq",
    tags: {},
});
import pulumi
import pulumi_azure_native as azure_native
kafka_connector = azure_native.iotoperationsmq.KafkaConnector("kafkaConnector",
    client_id_prefix="yybbbeowkw",
    extended_location={
        "name": "an",
        "type": azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
    },
    image={
        "pull_policy": "imfuzvqxgbdwliqnn",
        "pull_secrets": "klnqimxqsrdwhcqldjvdtsrs",
        "repository": "m",
        "tag": "jygfdiamhhm",
    },
    instances=55252,
    kafka_connection={
        "authentication": {
            "auth_type": {
                "sasl": {
                    "sasl_type": azure_native.iotoperationsmq.KafkaSaslType.PLAIN,
                    "token": {
                        "key_vault": {
                            "username": "fb",
                            "vault": {
                                "credentials": {
                                    "service_principal_local_secret_name": "wuimjwpbhoglbsxxa",
                                },
                                "directory_id": "eyjniptiykzcgbzok",
                                "name": "lxmwfan",
                            },
                            "vault_secret": {
                                "name": "bmectskddmpjxnsogwooexj",
                                "version": "unjfbf",
                            },
                        },
                        "secret_name": "hxmqokubwldgjdtjv",
                    },
                },
                "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": "jlrjvqyoygynlpsekfbvyrpu",
                },
            },
            "enabled": True,
        },
        "endpoint": "odxpssuhjkbonjmbhbebfjcah",
        "tls": {
            "tls_enabled": True,
            "trusted_ca_certificate_config_map": "kndjozglnxsgnzxq",
        },
    },
    kafka_connector_name="V5--OL8-R",
    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="mpbupgmqssnb",
    log_level="g",
    mq_name="s47Lj-S2S-Q-XY",
    node_tolerations={
        "effect": "eeswvciblqmmaeesjoflyvxqbz",
        "key": "wbrstdwxgm",
        "operator": "lbegegneekwnyodtzraarivtwhmzep",
        "value": "sfafsjdcezdmkwibxeluukxgl",
    },
    resource_group_name="rgiotoperationsmq",
    tags={})
resources:
  kafkaConnector:
    type: azure-native:iotoperationsmq:KafkaConnector
    properties:
      clientIdPrefix: yybbbeowkw
      extendedLocation:
        name: an
        type: CustomLocation
      image:
        pullPolicy: imfuzvqxgbdwliqnn
        pullSecrets: klnqimxqsrdwhcqldjvdtsrs
        repository: m
        tag: jygfdiamhhm
      instances: 55252
      kafkaConnection:
        authentication:
          authType:
            sasl:
              saslType: plain
              token:
                keyVault:
                  username: fb
                  vault:
                    credentials:
                      servicePrincipalLocalSecretName: wuimjwpbhoglbsxxa
                    directoryId: eyjniptiykzcgbzok
                    name: lxmwfan
                  vaultSecret:
                    name: bmectskddmpjxnsogwooexj
                    version: unjfbf
                secretName: hxmqokubwldgjdtjv
            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: jlrjvqyoygynlpsekfbvyrpu
          enabled: true
        endpoint: odxpssuhjkbonjmbhbebfjcah
        tls:
          tlsEnabled: true
          trustedCaCertificateConfigMap: kndjozglnxsgnzxq
      kafkaConnectorName: V5--OL8-R
      localBrokerConnection:
        authentication:
          kubernetes:
            secretPath: soukzfkouir
            serviceAccountTokenName: suwetviuhmhorhvsidlznnufe
        endpoint: xc
        tls:
          tlsEnabled: true
          trustedCaCertificateConfigMap: rinkomfeznsfedbmllxlbmmhc
      location: mpbupgmqssnb
      logLevel: g
      mqName: s47Lj-S2S-Q-XY
      nodeTolerations:
        effect: eeswvciblqmmaeesjoflyvxqbz
        key: wbrstdwxgm
        operator: lbegegneekwnyodtzraarivtwhmzep
        value: sfafsjdcezdmkwibxeluukxgl
      resourceGroupName: rgiotoperationsmq
      tags: {}
Create KafkaConnector Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new KafkaConnector(name: string, args: KafkaConnectorArgs, opts?: CustomResourceOptions);@overload
def KafkaConnector(resource_name: str,
                   args: KafkaConnectorArgs,
                   opts: Optional[ResourceOptions] = None)
@overload
def KafkaConnector(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   kafka_connection: Optional[KafkaRemoteBrokerConnectionSpecArgs] = None,
                   extended_location: Optional[ExtendedLocationPropertyArgs] = None,
                   resource_group_name: Optional[str] = None,
                   mq_name: Optional[str] = None,
                   instances: Optional[int] = None,
                   kafka_connector_name: Optional[str] = None,
                   local_broker_connection: Optional[LocalBrokerConnectionSpecArgs] = None,
                   location: Optional[str] = None,
                   log_level: Optional[str] = None,
                   client_id_prefix: Optional[str] = None,
                   node_tolerations: Optional[NodeTolerationsArgs] = None,
                   image: Optional[ContainerImageArgs] = None,
                   tags: Optional[Mapping[str, str]] = None)func NewKafkaConnector(ctx *Context, name string, args KafkaConnectorArgs, opts ...ResourceOption) (*KafkaConnector, error)public KafkaConnector(string name, KafkaConnectorArgs args, CustomResourceOptions? opts = null)
public KafkaConnector(String name, KafkaConnectorArgs args)
public KafkaConnector(String name, KafkaConnectorArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:KafkaConnector
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 KafkaConnectorArgs
- 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 KafkaConnectorArgs
- 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 KafkaConnectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KafkaConnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KafkaConnectorArgs
- 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 kafkaConnectorResource = new AzureNative.IoTOperationsMQ.KafkaConnector("kafkaConnectorResource", new()
{
    KafkaConnection = new AzureNative.IoTOperationsMQ.Inputs.KafkaRemoteBrokerConnectionSpecArgs
    {
        Authentication = new AzureNative.IoTOperationsMQ.Inputs.KafkaRemoteBrokerAuthenticationPropertiesArgs
        {
            Enabled = false,
            AuthType = new AzureNative.IoTOperationsMQ.Inputs.KafkaRemoteBrokerAuthenticationTypesArgs
            {
                Sasl = new AzureNative.IoTOperationsMQ.Inputs.SaslRemoteBrokerBasicAuthenticationArgs
                {
                    SaslType = "string",
                    Token = new AzureNative.IoTOperationsMQ.Inputs.SaslRemoteBrokerBasicAuthenticationTokenArgs
                    {
                        KeyVault = new AzureNative.IoTOperationsMQ.Inputs.KafkaTokenKeyVaultPropertiesArgs
                        {
                            Vault = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultConnectionPropertiesArgs
                            {
                                Credentials = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultCredentialsPropertiesArgs
                                {
                                    ServicePrincipalLocalSecretName = "string",
                                },
                                DirectoryId = "string",
                                Name = "string",
                            },
                            VaultSecret = new AzureNative.IoTOperationsMQ.Inputs.KeyVaultSecretObjectArgs
                            {
                                Name = "string",
                                Version = "string",
                            },
                            Username = "string",
                        },
                        SecretName = "string",
                    },
                },
                SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
                {
                    Audience = "string",
                    ExtensionName = "string",
                },
                X509 = new AzureNative.IoTOperationsMQ.Inputs.KafkaX509AuthenticationArgs
                {
                    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.KafkaRemoteBrokerConnectionTlsArgs
        {
            TlsEnabled = false,
            TrustedCaCertificateConfigMap = "string",
        },
    },
    ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
    {
        Name = "string",
        Type = "string",
    },
    ResourceGroupName = "string",
    MqName = "string",
    Instances = 0,
    KafkaConnectorName = "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",
        },
    },
    Location = "string",
    LogLevel = "string",
    ClientIdPrefix = "string",
    NodeTolerations = new AzureNative.IoTOperationsMQ.Inputs.NodeTolerationsArgs
    {
        Effect = "string",
        Key = "string",
        Operator = "string",
        Value = "string",
    },
    Image = new AzureNative.IoTOperationsMQ.Inputs.ContainerImageArgs
    {
        Repository = "string",
        Tag = "string",
        PullPolicy = "string",
        PullSecrets = "string",
    },
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := iotoperationsmq.NewKafkaConnector(ctx, "kafkaConnectorResource", &iotoperationsmq.KafkaConnectorArgs{
	KafkaConnection: &iotoperationsmq.KafkaRemoteBrokerConnectionSpecArgs{
		Authentication: &iotoperationsmq.KafkaRemoteBrokerAuthenticationPropertiesArgs{
			Enabled: pulumi.Bool(false),
			AuthType: &iotoperationsmq.KafkaRemoteBrokerAuthenticationTypesArgs{
				Sasl: &iotoperationsmq.SaslRemoteBrokerBasicAuthenticationArgs{
					SaslType: pulumi.String("string"),
					Token: &iotoperationsmq.SaslRemoteBrokerBasicAuthenticationTokenArgs{
						KeyVault: &iotoperationsmq.KafkaTokenKeyVaultPropertiesArgs{
							Vault: &iotoperationsmq.KeyVaultConnectionPropertiesArgs{
								Credentials: &iotoperationsmq.KeyVaultCredentialsPropertiesArgs{
									ServicePrincipalLocalSecretName: pulumi.String("string"),
								},
								DirectoryId: pulumi.String("string"),
								Name:        pulumi.String("string"),
							},
							VaultSecret: &iotoperationsmq.KeyVaultSecretObjectArgs{
								Name:    pulumi.String("string"),
								Version: pulumi.String("string"),
							},
							Username: pulumi.String("string"),
						},
						SecretName: pulumi.String("string"),
					},
				},
				SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
					Audience:      pulumi.String("string"),
					ExtensionName: pulumi.String("string"),
				},
				X509: &iotoperationsmq.KafkaX509AuthenticationArgs{
					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.KafkaRemoteBrokerConnectionTlsArgs{
			TlsEnabled:                    pulumi.Bool(false),
			TrustedCaCertificateConfigMap: pulumi.String("string"),
		},
	},
	ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
		Name: pulumi.String("string"),
		Type: pulumi.String("string"),
	},
	ResourceGroupName:  pulumi.String("string"),
	MqName:             pulumi.String("string"),
	Instances:          pulumi.Int(0),
	KafkaConnectorName: 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"),
		},
	},
	Location:       pulumi.String("string"),
	LogLevel:       pulumi.String("string"),
	ClientIdPrefix: pulumi.String("string"),
	NodeTolerations: &iotoperationsmq.NodeTolerationsArgs{
		Effect:   pulumi.String("string"),
		Key:      pulumi.String("string"),
		Operator: pulumi.String("string"),
		Value:    pulumi.String("string"),
	},
	Image: &iotoperationsmq.ContainerImageArgs{
		Repository:  pulumi.String("string"),
		Tag:         pulumi.String("string"),
		PullPolicy:  pulumi.String("string"),
		PullSecrets: pulumi.String("string"),
	},
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var kafkaConnectorResource = new KafkaConnector("kafkaConnectorResource", KafkaConnectorArgs.builder()
    .kafkaConnection(KafkaRemoteBrokerConnectionSpecArgs.builder()
        .authentication(KafkaRemoteBrokerAuthenticationPropertiesArgs.builder()
            .enabled(false)
            .authType(KafkaRemoteBrokerAuthenticationTypesArgs.builder()
                .sasl(SaslRemoteBrokerBasicAuthenticationArgs.builder()
                    .saslType("string")
                    .token(SaslRemoteBrokerBasicAuthenticationTokenArgs.builder()
                        .keyVault(KafkaTokenKeyVaultPropertiesArgs.builder()
                            .vault(KeyVaultConnectionPropertiesArgs.builder()
                                .credentials(KeyVaultCredentialsPropertiesArgs.builder()
                                    .servicePrincipalLocalSecretName("string")
                                    .build())
                                .directoryId("string")
                                .name("string")
                                .build())
                            .vaultSecret(KeyVaultSecretObjectArgs.builder()
                                .name("string")
                                .version("string")
                                .build())
                            .username("string")
                            .build())
                        .secretName("string")
                        .build())
                    .build())
                .systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
                    .audience("string")
                    .extensionName("string")
                    .build())
                .x509(KafkaX509AuthenticationArgs.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())
            .build())
        .endpoint("string")
        .tls(KafkaRemoteBrokerConnectionTlsArgs.builder()
            .tlsEnabled(false)
            .trustedCaCertificateConfigMap("string")
            .build())
        .build())
    .extendedLocation(ExtendedLocationPropertyArgs.builder()
        .name("string")
        .type("string")
        .build())
    .resourceGroupName("string")
    .mqName("string")
    .instances(0)
    .kafkaConnectorName("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())
    .location("string")
    .logLevel("string")
    .clientIdPrefix("string")
    .nodeTolerations(NodeTolerationsArgs.builder()
        .effect("string")
        .key("string")
        .operator("string")
        .value("string")
        .build())
    .image(ContainerImageArgs.builder()
        .repository("string")
        .tag("string")
        .pullPolicy("string")
        .pullSecrets("string")
        .build())
    .tags(Map.of("string", "string"))
    .build());
kafka_connector_resource = azure_native.iotoperationsmq.KafkaConnector("kafkaConnectorResource",
    kafka_connection={
        "authentication": {
            "enabled": False,
            "auth_type": {
                "sasl": {
                    "sasl_type": "string",
                    "token": {
                        "key_vault": {
                            "vault": {
                                "credentials": {
                                    "service_principal_local_secret_name": "string",
                                },
                                "directory_id": "string",
                                "name": "string",
                            },
                            "vault_secret": {
                                "name": "string",
                                "version": "string",
                            },
                            "username": "string",
                        },
                        "secret_name": "string",
                    },
                },
                "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",
        },
    },
    extended_location={
        "name": "string",
        "type": "string",
    },
    resource_group_name="string",
    mq_name="string",
    instances=0,
    kafka_connector_name="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",
        },
    },
    location="string",
    log_level="string",
    client_id_prefix="string",
    node_tolerations={
        "effect": "string",
        "key": "string",
        "operator": "string",
        "value": "string",
    },
    image={
        "repository": "string",
        "tag": "string",
        "pull_policy": "string",
        "pull_secrets": "string",
    },
    tags={
        "string": "string",
    })
const kafkaConnectorResource = new azure_native.iotoperationsmq.KafkaConnector("kafkaConnectorResource", {
    kafkaConnection: {
        authentication: {
            enabled: false,
            authType: {
                sasl: {
                    saslType: "string",
                    token: {
                        keyVault: {
                            vault: {
                                credentials: {
                                    servicePrincipalLocalSecretName: "string",
                                },
                                directoryId: "string",
                                name: "string",
                            },
                            vaultSecret: {
                                name: "string",
                                version: "string",
                            },
                            username: "string",
                        },
                        secretName: "string",
                    },
                },
                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",
        },
    },
    extendedLocation: {
        name: "string",
        type: "string",
    },
    resourceGroupName: "string",
    mqName: "string",
    instances: 0,
    kafkaConnectorName: "string",
    localBrokerConnection: {
        authentication: {
            kubernetes: {
                secretPath: "string",
                serviceAccountTokenName: "string",
            },
        },
        endpoint: "string",
        tls: {
            tlsEnabled: false,
            trustedCaCertificateConfigMap: "string",
        },
    },
    location: "string",
    logLevel: "string",
    clientIdPrefix: "string",
    nodeTolerations: {
        effect: "string",
        key: "string",
        operator: "string",
        value: "string",
    },
    image: {
        repository: "string",
        tag: "string",
        pullPolicy: "string",
        pullSecrets: "string",
    },
    tags: {
        string: "string",
    },
});
type: azure-native:iotoperationsmq:KafkaConnector
properties:
    clientIdPrefix: string
    extendedLocation:
        name: string
        type: string
    image:
        pullPolicy: string
        pullSecrets: string
        repository: string
        tag: string
    instances: 0
    kafkaConnection:
        authentication:
            authType:
                sasl:
                    saslType: string
                    token:
                        keyVault:
                            username: string
                            vault:
                                credentials:
                                    servicePrincipalLocalSecretName: string
                                directoryId: string
                                name: string
                            vaultSecret:
                                name: string
                                version: string
                        secretName: string
                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
            enabled: false
        endpoint: string
        tls:
            tlsEnabled: false
            trustedCaCertificateConfigMap: string
    kafkaConnectorName: string
    localBrokerConnection:
        authentication:
            kubernetes:
                secretPath: string
                serviceAccountTokenName: string
        endpoint: string
        tls:
            tlsEnabled: false
            trustedCaCertificateConfigMap: string
    location: string
    logLevel: string
    mqName: string
    nodeTolerations:
        effect: string
        key: string
        operator: string
        value: string
    resourceGroupName: string
    tags:
        string: string
KafkaConnector 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 KafkaConnector resource accepts the following input properties:
- ExtendedLocation Pulumi.Azure Native. Io TOperations MQ. Inputs. Extended Location Property 
- Extended Location
- KafkaConnection Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Connection Spec 
- The details for connecting with Remote Kafka Broker.
- MqName string
- Name of MQ resource
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ClientId stringPrefix 
- The client id prefix of the dynamically generated client ids.
- Image
Pulumi.Azure Native. Io TOperations MQ. Inputs. Container Image 
- The details of KafkaConnector Docker Image.
- Instances int
- The number of KafkaConnector pods to spin up.
- KafkaConnector stringName 
- Name of MQ kafkaConnector resource
- 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.
- 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
- KafkaConnection KafkaRemote Broker Connection Spec Args 
- The details for connecting with Remote Kafka Broker.
- MqName string
- Name of MQ resource
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ClientId stringPrefix 
- The client id prefix of the dynamically generated client ids.
- Image
ContainerImage Args 
- The details of KafkaConnector Docker Image.
- Instances int
- The number of KafkaConnector pods to spin up.
- KafkaConnector stringName 
- Name of MQ kafkaConnector resource
- 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.
- NodeTolerations NodeTolerations Args 
- The Node Tolerations for the Bridge Connector pods.
- map[string]string
- Resource tags.
- extendedLocation ExtendedLocation Property 
- Extended Location
- kafkaConnection KafkaRemote Broker Connection Spec 
- The details for connecting with Remote Kafka Broker.
- mqName String
- Name of MQ resource
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- clientId StringPrefix 
- The client id prefix of the dynamically generated client ids.
- image
ContainerImage 
- The details of KafkaConnector Docker Image.
- instances Integer
- The number of KafkaConnector pods to spin up.
- kafkaConnector StringName 
- Name of MQ kafkaConnector resource
- 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.
- nodeTolerations NodeTolerations 
- The Node Tolerations for the Bridge Connector pods.
- Map<String,String>
- Resource tags.
- extendedLocation ExtendedLocation Property 
- Extended Location
- kafkaConnection KafkaRemote Broker Connection Spec 
- The details for connecting with Remote Kafka Broker.
- mqName string
- Name of MQ resource
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- clientId stringPrefix 
- The client id prefix of the dynamically generated client ids.
- image
ContainerImage 
- The details of KafkaConnector Docker Image.
- instances number
- The number of KafkaConnector pods to spin up.
- kafkaConnector stringName 
- Name of MQ kafkaConnector resource
- 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.
- nodeTolerations NodeTolerations 
- The Node Tolerations for the Bridge Connector pods.
- {[key: string]: string}
- Resource tags.
- extended_location ExtendedLocation Property Args 
- Extended Location
- kafka_connection KafkaRemote Broker Connection Spec Args 
- The details for connecting with Remote Kafka Broker.
- mq_name str
- Name of MQ resource
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- client_id_ strprefix 
- The client id prefix of the dynamically generated client ids.
- image
ContainerImage Args 
- The details of KafkaConnector Docker Image.
- instances int
- The number of KafkaConnector pods to spin up.
- kafka_connector_ strname 
- Name of MQ kafkaConnector resource
- 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.
- node_tolerations NodeTolerations Args 
- The Node Tolerations for the Bridge Connector pods.
- Mapping[str, str]
- Resource tags.
- extendedLocation Property Map
- Extended Location
- kafkaConnection Property Map
- The details for connecting with Remote Kafka Broker.
- mqName String
- Name of MQ resource
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- clientId StringPrefix 
- The client id prefix of the dynamically generated client ids.
- image Property Map
- The details of KafkaConnector Docker Image.
- instances Number
- The number of KafkaConnector pods to spin up.
- kafkaConnector StringName 
- Name of MQ kafkaConnector resource
- 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.
- 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 KafkaConnector 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
KafkaRemoteBrokerAuthenticationProperties, KafkaRemoteBrokerAuthenticationPropertiesArgs          
- Enabled bool
- If authentication is enabled for Kafka remote broker.
- AuthType Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Authentication Types 
- The type of authentication to use for Kafka remote broker.
- Enabled bool
- If authentication is enabled for Kafka remote broker.
- AuthType KafkaRemote Broker Authentication Types 
- The type of authentication to use for Kafka remote broker.
- enabled Boolean
- If authentication is enabled for Kafka remote broker.
- authType KafkaRemote Broker Authentication Types 
- The type of authentication to use for Kafka remote broker.
- enabled boolean
- If authentication is enabled for Kafka remote broker.
- authType KafkaRemote Broker Authentication Types 
- The type of authentication to use for Kafka remote broker.
- enabled bool
- If authentication is enabled for Kafka remote broker.
- auth_type KafkaRemote Broker Authentication Types 
- The type of authentication to use for Kafka remote broker.
- enabled Boolean
- If authentication is enabled for Kafka remote broker.
- authType Property Map
- The type of authentication to use for Kafka remote broker.
KafkaRemoteBrokerAuthenticationPropertiesResponse, KafkaRemoteBrokerAuthenticationPropertiesResponseArgs            
- Enabled bool
- If authentication is enabled for Kafka remote broker.
- AuthType Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Authentication Types Response 
- The type of authentication to use for Kafka remote broker.
- Enabled bool
- If authentication is enabled for Kafka remote broker.
- AuthType KafkaRemote Broker Authentication Types Response 
- The type of authentication to use for Kafka remote broker.
- enabled Boolean
- If authentication is enabled for Kafka remote broker.
- authType KafkaRemote Broker Authentication Types Response 
- The type of authentication to use for Kafka remote broker.
- enabled boolean
- If authentication is enabled for Kafka remote broker.
- authType KafkaRemote Broker Authentication Types Response 
- The type of authentication to use for Kafka remote broker.
- enabled bool
- If authentication is enabled for Kafka remote broker.
- auth_type KafkaRemote Broker Authentication Types Response 
- The type of authentication to use for Kafka remote broker.
- enabled Boolean
- If authentication is enabled for Kafka remote broker.
- authType Property Map
- The type of authentication to use for Kafka remote broker.
KafkaRemoteBrokerAuthenticationTypes, KafkaRemoteBrokerAuthenticationTypesArgs          
- Sasl
Pulumi.Azure Native. Io TOperations MQ. Inputs. Sasl Remote Broker Basic Authentication 
- Sasl remote broker authentication method.
- 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. Kafka X509Authentication 
- X509 remote broker authentication method.
- Sasl
SaslRemote Broker Basic Authentication 
- Sasl remote broker authentication method.
- SystemAssigned ManagedManaged Identity Identity Authentication 
- Managed identity remote broker authentication method.
- X509
KafkaX509Authentication 
- X509 remote broker authentication method.
- sasl
SaslRemote Broker Basic Authentication 
- Sasl remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication 
- Managed identity remote broker authentication method.
- x509
KafkaX509Authentication 
- X509 remote broker authentication method.
- sasl
SaslRemote Broker Basic Authentication 
- Sasl remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication 
- Managed identity remote broker authentication method.
- x509
KafkaX509Authentication 
- X509 remote broker authentication method.
- sasl
SaslRemote Broker Basic Authentication 
- Sasl remote broker authentication method.
- system_assigned_ Managedmanaged_ identity Identity Authentication 
- Managed identity remote broker authentication method.
- x509
KafkaX509Authentication 
- X509 remote broker authentication method.
- sasl Property Map
- Sasl remote broker authentication method.
- systemAssigned Property MapManaged Identity 
- Managed identity remote broker authentication method.
- x509 Property Map
- X509 remote broker authentication method.
KafkaRemoteBrokerAuthenticationTypesResponse, KafkaRemoteBrokerAuthenticationTypesResponseArgs            
- Sasl
Pulumi.Azure Native. Io TOperations MQ. Inputs. Sasl Remote Broker Basic Authentication Response 
- Sasl remote broker authentication method.
- 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. Kafka X509Authentication Response 
- X509 remote broker authentication method.
- Sasl
SaslRemote Broker Basic Authentication Response 
- Sasl remote broker authentication method.
- SystemAssigned ManagedManaged Identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- X509
KafkaX509Authentication Response 
- X509 remote broker authentication method.
- sasl
SaslRemote Broker Basic Authentication Response 
- Sasl remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- x509
KafkaX509Authentication Response 
- X509 remote broker authentication method.
- sasl
SaslRemote Broker Basic Authentication Response 
- Sasl remote broker authentication method.
- systemAssigned ManagedManaged Identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- x509
KafkaX509Authentication Response 
- X509 remote broker authentication method.
- sasl
SaslRemote Broker Basic Authentication Response 
- Sasl remote broker authentication method.
- system_assigned_ Managedmanaged_ identity Identity Authentication Response 
- Managed identity remote broker authentication method.
- x509
KafkaX509Authentication Response 
- X509 remote broker authentication method.
- sasl Property Map
- Sasl remote broker authentication method.
- systemAssigned Property MapManaged Identity 
- Managed identity remote broker authentication method.
- x509 Property Map
- X509 remote broker authentication method.
KafkaRemoteBrokerConnectionSpec, KafkaRemoteBrokerConnectionSpecArgs          
- Authentication
Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Authentication Properties 
- The remote broker authentication methods.
- Endpoint string
- The endpoint of remote broker to connect to.
- Tls
Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Connection Tls 
- TLS details for Remote broker Connection.
- Authentication
KafkaRemote Broker Authentication Properties 
- The remote broker authentication methods.
- Endpoint string
- The endpoint of remote broker to connect to.
- Tls
KafkaRemote Broker Connection Tls 
- TLS details for Remote broker Connection.
- authentication
KafkaRemote Broker Authentication Properties 
- The remote broker authentication methods.
- endpoint String
- The endpoint of remote broker to connect to.
- tls
KafkaRemote Broker Connection Tls 
- TLS details for Remote broker Connection.
- authentication
KafkaRemote Broker Authentication Properties 
- The remote broker authentication methods.
- endpoint string
- The endpoint of remote broker to connect to.
- tls
KafkaRemote Broker Connection Tls 
- TLS details for Remote broker Connection.
- authentication
KafkaRemote Broker Authentication Properties 
- The remote broker authentication methods.
- endpoint str
- The endpoint of remote broker to connect to.
- tls
KafkaRemote Broker Connection Tls 
- TLS details for Remote broker Connection.
- authentication Property Map
- The remote broker authentication methods.
- endpoint String
- The endpoint of remote broker to connect to.
- tls Property Map
- TLS details for Remote broker Connection.
KafkaRemoteBrokerConnectionSpecResponse, KafkaRemoteBrokerConnectionSpecResponseArgs            
- Authentication
Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Authentication Properties Response 
- The remote broker authentication methods.
- Endpoint string
- The endpoint of remote broker to connect to.
- Tls
Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- Authentication
KafkaRemote Broker Authentication Properties Response 
- The remote broker authentication methods.
- Endpoint string
- The endpoint of remote broker to connect to.
- Tls
KafkaRemote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- authentication
KafkaRemote Broker Authentication Properties Response 
- The remote broker authentication methods.
- endpoint String
- The endpoint of remote broker to connect to.
- tls
KafkaRemote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- authentication
KafkaRemote Broker Authentication Properties Response 
- The remote broker authentication methods.
- endpoint string
- The endpoint of remote broker to connect to.
- tls
KafkaRemote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- authentication
KafkaRemote Broker Authentication Properties Response 
- The remote broker authentication methods.
- endpoint str
- The endpoint of remote broker to connect to.
- tls
KafkaRemote Broker Connection Tls Response 
- TLS details for Remote broker Connection.
- authentication Property Map
- The remote broker authentication methods.
- endpoint String
- The endpoint of remote broker to connect to.
- tls Property Map
- TLS details for Remote broker Connection.
KafkaRemoteBrokerConnectionTls, KafkaRemoteBrokerConnectionTlsArgs          
- 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.
KafkaRemoteBrokerConnectionTlsResponse, KafkaRemoteBrokerConnectionTlsResponseArgs            
- 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.
KafkaSaslType, KafkaSaslTypeArgs      
- Plain
- plainSasl Plain authentication.
- ScramSha256 
- scramSha256Sasl ScramSha256 authentication.
- ScramSha512 
- scramSha512Sasl ScramSha512 authentication.
- KafkaSasl Type Plain 
- plainSasl Plain authentication.
- KafkaSasl Type Scram Sha256 
- scramSha256Sasl ScramSha256 authentication.
- KafkaSasl Type Scram Sha512 
- scramSha512Sasl ScramSha512 authentication.
- Plain
- plainSasl Plain authentication.
- ScramSha256 
- scramSha256Sasl ScramSha256 authentication.
- ScramSha512 
- scramSha512Sasl ScramSha512 authentication.
- Plain
- plainSasl Plain authentication.
- ScramSha256 
- scramSha256Sasl ScramSha256 authentication.
- ScramSha512 
- scramSha512Sasl ScramSha512 authentication.
- PLAIN
- plainSasl Plain authentication.
- SCRAM_SHA256
- scramSha256Sasl ScramSha256 authentication.
- SCRAM_SHA512
- scramSha512Sasl ScramSha512 authentication.
- "plain"
- plainSasl Plain authentication.
- "scramSha256" 
- scramSha256Sasl ScramSha256 authentication.
- "scramSha512" 
- scramSha512Sasl ScramSha512 authentication.
KafkaTokenKeyVaultProperties, KafkaTokenKeyVaultPropertiesArgs          
- Vault
Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties 
- KeyVault properties.
- VaultSecret Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object 
- KeyVault secret details.
- Username string
- Username to connect with.
- Vault
KeyVault Connection Properties 
- KeyVault properties.
- VaultSecret KeyVault Secret Object 
- KeyVault secret details.
- Username string
- Username to connect with.
- vault
KeyVault Connection Properties 
- KeyVault properties.
- vaultSecret KeyVault Secret Object 
- KeyVault secret details.
- username String
- Username to connect with.
- vault
KeyVault Connection Properties 
- KeyVault properties.
- vaultSecret KeyVault Secret Object 
- KeyVault secret details.
- username string
- Username to connect with.
- vault
KeyVault Connection Properties 
- KeyVault properties.
- vault_secret KeyVault Secret Object 
- KeyVault secret details.
- username str
- Username to connect with.
- vault Property Map
- KeyVault properties.
- vaultSecret Property Map
- KeyVault secret details.
- username String
- Username to connect with.
KafkaTokenKeyVaultPropertiesResponse, KafkaTokenKeyVaultPropertiesResponseArgs            
- Vault
Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties Response 
- KeyVault properties.
- VaultSecret Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response 
- KeyVault secret details.
- Username string
- Username to connect with.
- Vault
KeyVault Connection Properties Response 
- KeyVault properties.
- VaultSecret KeyVault Secret Object Response 
- KeyVault secret details.
- Username string
- Username to connect with.
- vault
KeyVault Connection Properties Response 
- KeyVault properties.
- vaultSecret KeyVault Secret Object Response 
- KeyVault secret details.
- username String
- Username to connect with.
- vault
KeyVault Connection Properties Response 
- KeyVault properties.
- vaultSecret KeyVault Secret Object Response 
- KeyVault secret details.
- username string
- Username to connect with.
- vault
KeyVault Connection Properties Response 
- KeyVault properties.
- vault_secret KeyVault Secret Object Response 
- KeyVault secret details.
- username str
- Username to connect with.
- vault Property Map
- KeyVault properties.
- vaultSecret Property Map
- KeyVault secret details.
- username String
- Username to connect with.
KafkaX509Authentication, KafkaX509AuthenticationArgs    
- 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.
KafkaX509AuthenticationResponse, KafkaX509AuthenticationResponseArgs      
- 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.
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.
NodeTolerations, NodeTolerationsArgs    
NodeTolerationsResponse, NodeTolerationsResponseArgs      
SaslRemoteBrokerBasicAuthentication, SaslRemoteBrokerBasicAuthenticationArgs          
- SaslType string | Pulumi.Azure Native. Io TOperations MQ. Kafka Sasl Type 
- Sasl Mechanism for remote broker authentication.
- Token
Pulumi.Azure Native. Io TOperations MQ. Inputs. Sasl Remote Broker Basic Authentication Token 
- Sasl token for remote broker authentication.
- SaslType string | KafkaSasl Type 
- Sasl Mechanism for remote broker authentication.
- Token
SaslRemote Broker Basic Authentication Token 
- Sasl token for remote broker authentication.
- saslType String | KafkaSasl Type 
- Sasl Mechanism for remote broker authentication.
- token
SaslRemote Broker Basic Authentication Token 
- Sasl token for remote broker authentication.
- saslType string | KafkaSasl Type 
- Sasl Mechanism for remote broker authentication.
- token
SaslRemote Broker Basic Authentication Token 
- Sasl token for remote broker authentication.
- sasl_type str | KafkaSasl Type 
- Sasl Mechanism for remote broker authentication.
- token
SaslRemote Broker Basic Authentication Token 
- Sasl token for remote broker authentication.
- saslType String | "plain" | "scramSha256" | "scram Sha512" 
- Sasl Mechanism for remote broker authentication.
- token Property Map
- Sasl token for remote broker authentication.
SaslRemoteBrokerBasicAuthenticationResponse, SaslRemoteBrokerBasicAuthenticationResponseArgs            
- SaslType string
- Sasl Mechanism for remote broker authentication.
- Token
Pulumi.Azure Native. Io TOperations MQ. Inputs. Sasl Remote Broker Basic Authentication Token Response 
- Sasl token for remote broker authentication.
- SaslType string
- Sasl Mechanism for remote broker authentication.
- Token
SaslRemote Broker Basic Authentication Token Response 
- Sasl token for remote broker authentication.
- saslType String
- Sasl Mechanism for remote broker authentication.
- token
SaslRemote Broker Basic Authentication Token Response 
- Sasl token for remote broker authentication.
- saslType string
- Sasl Mechanism for remote broker authentication.
- token
SaslRemote Broker Basic Authentication Token Response 
- Sasl token for remote broker authentication.
- sasl_type str
- Sasl Mechanism for remote broker authentication.
- token
SaslRemote Broker Basic Authentication Token Response 
- Sasl token for remote broker authentication.
- saslType String
- Sasl Mechanism for remote broker authentication.
- token Property Map
- Sasl token for remote broker authentication.
SaslRemoteBrokerBasicAuthenticationToken, SaslRemoteBrokerBasicAuthenticationTokenArgs            
- KeyVault Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Token Key Vault Properties 
- Keyvault token keyvault secret properties.
- SecretName string
- Secret where cert details are stored.
- KeyVault KafkaToken Key Vault Properties 
- Keyvault token keyvault secret properties.
- SecretName string
- Secret where cert details are stored.
- keyVault KafkaToken Key Vault Properties 
- Keyvault token keyvault secret properties.
- secretName String
- Secret where cert details are stored.
- keyVault KafkaToken Key Vault Properties 
- Keyvault token keyvault secret properties.
- secretName string
- Secret where cert details are stored.
- key_vault KafkaToken Key Vault Properties 
- Keyvault token keyvault secret properties.
- secret_name str
- Secret where cert details are stored.
- keyVault Property Map
- Keyvault token keyvault secret properties.
- secretName String
- Secret where cert details are stored.
SaslRemoteBrokerBasicAuthenticationTokenResponse, SaslRemoteBrokerBasicAuthenticationTokenResponseArgs              
- KeyVault Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Token Key Vault Properties Response 
- Keyvault token keyvault secret properties.
- SecretName string
- Secret where cert details are stored.
- KeyVault KafkaToken Key Vault Properties Response 
- Keyvault token keyvault secret properties.
- SecretName string
- Secret where cert details are stored.
- keyVault KafkaToken Key Vault Properties Response 
- Keyvault token keyvault secret properties.
- secretName String
- Secret where cert details are stored.
- keyVault KafkaToken Key Vault Properties Response 
- Keyvault token keyvault secret properties.
- secretName string
- Secret where cert details are stored.
- key_vault KafkaToken Key Vault Properties Response 
- Keyvault token keyvault secret properties.
- secret_name str
- Secret where cert details are stored.
- keyVault Property Map
- Keyvault token keyvault secret properties.
- secretName String
- Secret where cert details are stored.
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:KafkaConnector acntmeqjezkawbphgyprhwv /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/kafkaConnector/{kafkaConnectorName} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0