1. Packages
  2. Azure Native
  3. API Docs
  4. iotoperationsmq
  5. BrokerListener
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.iotoperationsmq.BrokerListener

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

MQ broker/listener resource

Uses Azure REST API version 2023-10-04-preview. In version 2.x of the Azure Native provider, it used API version 2023-10-04-preview.

Example Usage

BrokerListener_CreateOrUpdate

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

return await Deployment.RunAsync(() => 
{
    var brokerListener = new AzureNative.IoTOperationsMQ.BrokerListener("brokerListener", new()
    {
        AuthenticationEnabled = true,
        AuthorizationEnabled = true,
        BrokerName = "HGF6WIy6oHv756MjW0JRLILF",
        BrokerRef = "ikuszpfycikq",
        ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
        {
            Name = "an",
            Type = AzureNative.IoTOperationsMQ.ExtendedLocationType.CustomLocation,
        },
        ListenerName = "XGEP",
        Location = "dppbdcpstouifyko",
        MqName = "Z1-2BCdNY4JO--84",
        NodePort = 34375,
        Port = 19791,
        ResourceGroupName = "rgiotoperationsmq",
        ServiceName = "euxa",
        ServiceType = AzureNative.IoTOperationsMQ.ServiceType.ClusterIp,
        Tags = null,
        Tls = new AzureNative.IoTOperationsMQ.Inputs.TlsCertMethodArgs
        {
            Automatic = new AzureNative.IoTOperationsMQ.Inputs.AutomaticCertMethodArgs
            {
                Duration = "rv",
                IssuerRef = new AzureNative.IoTOperationsMQ.Inputs.CertManagerIssuerRefArgs
                {
                    Group = "wxydv",
                    Kind = "birgjwuxfjcvyqe",
                    Name = "krmdlovyynymtvgffaveker",
                },
                PrivateKey = new AzureNative.IoTOperationsMQ.Inputs.CertManagerPrivateKeyArgs
                {
                    Algorithm = "wwewfsddymjefuhxzqybwvay",
                    RotationPolicy = "jxmpyvfneckopjiakjtous",
                    Size = 63427,
                },
                RenewBefore = "dexxoqqkgyofhkbk",
                San = new AzureNative.IoTOperationsMQ.Inputs.SanForCertArgs
                {
                    Dns = new[]
                    {
                        "nknzptgqgjvbkgzv",
                    },
                    Ip = new[]
                    {
                        "jpdkemham",
                    },
                },
                SecretName = "hquvygbuueerkspqqktviya",
                SecretNamespace = "aevwndhcnfxitdjykp",
            },
            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",
                },
            },
            Manual = new AzureNative.IoTOperationsMQ.Inputs.ManualCertMethodArgs
            {
                SecretName = "fezcl",
                SecretNamespace = "ozhayajoooingoczovfusqyilin",
            },
        },
    });

});
Copy
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iotoperationsmq.NewBrokerListener(ctx, "brokerListener", &iotoperationsmq.BrokerListenerArgs{
			AuthenticationEnabled: pulumi.Bool(true),
			AuthorizationEnabled:  pulumi.Bool(true),
			BrokerName:            pulumi.String("HGF6WIy6oHv756MjW0JRLILF"),
			BrokerRef:             pulumi.String("ikuszpfycikq"),
			ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
				Name: pulumi.String("an"),
				Type: pulumi.String(iotoperationsmq.ExtendedLocationTypeCustomLocation),
			},
			ListenerName:      pulumi.String("XGEP"),
			Location:          pulumi.String("dppbdcpstouifyko"),
			MqName:            pulumi.String("Z1-2BCdNY4JO--84"),
			NodePort:          pulumi.Int(34375),
			Port:              pulumi.Int(19791),
			ResourceGroupName: pulumi.String("rgiotoperationsmq"),
			ServiceName:       pulumi.String("euxa"),
			ServiceType:       pulumi.String(iotoperationsmq.ServiceTypeClusterIp),
			Tags:              pulumi.StringMap{},
			Tls: &iotoperationsmq.TlsCertMethodArgs{
				Automatic: &iotoperationsmq.AutomaticCertMethodArgs{
					Duration: pulumi.String("rv"),
					IssuerRef: &iotoperationsmq.CertManagerIssuerRefArgs{
						Group: pulumi.String("wxydv"),
						Kind:  pulumi.String("birgjwuxfjcvyqe"),
						Name:  pulumi.String("krmdlovyynymtvgffaveker"),
					},
					PrivateKey: &iotoperationsmq.CertManagerPrivateKeyArgs{
						Algorithm:      pulumi.String("wwewfsddymjefuhxzqybwvay"),
						RotationPolicy: pulumi.String("jxmpyvfneckopjiakjtous"),
						Size:           pulumi.Int(63427),
					},
					RenewBefore: pulumi.String("dexxoqqkgyofhkbk"),
					San: &iotoperationsmq.SanForCertArgs{
						Dns: pulumi.StringArray{
							pulumi.String("nknzptgqgjvbkgzv"),
						},
						Ip: pulumi.StringArray{
							pulumi.String("jpdkemham"),
						},
					},
					SecretName:      pulumi.String("hquvygbuueerkspqqktviya"),
					SecretNamespace: pulumi.String("aevwndhcnfxitdjykp"),
				},
				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"),
					},
				},
				Manual: &iotoperationsmq.ManualCertMethodArgs{
					SecretName:      pulumi.String("fezcl"),
					SecretNamespace: pulumi.String("ozhayajoooingoczovfusqyilin"),
				},
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.iotoperationsmq.BrokerListener;
import com.pulumi.azurenative.iotoperationsmq.BrokerListenerArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ExtendedLocationPropertyArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.TlsCertMethodArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.AutomaticCertMethodArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.CertManagerIssuerRefArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.CertManagerPrivateKeyArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.SanForCertArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultCertificatePropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultConnectionPropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultCredentialsPropertiesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.KeyVaultSecretObjectArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ManualCertMethodArgs;
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 brokerListener = new BrokerListener("brokerListener", BrokerListenerArgs.builder()
            .authenticationEnabled(true)
            .authorizationEnabled(true)
            .brokerName("HGF6WIy6oHv756MjW0JRLILF")
            .brokerRef("ikuszpfycikq")
            .extendedLocation(ExtendedLocationPropertyArgs.builder()
                .name("an")
                .type("CustomLocation")
                .build())
            .listenerName("XGEP")
            .location("dppbdcpstouifyko")
            .mqName("Z1-2BCdNY4JO--84")
            .nodePort(34375)
            .port(19791)
            .resourceGroupName("rgiotoperationsmq")
            .serviceName("euxa")
            .serviceType("clusterIp")
            .tags(Map.ofEntries(
            ))
            .tls(TlsCertMethodArgs.builder()
                .automatic(AutomaticCertMethodArgs.builder()
                    .duration("rv")
                    .issuerRef(CertManagerIssuerRefArgs.builder()
                        .group("wxydv")
                        .kind("birgjwuxfjcvyqe")
                        .name("krmdlovyynymtvgffaveker")
                        .build())
                    .privateKey(CertManagerPrivateKeyArgs.builder()
                        .algorithm("wwewfsddymjefuhxzqybwvay")
                        .rotationPolicy("jxmpyvfneckopjiakjtous")
                        .size(63427)
                        .build())
                    .renewBefore("dexxoqqkgyofhkbk")
                    .san(SanForCertArgs.builder()
                        .dns("nknzptgqgjvbkgzv")
                        .ip("jpdkemham")
                        .build())
                    .secretName("hquvygbuueerkspqqktviya")
                    .secretNamespace("aevwndhcnfxitdjykp")
                    .build())
                .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())
                .manual(ManualCertMethodArgs.builder()
                    .secretName("fezcl")
                    .secretNamespace("ozhayajoooingoczovfusqyilin")
                    .build())
                .build())
            .build());

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

const brokerListener = new azure_native.iotoperationsmq.BrokerListener("brokerListener", {
    authenticationEnabled: true,
    authorizationEnabled: true,
    brokerName: "HGF6WIy6oHv756MjW0JRLILF",
    brokerRef: "ikuszpfycikq",
    extendedLocation: {
        name: "an",
        type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
    },
    listenerName: "XGEP",
    location: "dppbdcpstouifyko",
    mqName: "Z1-2BCdNY4JO--84",
    nodePort: 34375,
    port: 19791,
    resourceGroupName: "rgiotoperationsmq",
    serviceName: "euxa",
    serviceType: azure_native.iotoperationsmq.ServiceType.ClusterIp,
    tags: {},
    tls: {
        automatic: {
            duration: "rv",
            issuerRef: {
                group: "wxydv",
                kind: "birgjwuxfjcvyqe",
                name: "krmdlovyynymtvgffaveker",
            },
            privateKey: {
                algorithm: "wwewfsddymjefuhxzqybwvay",
                rotationPolicy: "jxmpyvfneckopjiakjtous",
                size: 63427,
            },
            renewBefore: "dexxoqqkgyofhkbk",
            san: {
                dns: ["nknzptgqgjvbkgzv"],
                ip: ["jpdkemham"],
            },
            secretName: "hquvygbuueerkspqqktviya",
            secretNamespace: "aevwndhcnfxitdjykp",
        },
        keyVault: {
            vault: {
                credentials: {
                    servicePrincipalLocalSecretName: "wuimjwpbhoglbsxxa",
                },
                directoryId: "eyjniptiykzcgbzok",
                name: "lxmwfan",
            },
            vaultCaChainSecret: {
                name: "bmectskddmpjxnsogwooexj",
                version: "unjfbf",
            },
            vaultCert: {
                name: "bmectskddmpjxnsogwooexj",
                version: "unjfbf",
            },
        },
        manual: {
            secretName: "fezcl",
            secretNamespace: "ozhayajoooingoczovfusqyilin",
        },
    },
});
Copy
import pulumi
import pulumi_azure_native as azure_native

broker_listener = azure_native.iotoperationsmq.BrokerListener("brokerListener",
    authentication_enabled=True,
    authorization_enabled=True,
    broker_name="HGF6WIy6oHv756MjW0JRLILF",
    broker_ref="ikuszpfycikq",
    extended_location={
        "name": "an",
        "type": azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
    },
    listener_name="XGEP",
    location="dppbdcpstouifyko",
    mq_name="Z1-2BCdNY4JO--84",
    node_port=34375,
    port=19791,
    resource_group_name="rgiotoperationsmq",
    service_name="euxa",
    service_type=azure_native.iotoperationsmq.ServiceType.CLUSTER_IP,
    tags={},
    tls={
        "automatic": {
            "duration": "rv",
            "issuer_ref": {
                "group": "wxydv",
                "kind": "birgjwuxfjcvyqe",
                "name": "krmdlovyynymtvgffaveker",
            },
            "private_key": {
                "algorithm": "wwewfsddymjefuhxzqybwvay",
                "rotation_policy": "jxmpyvfneckopjiakjtous",
                "size": 63427,
            },
            "renew_before": "dexxoqqkgyofhkbk",
            "san": {
                "dns": ["nknzptgqgjvbkgzv"],
                "ip": ["jpdkemham"],
            },
            "secret_name": "hquvygbuueerkspqqktviya",
            "secret_namespace": "aevwndhcnfxitdjykp",
        },
        "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",
            },
        },
        "manual": {
            "secret_name": "fezcl",
            "secret_namespace": "ozhayajoooingoczovfusqyilin",
        },
    })
Copy
resources:
  brokerListener:
    type: azure-native:iotoperationsmq:BrokerListener
    properties:
      authenticationEnabled: true
      authorizationEnabled: true
      brokerName: HGF6WIy6oHv756MjW0JRLILF
      brokerRef: ikuszpfycikq
      extendedLocation:
        name: an
        type: CustomLocation
      listenerName: XGEP
      location: dppbdcpstouifyko
      mqName: Z1-2BCdNY4JO--84
      nodePort: 34375
      port: 19791
      resourceGroupName: rgiotoperationsmq
      serviceName: euxa
      serviceType: clusterIp
      tags: {}
      tls:
        automatic:
          duration: rv
          issuerRef:
            group: wxydv
            kind: birgjwuxfjcvyqe
            name: krmdlovyynymtvgffaveker
          privateKey:
            algorithm: wwewfsddymjefuhxzqybwvay
            rotationPolicy: jxmpyvfneckopjiakjtous
            size: 63427
          renewBefore: dexxoqqkgyofhkbk
          san:
            dns:
              - nknzptgqgjvbkgzv
            ip:
              - jpdkemham
          secretName: hquvygbuueerkspqqktviya
          secretNamespace: aevwndhcnfxitdjykp
        keyVault:
          vault:
            credentials:
              servicePrincipalLocalSecretName: wuimjwpbhoglbsxxa
            directoryId: eyjniptiykzcgbzok
            name: lxmwfan
          vaultCaChainSecret:
            name: bmectskddmpjxnsogwooexj
            version: unjfbf
          vaultCert:
            name: bmectskddmpjxnsogwooexj
            version: unjfbf
        manual:
          secretName: fezcl
          secretNamespace: ozhayajoooingoczovfusqyilin
Copy

Create BrokerListener Resource

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

Constructor syntax

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

@overload
def BrokerListener(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   port: Optional[int] = None,
                   resource_group_name: Optional[str] = None,
                   broker_name: Optional[str] = None,
                   broker_ref: Optional[str] = None,
                   extended_location: Optional[ExtendedLocationPropertyArgs] = None,
                   mq_name: Optional[str] = None,
                   authorization_enabled: Optional[bool] = None,
                   node_port: Optional[int] = None,
                   location: Optional[str] = None,
                   authentication_enabled: Optional[bool] = None,
                   listener_name: Optional[str] = None,
                   service_name: Optional[str] = None,
                   service_type: Optional[Union[str, ServiceType]] = None,
                   tags: Optional[Mapping[str, str]] = None,
                   tls: Optional[TlsCertMethodArgs] = None)
func NewBrokerListener(ctx *Context, name string, args BrokerListenerArgs, opts ...ResourceOption) (*BrokerListener, error)
public BrokerListener(string name, BrokerListenerArgs args, CustomResourceOptions? opts = null)
public BrokerListener(String name, BrokerListenerArgs args)
public BrokerListener(String name, BrokerListenerArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:BrokerListener
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. BrokerListenerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. BrokerListenerArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. BrokerListenerArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. BrokerListenerArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. BrokerListenerArgs
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 azure_nativeBrokerListenerResource = new AzureNative.IoTOperationsMQ.BrokerListener("azure-nativeBrokerListenerResource", new()
{
    Port = 0,
    ResourceGroupName = "string",
    BrokerName = "string",
    BrokerRef = "string",
    ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
    {
        Name = "string",
        Type = "string",
    },
    MqName = "string",
    AuthorizationEnabled = false,
    NodePort = 0,
    Location = "string",
    AuthenticationEnabled = false,
    ListenerName = "string",
    ServiceName = "string",
    ServiceType = "string",
    Tags = 
    {
        { "string", "string" },
    },
    Tls = new AzureNative.IoTOperationsMQ.Inputs.TlsCertMethodArgs
    {
        Automatic = new AzureNative.IoTOperationsMQ.Inputs.AutomaticCertMethodArgs
        {
            IssuerRef = new AzureNative.IoTOperationsMQ.Inputs.CertManagerIssuerRefArgs
            {
                Group = "string",
                Kind = "string",
                Name = "string",
            },
            Duration = "string",
            PrivateKey = new AzureNative.IoTOperationsMQ.Inputs.CertManagerPrivateKeyArgs
            {
                Algorithm = "string",
                RotationPolicy = "string",
                Size = 0,
            },
            RenewBefore = "string",
            San = new AzureNative.IoTOperationsMQ.Inputs.SanForCertArgs
            {
                Dns = new[]
                {
                    "string",
                },
                Ip = new[]
                {
                    "string",
                },
            },
            SecretName = "string",
            SecretNamespace = "string",
        },
        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",
            },
        },
        Manual = new AzureNative.IoTOperationsMQ.Inputs.ManualCertMethodArgs
        {
            SecretName = "string",
            SecretNamespace = "string",
        },
    },
});
Copy
example, err := iotoperationsmq.NewBrokerListener(ctx, "azure-nativeBrokerListenerResource", &iotoperationsmq.BrokerListenerArgs{
	Port:              pulumi.Int(0),
	ResourceGroupName: pulumi.String("string"),
	BrokerName:        pulumi.String("string"),
	BrokerRef:         pulumi.String("string"),
	ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
		Name: pulumi.String("string"),
		Type: pulumi.String("string"),
	},
	MqName:                pulumi.String("string"),
	AuthorizationEnabled:  pulumi.Bool(false),
	NodePort:              pulumi.Int(0),
	Location:              pulumi.String("string"),
	AuthenticationEnabled: pulumi.Bool(false),
	ListenerName:          pulumi.String("string"),
	ServiceName:           pulumi.String("string"),
	ServiceType:           pulumi.String("string"),
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Tls: &iotoperationsmq.TlsCertMethodArgs{
		Automatic: &iotoperationsmq.AutomaticCertMethodArgs{
			IssuerRef: &iotoperationsmq.CertManagerIssuerRefArgs{
				Group: pulumi.String("string"),
				Kind:  pulumi.String("string"),
				Name:  pulumi.String("string"),
			},
			Duration: pulumi.String("string"),
			PrivateKey: &iotoperationsmq.CertManagerPrivateKeyArgs{
				Algorithm:      pulumi.String("string"),
				RotationPolicy: pulumi.String("string"),
				Size:           pulumi.Int(0),
			},
			RenewBefore: pulumi.String("string"),
			San: &iotoperationsmq.SanForCertArgs{
				Dns: pulumi.StringArray{
					pulumi.String("string"),
				},
				Ip: pulumi.StringArray{
					pulumi.String("string"),
				},
			},
			SecretName:      pulumi.String("string"),
			SecretNamespace: pulumi.String("string"),
		},
		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"),
			},
		},
		Manual: &iotoperationsmq.ManualCertMethodArgs{
			SecretName:      pulumi.String("string"),
			SecretNamespace: pulumi.String("string"),
		},
	},
})
Copy
var azure_nativeBrokerListenerResource = new BrokerListener("azure-nativeBrokerListenerResource", BrokerListenerArgs.builder()
    .port(0)
    .resourceGroupName("string")
    .brokerName("string")
    .brokerRef("string")
    .extendedLocation(ExtendedLocationPropertyArgs.builder()
        .name("string")
        .type("string")
        .build())
    .mqName("string")
    .authorizationEnabled(false)
    .nodePort(0)
    .location("string")
    .authenticationEnabled(false)
    .listenerName("string")
    .serviceName("string")
    .serviceType("string")
    .tags(Map.of("string", "string"))
    .tls(TlsCertMethodArgs.builder()
        .automatic(AutomaticCertMethodArgs.builder()
            .issuerRef(CertManagerIssuerRefArgs.builder()
                .group("string")
                .kind("string")
                .name("string")
                .build())
            .duration("string")
            .privateKey(CertManagerPrivateKeyArgs.builder()
                .algorithm("string")
                .rotationPolicy("string")
                .size(0)
                .build())
            .renewBefore("string")
            .san(SanForCertArgs.builder()
                .dns("string")
                .ip("string")
                .build())
            .secretName("string")
            .secretNamespace("string")
            .build())
        .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())
        .manual(ManualCertMethodArgs.builder()
            .secretName("string")
            .secretNamespace("string")
            .build())
        .build())
    .build());
Copy
azure_native_broker_listener_resource = azure_native.iotoperationsmq.BrokerListener("azure-nativeBrokerListenerResource",
    port=0,
    resource_group_name="string",
    broker_name="string",
    broker_ref="string",
    extended_location={
        "name": "string",
        "type": "string",
    },
    mq_name="string",
    authorization_enabled=False,
    node_port=0,
    location="string",
    authentication_enabled=False,
    listener_name="string",
    service_name="string",
    service_type="string",
    tags={
        "string": "string",
    },
    tls={
        "automatic": {
            "issuer_ref": {
                "group": "string",
                "kind": "string",
                "name": "string",
            },
            "duration": "string",
            "private_key": {
                "algorithm": "string",
                "rotation_policy": "string",
                "size": 0,
            },
            "renew_before": "string",
            "san": {
                "dns": ["string"],
                "ip": ["string"],
            },
            "secret_name": "string",
            "secret_namespace": "string",
        },
        "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",
            },
        },
        "manual": {
            "secret_name": "string",
            "secret_namespace": "string",
        },
    })
Copy
const azure_nativeBrokerListenerResource = new azure_native.iotoperationsmq.BrokerListener("azure-nativeBrokerListenerResource", {
    port: 0,
    resourceGroupName: "string",
    brokerName: "string",
    brokerRef: "string",
    extendedLocation: {
        name: "string",
        type: "string",
    },
    mqName: "string",
    authorizationEnabled: false,
    nodePort: 0,
    location: "string",
    authenticationEnabled: false,
    listenerName: "string",
    serviceName: "string",
    serviceType: "string",
    tags: {
        string: "string",
    },
    tls: {
        automatic: {
            issuerRef: {
                group: "string",
                kind: "string",
                name: "string",
            },
            duration: "string",
            privateKey: {
                algorithm: "string",
                rotationPolicy: "string",
                size: 0,
            },
            renewBefore: "string",
            san: {
                dns: ["string"],
                ip: ["string"],
            },
            secretName: "string",
            secretNamespace: "string",
        },
        keyVault: {
            vault: {
                credentials: {
                    servicePrincipalLocalSecretName: "string",
                },
                directoryId: "string",
                name: "string",
            },
            vaultCert: {
                name: "string",
                version: "string",
            },
            vaultCaChainSecret: {
                name: "string",
                version: "string",
            },
        },
        manual: {
            secretName: "string",
            secretNamespace: "string",
        },
    },
});
Copy
type: azure-native:iotoperationsmq:BrokerListener
properties:
    authenticationEnabled: false
    authorizationEnabled: false
    brokerName: string
    brokerRef: string
    extendedLocation:
        name: string
        type: string
    listenerName: string
    location: string
    mqName: string
    nodePort: 0
    port: 0
    resourceGroupName: string
    serviceName: string
    serviceType: string
    tags:
        string: string
    tls:
        automatic:
            duration: string
            issuerRef:
                group: string
                kind: string
                name: string
            privateKey:
                algorithm: string
                rotationPolicy: string
                size: 0
            renewBefore: string
            san:
                dns:
                    - string
                ip:
                    - string
            secretName: string
            secretNamespace: string
        keyVault:
            vault:
                credentials:
                    servicePrincipalLocalSecretName: string
                directoryId: string
                name: string
            vaultCaChainSecret:
                name: string
                version: string
            vaultCert:
                name: string
                version: string
        manual:
            secretName: string
            secretNamespace: string
Copy

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

BrokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
BrokerRef This property is required. string
The k8s cr/resource reference of mq/broker.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
Pulumi.AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationProperty
Extended Location
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
Port This property is required. int
The port to start Listening for connections on.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
AuthenticationEnabled bool
The flag for enabling Authentication rules on Listener Port.
AuthorizationEnabled bool
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
ListenerName Changes to this property will trigger replacement. string
Name of MQ broker/listener resource
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
NodePort int
The node port to use on the Host node.
ServiceName string
The service name to expose Listener port on.
ServiceType string | Pulumi.AzureNative.IoTOperationsMQ.ServiceType
The Kubernetes Service type to deploy for Listener.
Tags Dictionary<string, string>
Resource tags.
Tls Pulumi.AzureNative.IoTOperationsMQ.Inputs.TlsCertMethod
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
BrokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
BrokerRef This property is required. string
The k8s cr/resource reference of mq/broker.
ExtendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
MqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
Port This property is required. int
The port to start Listening for connections on.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
AuthenticationEnabled bool
The flag for enabling Authentication rules on Listener Port.
AuthorizationEnabled bool
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
ListenerName Changes to this property will trigger replacement. string
Name of MQ broker/listener resource
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
NodePort int
The node port to use on the Host node.
ServiceName string
The service name to expose Listener port on.
ServiceType string | ServiceType
The Kubernetes Service type to deploy for Listener.
Tags map[string]string
Resource tags.
Tls TlsCertMethodArgs
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
brokerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker resource
brokerRef This property is required. String
The k8s cr/resource reference of mq/broker.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
port This property is required. Integer
The port to start Listening for connections on.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
authenticationEnabled Boolean
The flag for enabling Authentication rules on Listener Port.
authorizationEnabled Boolean
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
listenerName Changes to this property will trigger replacement. String
Name of MQ broker/listener resource
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
nodePort Integer
The node port to use on the Host node.
serviceName String
The service name to expose Listener port on.
serviceType String | ServiceType
The Kubernetes Service type to deploy for Listener.
tags Map<String,String>
Resource tags.
tls TlsCertMethod
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
brokerName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ broker resource
brokerRef This property is required. string
The k8s cr/resource reference of mq/broker.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationProperty
Extended Location
mqName
This property is required.
Changes to this property will trigger replacement.
string
Name of MQ resource
port This property is required. number
The port to start Listening for connections on.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
authenticationEnabled boolean
The flag for enabling Authentication rules on Listener Port.
authorizationEnabled boolean
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
listenerName Changes to this property will trigger replacement. string
Name of MQ broker/listener resource
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
nodePort number
The node port to use on the Host node.
serviceName string
The service name to expose Listener port on.
serviceType string | ServiceType
The Kubernetes Service type to deploy for Listener.
tags {[key: string]: string}
Resource tags.
tls TlsCertMethod
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
broker_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ broker resource
broker_ref This property is required. str
The k8s cr/resource reference of mq/broker.
extended_location
This property is required.
Changes to this property will trigger replacement.
ExtendedLocationPropertyArgs
Extended Location
mq_name
This property is required.
Changes to this property will trigger replacement.
str
Name of MQ resource
port This property is required. int
The port to start Listening for connections on.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
authentication_enabled bool
The flag for enabling Authentication rules on Listener Port.
authorization_enabled bool
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
listener_name Changes to this property will trigger replacement. str
Name of MQ broker/listener resource
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
node_port int
The node port to use on the Host node.
service_name str
The service name to expose Listener port on.
service_type str | ServiceType
The Kubernetes Service type to deploy for Listener.
tags Mapping[str, str]
Resource tags.
tls TlsCertMethodArgs
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported
brokerName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ broker resource
brokerRef This property is required. String
The k8s cr/resource reference of mq/broker.
extendedLocation
This property is required.
Changes to this property will trigger replacement.
Property Map
Extended Location
mqName
This property is required.
Changes to this property will trigger replacement.
String
Name of MQ resource
port This property is required. Number
The port to start Listening for connections on.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
authenticationEnabled Boolean
The flag for enabling Authentication rules on Listener Port.
authorizationEnabled Boolean
The flag for enabling Authorization policies on Listener Port. false - AllowAll, true - Use Authorization resource rules if present.
listenerName Changes to this property will trigger replacement. String
Name of MQ broker/listener resource
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
nodePort Number
The node port to use on the Host node.
serviceName String
The service name to expose Listener port on.
serviceType String | "clusterIp" | "loadBalancer" | "nodePort"
The Kubernetes Service type to deploy for Listener.
tags Map<String>
Resource tags.
tls Property Map
Defines configuration of a TLS server certificate. NOTE Enum - Only one TLS Cert method is supported

Outputs

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

AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
SystemData Pulumi.AzureNative.IoTOperationsMQ.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
AzureApiVersion string
The Azure API version of the resource.
Id string
The provider-assigned unique ID for this managed resource.
Name string
The name of the resource
ProvisioningState string
The status of the last operation.
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
id String
The provider-assigned unique ID for this managed resource.
name String
The name of the resource
provisioningState String
The status of the last operation.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion string
The Azure API version of the resource.
id string
The provider-assigned unique ID for this managed resource.
name string
The name of the resource
provisioningState string
The status of the last operation.
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azure_api_version str
The Azure API version of the resource.
id str
The provider-assigned unique ID for this managed resource.
name str
The name of the resource
provisioning_state str
The status of the last operation.
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
azureApiVersion String
The Azure API version of the resource.
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

AutomaticCertMethod
, AutomaticCertMethodArgs

IssuerRef This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerIssuerRef
cert-manager issuerRef.
Duration string
Lifetime of automatically-managed certificate.
PrivateKey Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerPrivateKey
Cert Manager private key.
RenewBefore string
When to begin renewing automatically-managed certificate.
San Pulumi.AzureNative.IoTOperationsMQ.Inputs.SanForCert
Additional SANs to include in the certificate.
SecretName string
Secret for storing server certificate. Any existing data will be overwritten.
SecretNamespace string
Certificate K8S namespace. Omit to use default namespace.
IssuerRef This property is required. CertManagerIssuerRef
cert-manager issuerRef.
Duration string
Lifetime of automatically-managed certificate.
PrivateKey CertManagerPrivateKey
Cert Manager private key.
RenewBefore string
When to begin renewing automatically-managed certificate.
San SanForCert
Additional SANs to include in the certificate.
SecretName string
Secret for storing server certificate. Any existing data will be overwritten.
SecretNamespace string
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. CertManagerIssuerRef
cert-manager issuerRef.
duration String
Lifetime of automatically-managed certificate.
privateKey CertManagerPrivateKey
Cert Manager private key.
renewBefore String
When to begin renewing automatically-managed certificate.
san SanForCert
Additional SANs to include in the certificate.
secretName String
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace String
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. CertManagerIssuerRef
cert-manager issuerRef.
duration string
Lifetime of automatically-managed certificate.
privateKey CertManagerPrivateKey
Cert Manager private key.
renewBefore string
When to begin renewing automatically-managed certificate.
san SanForCert
Additional SANs to include in the certificate.
secretName string
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace string
Certificate K8S namespace. Omit to use default namespace.
issuer_ref This property is required. CertManagerIssuerRef
cert-manager issuerRef.
duration str
Lifetime of automatically-managed certificate.
private_key CertManagerPrivateKey
Cert Manager private key.
renew_before str
When to begin renewing automatically-managed certificate.
san SanForCert
Additional SANs to include in the certificate.
secret_name str
Secret for storing server certificate. Any existing data will be overwritten.
secret_namespace str
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. Property Map
cert-manager issuerRef.
duration String
Lifetime of automatically-managed certificate.
privateKey Property Map
Cert Manager private key.
renewBefore String
When to begin renewing automatically-managed certificate.
san Property Map
Additional SANs to include in the certificate.
secretName String
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace String
Certificate K8S namespace. Omit to use default namespace.

AutomaticCertMethodResponse
, AutomaticCertMethodResponseArgs

IssuerRef This property is required. Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerIssuerRefResponse
cert-manager issuerRef.
Duration string
Lifetime of automatically-managed certificate.
PrivateKey Pulumi.AzureNative.IoTOperationsMQ.Inputs.CertManagerPrivateKeyResponse
Cert Manager private key.
RenewBefore string
When to begin renewing automatically-managed certificate.
San Pulumi.AzureNative.IoTOperationsMQ.Inputs.SanForCertResponse
Additional SANs to include in the certificate.
SecretName string
Secret for storing server certificate. Any existing data will be overwritten.
SecretNamespace string
Certificate K8S namespace. Omit to use default namespace.
IssuerRef This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
Duration string
Lifetime of automatically-managed certificate.
PrivateKey CertManagerPrivateKeyResponse
Cert Manager private key.
RenewBefore string
When to begin renewing automatically-managed certificate.
San SanForCertResponse
Additional SANs to include in the certificate.
SecretName string
Secret for storing server certificate. Any existing data will be overwritten.
SecretNamespace string
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
duration String
Lifetime of automatically-managed certificate.
privateKey CertManagerPrivateKeyResponse
Cert Manager private key.
renewBefore String
When to begin renewing automatically-managed certificate.
san SanForCertResponse
Additional SANs to include in the certificate.
secretName String
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace String
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
duration string
Lifetime of automatically-managed certificate.
privateKey CertManagerPrivateKeyResponse
Cert Manager private key.
renewBefore string
When to begin renewing automatically-managed certificate.
san SanForCertResponse
Additional SANs to include in the certificate.
secretName string
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace string
Certificate K8S namespace. Omit to use default namespace.
issuer_ref This property is required. CertManagerIssuerRefResponse
cert-manager issuerRef.
duration str
Lifetime of automatically-managed certificate.
private_key CertManagerPrivateKeyResponse
Cert Manager private key.
renew_before str
When to begin renewing automatically-managed certificate.
san SanForCertResponse
Additional SANs to include in the certificate.
secret_name str
Secret for storing server certificate. Any existing data will be overwritten.
secret_namespace str
Certificate K8S namespace. Omit to use default namespace.
issuerRef This property is required. Property Map
cert-manager issuerRef.
duration String
Lifetime of automatically-managed certificate.
privateKey Property Map
Cert Manager private key.
renewBefore String
When to begin renewing automatically-managed certificate.
san Property Map
Additional SANs to include in the certificate.
secretName String
Secret for storing server certificate. Any existing data will be overwritten.
secretNamespace String
Certificate K8S namespace. Omit to use default namespace.

CertManagerIssuerRef
, CertManagerIssuerRefArgs

Group This property is required. string
group of issuer.
Kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
Name This property is required. string
name of issuer.
Group This property is required. string
group of issuer.
Kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
Name This property is required. string
name of issuer.
group This property is required. String
group of issuer.
kind This property is required. String
kind of issuer (Issuer or ClusterIssuer).
name This property is required. String
name of issuer.
group This property is required. string
group of issuer.
kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
name This property is required. string
name of issuer.
group This property is required. str
group of issuer.
kind This property is required. str
kind of issuer (Issuer or ClusterIssuer).
name This property is required. str
name of issuer.
group This property is required. String
group of issuer.
kind This property is required. String
kind of issuer (Issuer or ClusterIssuer).
name This property is required. String
name of issuer.

CertManagerIssuerRefResponse
, CertManagerIssuerRefResponseArgs

Group This property is required. string
group of issuer.
Kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
Name This property is required. string
name of issuer.
Group This property is required. string
group of issuer.
Kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
Name This property is required. string
name of issuer.
group This property is required. String
group of issuer.
kind This property is required. String
kind of issuer (Issuer or ClusterIssuer).
name This property is required. String
name of issuer.
group This property is required. string
group of issuer.
kind This property is required. string
kind of issuer (Issuer or ClusterIssuer).
name This property is required. string
name of issuer.
group This property is required. str
group of issuer.
kind This property is required. str
kind of issuer (Issuer or ClusterIssuer).
name This property is required. str
name of issuer.
group This property is required. String
group of issuer.
kind This property is required. String
kind of issuer (Issuer or ClusterIssuer).
name This property is required. String
name of issuer.

CertManagerPrivateKey
, CertManagerPrivateKeyArgs

Algorithm This property is required. string
algorithm for private key.
RotationPolicy This property is required. string
cert-manager rotationPolicy.
Size This property is required. int
size of private key.
Algorithm This property is required. string
algorithm for private key.
RotationPolicy This property is required. string
cert-manager rotationPolicy.
Size This property is required. int
size of private key.
algorithm This property is required. String
algorithm for private key.
rotationPolicy This property is required. String
cert-manager rotationPolicy.
size This property is required. Integer
size of private key.
algorithm This property is required. string
algorithm for private key.
rotationPolicy This property is required. string
cert-manager rotationPolicy.
size This property is required. number
size of private key.
algorithm This property is required. str
algorithm for private key.
rotation_policy This property is required. str
cert-manager rotationPolicy.
size This property is required. int
size of private key.
algorithm This property is required. String
algorithm for private key.
rotationPolicy This property is required. String
cert-manager rotationPolicy.
size This property is required. Number
size of private key.

CertManagerPrivateKeyResponse
, CertManagerPrivateKeyResponseArgs

Algorithm This property is required. string
algorithm for private key.
RotationPolicy This property is required. string
cert-manager rotationPolicy.
Size This property is required. int
size of private key.
Algorithm This property is required. string
algorithm for private key.
RotationPolicy This property is required. string
cert-manager rotationPolicy.
Size This property is required. int
size of private key.
algorithm This property is required. String
algorithm for private key.
rotationPolicy This property is required. String
cert-manager rotationPolicy.
size This property is required. Integer
size of private key.
algorithm This property is required. string
algorithm for private key.
rotationPolicy This property is required. string
cert-manager rotationPolicy.
size This property is required. number
size of private key.
algorithm This property is required. str
algorithm for private key.
rotation_policy This property is required. str
cert-manager rotationPolicy.
size This property is required. int
size of private key.
algorithm This property is required. String
algorithm for private key.
rotationPolicy This property is required. String
cert-manager rotationPolicy.
size This property is required. Number
size of private key.

ExtendedLocationProperty
, ExtendedLocationPropertyArgs

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

ExtendedLocationPropertyResponse
, ExtendedLocationPropertyResponseArgs

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

ExtendedLocationType
, ExtendedLocationTypeArgs

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

KeyVaultCertificateProperties
, KeyVaultCertificatePropertiesArgs

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

KeyVaultCertificatePropertiesResponse
, KeyVaultCertificatePropertiesResponseArgs

Vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
VaultCert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
VaultCaChainSecret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vaultCert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
vaultCaChainSecret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vaultCert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
vaultCaChainSecret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. KeyVaultConnectionPropertiesResponse
KeyVault properties.
vault_cert This property is required. KeyVaultSecretObjectResponse
KeyVault Cert secret details.
vault_ca_chain_secret KeyVaultSecretObjectResponse
KeyVault CA chain secret details.
vault This property is required. Property Map
KeyVault properties.
vaultCert This property is required. Property Map
KeyVault Cert secret details.
vaultCaChainSecret Property Map
KeyVault CA chain secret details.

KeyVaultConnectionProperties
, KeyVaultConnectionPropertiesArgs

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

KeyVaultConnectionPropertiesResponse
, KeyVaultConnectionPropertiesResponseArgs

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

KeyVaultCredentialsProperties
, KeyVaultCredentialsPropertiesArgs

ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
service_principal_local_secret_name This property is required. str
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.

KeyVaultCredentialsPropertiesResponse
, KeyVaultCredentialsPropertiesResponseArgs

ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
ServicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. string
KeyVault service principal local secret name.
service_principal_local_secret_name This property is required. str
KeyVault service principal local secret name.
servicePrincipalLocalSecretName This property is required. String
KeyVault service principal local secret name.

KeyVaultSecretObject
, KeyVaultSecretObjectArgs

Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.
name This property is required. string
KeyVault secret name.
version string
KeyVault secret version.
name This property is required. str
KeyVault secret name.
version str
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.

KeyVaultSecretObjectResponse
, KeyVaultSecretObjectResponseArgs

Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
Name This property is required. string
KeyVault secret name.
Version string
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.
name This property is required. string
KeyVault secret name.
version string
KeyVault secret version.
name This property is required. str
KeyVault secret name.
version str
KeyVault secret version.
name This property is required. String
KeyVault secret name.
version String
KeyVault secret version.

ManualCertMethod
, ManualCertMethodArgs

SecretName This property is required. string
secret containing TLS cert.
SecretNamespace string
namespace of secret; omit to use default namespace.
SecretName This property is required. string
secret containing TLS cert.
SecretNamespace string
namespace of secret; omit to use default namespace.
secretName This property is required. String
secret containing TLS cert.
secretNamespace String
namespace of secret; omit to use default namespace.
secretName This property is required. string
secret containing TLS cert.
secretNamespace string
namespace of secret; omit to use default namespace.
secret_name This property is required. str
secret containing TLS cert.
secret_namespace str
namespace of secret; omit to use default namespace.
secretName This property is required. String
secret containing TLS cert.
secretNamespace String
namespace of secret; omit to use default namespace.

ManualCertMethodResponse
, ManualCertMethodResponseArgs

SecretName This property is required. string
secret containing TLS cert.
SecretNamespace string
namespace of secret; omit to use default namespace.
SecretName This property is required. string
secret containing TLS cert.
SecretNamespace string
namespace of secret; omit to use default namespace.
secretName This property is required. String
secret containing TLS cert.
secretNamespace String
namespace of secret; omit to use default namespace.
secretName This property is required. string
secret containing TLS cert.
secretNamespace string
namespace of secret; omit to use default namespace.
secret_name This property is required. str
secret containing TLS cert.
secret_namespace str
namespace of secret; omit to use default namespace.
secretName This property is required. String
secret containing TLS cert.
secretNamespace String
namespace of secret; omit to use default namespace.

SanForCert
, SanForCertArgs

Dns This property is required. List<string>
DNS SANs.
Ip This property is required. List<string>
IP address SANs.
Dns This property is required. []string
DNS SANs.
Ip This property is required. []string
IP address SANs.
dns This property is required. List<String>
DNS SANs.
ip This property is required. List<String>
IP address SANs.
dns This property is required. string[]
DNS SANs.
ip This property is required. string[]
IP address SANs.
dns This property is required. Sequence[str]
DNS SANs.
ip This property is required. Sequence[str]
IP address SANs.
dns This property is required. List<String>
DNS SANs.
ip This property is required. List<String>
IP address SANs.

SanForCertResponse
, SanForCertResponseArgs

Dns This property is required. List<string>
DNS SANs.
Ip This property is required. List<string>
IP address SANs.
Dns This property is required. []string
DNS SANs.
Ip This property is required. []string
IP address SANs.
dns This property is required. List<String>
DNS SANs.
ip This property is required. List<String>
IP address SANs.
dns This property is required. string[]
DNS SANs.
ip This property is required. string[]
IP address SANs.
dns This property is required. Sequence[str]
DNS SANs.
ip This property is required. Sequence[str]
IP address SANs.
dns This property is required. List<String>
DNS SANs.
ip This property is required. List<String>
IP address SANs.

ServiceType
, ServiceTypeArgs

ClusterIp
clusterIpCluster IP Service.
LoadBalancer
loadBalancerLoad Balancer Service.
NodePort
nodePortNode Port Service.
ServiceTypeClusterIp
clusterIpCluster IP Service.
ServiceTypeLoadBalancer
loadBalancerLoad Balancer Service.
ServiceTypeNodePort
nodePortNode Port Service.
ClusterIp
clusterIpCluster IP Service.
LoadBalancer
loadBalancerLoad Balancer Service.
NodePort
nodePortNode Port Service.
ClusterIp
clusterIpCluster IP Service.
LoadBalancer
loadBalancerLoad Balancer Service.
NodePort
nodePortNode Port Service.
CLUSTER_IP
clusterIpCluster IP Service.
LOAD_BALANCER
loadBalancerLoad Balancer Service.
NODE_PORT
nodePortNode Port Service.
"clusterIp"
clusterIpCluster IP Service.
"loadBalancer"
loadBalancerLoad Balancer Service.
"nodePort"
nodePortNode Port Service.

SystemDataResponse
, SystemDataResponseArgs

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

TlsCertMethod
, TlsCertMethodArgs

Automatic Pulumi.AzureNative.IoTOperationsMQ.Inputs.AutomaticCertMethod
Option 1 - Automatic TLS server certificate management with cert-manager.
KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificateProperties
Option 3 - TLS server certificate retrieved from Key Vault..
Manual Pulumi.AzureNative.IoTOperationsMQ.Inputs.ManualCertMethod
Option 2 - Manual TLS server certificate management through a defined secret.
Automatic AutomaticCertMethod
Option 1 - Automatic TLS server certificate management with cert-manager.
KeyVault KeyVaultCertificateProperties
Option 3 - TLS server certificate retrieved from Key Vault..
Manual ManualCertMethod
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethod
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault KeyVaultCertificateProperties
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethod
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethod
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault KeyVaultCertificateProperties
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethod
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethod
Option 1 - Automatic TLS server certificate management with cert-manager.
key_vault KeyVaultCertificateProperties
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethod
Option 2 - Manual TLS server certificate management through a defined secret.
automatic Property Map
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault Property Map
Option 3 - TLS server certificate retrieved from Key Vault..
manual Property Map
Option 2 - Manual TLS server certificate management through a defined secret.

TlsCertMethodResponse
, TlsCertMethodResponseArgs

Automatic Pulumi.AzureNative.IoTOperationsMQ.Inputs.AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
KeyVault Pulumi.AzureNative.IoTOperationsMQ.Inputs.KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
Manual Pulumi.AzureNative.IoTOperationsMQ.Inputs.ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
Automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
KeyVault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
Manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic AutomaticCertMethodResponse
Option 1 - Automatic TLS server certificate management with cert-manager.
key_vault KeyVaultCertificatePropertiesResponse
Option 3 - TLS server certificate retrieved from Key Vault..
manual ManualCertMethodResponse
Option 2 - Manual TLS server certificate management through a defined secret.
automatic Property Map
Option 1 - Automatic TLS server certificate management with cert-manager.
keyVault Property Map
Option 3 - TLS server certificate retrieved from Key Vault..
manual Property Map
Option 2 - Manual TLS server certificate management through a defined secret.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:iotoperationsmq:BrokerListener ukqwzeflpmangzptkaengwiedlsb /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/broker/{brokerName}/listener/{listenerName} 
Copy

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

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi