azure-native.iotoperationsmq.KafkaConnector
Explore with Pulumi AI
MQ kafkaConnector resource 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: nil,
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.iotoperationsmq.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 pulumi
import pulumi_azure_native as azure_native
kafka_connector = azure_native.iotoperationsmq.KafkaConnector("kafkaConnector",
client_id_prefix="yybbbeowkw",
extended_location=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
name="an",
type=azure_native.iotoperationsmq.ExtendedLocationType.CUSTOM_LOCATION,
),
image=azure_native.iotoperationsmq.ContainerImageArgs(
pull_policy="imfuzvqxgbdwliqnn",
pull_secrets="klnqimxqsrdwhcqldjvdtsrs",
repository="m",
tag="jygfdiamhhm",
),
instances=55252,
kafka_connection=azure_native.iotoperationsmq.KafkaRemoteBrokerConnectionSpecArgs(
authentication=azure_native.iotoperationsmq.KafkaRemoteBrokerAuthenticationPropertiesArgs(
auth_type=azure_native.iotoperationsmq.KafkaRemoteBrokerAuthenticationTypesArgs(
sasl=azure_native.iotoperationsmq.SaslRemoteBrokerBasicAuthenticationArgs(
sasl_type=azure_native.iotoperationsmq.KafkaSaslType.PLAIN,
token=azure_native.iotoperationsmq.SaslRemoteBrokerBasicAuthenticationTokenArgs(
key_vault=azure_native.iotoperationsmq.KafkaTokenKeyVaultPropertiesArgs(
username="fb",
vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
service_principal_local_secret_name="wuimjwpbhoglbsxxa",
),
directory_id="eyjniptiykzcgbzok",
name="lxmwfan",
),
vault_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
name="bmectskddmpjxnsogwooexj",
version="unjfbf",
),
),
secret_name="hxmqokubwldgjdtjv",
),
),
system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
audience="kjderojhpehosgfcrxxbh",
extension_name="cyckjqqzspleajbtkniwrfsqygjfhe",
),
x509=azure_native.iotoperationsmq.KafkaX509AuthenticationArgs(
key_vault=azure_native.iotoperationsmq.KeyVaultCertificatePropertiesArgs(
vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
service_principal_local_secret_name="wuimjwpbhoglbsxxa",
),
directory_id="eyjniptiykzcgbzok",
name="lxmwfan",
),
vault_ca_chain_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
name="bmectskddmpjxnsogwooexj",
version="unjfbf",
),
vault_cert=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
name="bmectskddmpjxnsogwooexj",
version="unjfbf",
),
),
secret_name="jlrjvqyoygynlpsekfbvyrpu",
),
),
enabled=True,
),
endpoint="odxpssuhjkbonjmbhbebfjcah",
tls=azure_native.iotoperationsmq.KafkaRemoteBrokerConnectionTlsArgs(
tls_enabled=True,
trusted_ca_certificate_config_map="kndjozglnxsgnzxq",
),
),
kafka_connector_name="V5--OL8-R",
local_broker_connection=azure_native.iotoperationsmq.LocalBrokerConnectionSpecArgs(
authentication=azure_native.iotoperationsmq.LocalBrokerAuthenticationMethodsArgs(
kubernetes=azure_native.iotoperationsmq.LocalBrokerKubernetesAuthenticationArgs(
secret_path="soukzfkouir",
service_account_token_name="suwetviuhmhorhvsidlznnufe",
),
),
endpoint="xc",
tls=azure_native.iotoperationsmq.LocalBrokerConnectionTlsArgs(
tls_enabled=True,
trusted_ca_certificate_config_map="rinkomfeznsfedbmllxlbmmhc",
),
),
location="mpbupgmqssnb",
log_level="g",
mq_name="s47Lj-S2S-Q-XY",
node_tolerations=azure_native.iotoperationsmq.NodeTolerationsArgs(
effect="eeswvciblqmmaeesjoflyvxqbz",
key="wbrstdwxgm",
operator="lbegegneekwnyodtzraarivtwhmzep",
value="sfafsjdcezdmkwibxeluukxgl",
),
resource_group_name="rgiotoperationsmq",
tags={})
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: {},
});
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=azure_native.iotoperationsmq.KafkaRemoteBrokerConnectionSpecArgs(
authentication=azure_native.iotoperationsmq.KafkaRemoteBrokerAuthenticationPropertiesArgs(
enabled=False,
auth_type=azure_native.iotoperationsmq.KafkaRemoteBrokerAuthenticationTypesArgs(
sasl=azure_native.iotoperationsmq.SaslRemoteBrokerBasicAuthenticationArgs(
sasl_type="string",
token=azure_native.iotoperationsmq.SaslRemoteBrokerBasicAuthenticationTokenArgs(
key_vault=azure_native.iotoperationsmq.KafkaTokenKeyVaultPropertiesArgs(
vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
service_principal_local_secret_name="string",
),
directory_id="string",
name="string",
),
vault_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
name="string",
version="string",
),
username="string",
),
secret_name="string",
),
),
system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
audience="string",
extension_name="string",
),
x509=azure_native.iotoperationsmq.KafkaX509AuthenticationArgs(
key_vault=azure_native.iotoperationsmq.KeyVaultCertificatePropertiesArgs(
vault=azure_native.iotoperationsmq.KeyVaultConnectionPropertiesArgs(
credentials=azure_native.iotoperationsmq.KeyVaultCredentialsPropertiesArgs(
service_principal_local_secret_name="string",
),
directory_id="string",
name="string",
),
vault_cert=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
name="string",
version="string",
),
vault_ca_chain_secret=azure_native.iotoperationsmq.KeyVaultSecretObjectArgs(
name="string",
version="string",
),
),
secret_name="string",
),
),
),
endpoint="string",
tls=azure_native.iotoperationsmq.KafkaRemoteBrokerConnectionTlsArgs(
tls_enabled=False,
trusted_ca_certificate_config_map="string",
),
),
extended_location=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
name="string",
type="string",
),
resource_group_name="string",
mq_name="string",
instances=0,
kafka_connector_name="string",
local_broker_connection=azure_native.iotoperationsmq.LocalBrokerConnectionSpecArgs(
authentication=azure_native.iotoperationsmq.LocalBrokerAuthenticationMethodsArgs(
kubernetes=azure_native.iotoperationsmq.LocalBrokerKubernetesAuthenticationArgs(
secret_path="string",
service_account_token_name="string",
),
),
endpoint="string",
tls=azure_native.iotoperationsmq.LocalBrokerConnectionTlsArgs(
tls_enabled=False,
trusted_ca_certificate_config_map="string",
),
),
location="string",
log_level="string",
client_id_prefix="string",
node_tolerations=azure_native.iotoperationsmq.NodeTolerationsArgs(
effect="string",
key="string",
operator="string",
value="string",
),
image=azure_native.iotoperationsmq.ContainerImageArgs(
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
The KafkaConnector resource accepts the following input properties:
- Extended
Location Pulumi.Azure Native. Io TOperations MQ. Inputs. Extended Location Property - Extended Location
- Kafka
Connection Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Remote Broker Connection Spec - The details for connecting with Remote Kafka Broker.
- Mq
Name string - Name of MQ resource
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Client
Id 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.
- Kafka
Connector stringName - Name of MQ kafkaConnector resource
- Local
Broker 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
- Log
Level string - The log level of the Bridge Connector instances.
- Node
Tolerations Pulumi.Azure Native. Io TOperations MQ. Inputs. Node Tolerations - The Node Tolerations for the Bridge Connector pods.
- Dictionary<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 string - Name of MQ resource
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Client
Id stringPrefix - The client id prefix of the dynamically generated client ids.
- Image
Container
Image Args - The details of KafkaConnector Docker Image.
- Instances int
- The number of KafkaConnector pods to spin up.
- Kafka
Connector stringName - Name of MQ kafkaConnector resource
- Local
Broker LocalConnection Broker Connection Spec Args - The details for connecting with Local Broker.
- Location string
- The geo-location where the resource lives
- Log
Level string - The log level of the Bridge Connector instances.
- Node
Tolerations NodeTolerations Args - The Node Tolerations for the Bridge Connector pods.
- map[string]string
- Resource tags.
- extended
Location ExtendedLocation Property - Extended Location
- kafka
Connection KafkaRemote Broker Connection Spec - The details for connecting with Remote Kafka Broker.
- mq
Name String - Name of MQ resource
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- client
Id StringPrefix - The client id prefix of the dynamically generated client ids.
- image
Container
Image - The details of KafkaConnector Docker Image.
- instances Integer
- The number of KafkaConnector pods to spin up.
- kafka
Connector StringName - Name of MQ kafkaConnector resource
- local
Broker LocalConnection Broker Connection Spec - The details for connecting with Local Broker.
- location String
- The geo-location where the resource lives
- log
Level String - The log level of the Bridge Connector instances.
- node
Tolerations NodeTolerations - The Node Tolerations for the Bridge Connector pods.
- Map<String,String>
- Resource tags.
- extended
Location ExtendedLocation Property - Extended Location
- kafka
Connection KafkaRemote Broker Connection Spec - The details for connecting with Remote Kafka Broker.
- mq
Name string - Name of MQ resource
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- client
Id stringPrefix - The client id prefix of the dynamically generated client ids.
- image
Container
Image - The details of KafkaConnector Docker Image.
- instances number
- The number of KafkaConnector pods to spin up.
- kafka
Connector stringName - Name of MQ kafkaConnector resource
- local
Broker LocalConnection Broker Connection Spec - The details for connecting with Local Broker.
- location string
- The geo-location where the resource lives
- log
Level string - The log level of the Bridge Connector instances.
- node
Tolerations 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
Container
Image 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.
- extended
Location Property Map - Extended Location
- kafka
Connection Property Map - The details for connecting with Remote Kafka Broker.
- mq
Name String - Name of MQ resource
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- client
Id 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.
- kafka
Connector StringName - Name of MQ kafkaConnector resource
- local
Broker Property MapConnection - The details for connecting with Local Broker.
- location String
- The geo-location where the resource lives
- log
Level String - The log level of the Bridge Connector instances.
- node
Tolerations 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
- Provisioning
State string - The status of the last operation.
- System
Data 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
- Provisioning
State string - The status of the last operation.
- System
Data 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
- provisioning
State String - The status of the last operation.
- system
Data 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
- provisioning
State string - The status of the last operation.
- system
Data 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
- provisioning
State String - The status of the last operation.
- system
Data 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.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- Repository string
- The Docker image name.
- Tag string
- The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- repository String
- The Docker image name.
- tag String
- The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
- repository string
- The Docker image name.
- tag string
- The Docker image tag.
- pull
Policy string - Image pull policy.
- pull
Secrets 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.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
ContainerImageResponse, ContainerImageResponseArgs
- Repository string
- The Docker image name.
- Tag string
- The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- Repository string
- The Docker image name.
- Tag string
- The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- repository String
- The Docker image name.
- tag String
- The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
- repository string
- The Docker image name.
- tag string
- The Docker image tag.
- pull
Policy string - Image pull policy.
- pull
Secrets 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.
- pull
Policy String - Image pull policy.
- pull
Secrets 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 | Extended
Location Type - Type of ExtendedLocation.
- name String
- The name of the extended location.
- type
String | Extended
Location Type - Type of ExtendedLocation.
- name string
- The name of the extended location.
- type
string | Extended
Location Type - Type of ExtendedLocation.
- name str
- The name of the extended location.
- type
str | Extended
Location Type - Type of ExtendedLocation.
- name String
- The name of the extended location.
- type
String | "Custom
Location" - Type of ExtendedLocation.
ExtendedLocationPropertyResponse, ExtendedLocationPropertyResponseArgs
ExtendedLocationType, ExtendedLocationTypeArgs
- Custom
Location - CustomLocationCustomLocation type
- Extended
Location Type Custom Location - CustomLocationCustomLocation type
- Custom
Location - CustomLocationCustomLocation type
- Custom
Location - CustomLocationCustomLocation type
- CUSTOM_LOCATION
- CustomLocationCustomLocation type
- "Custom
Location" - CustomLocationCustomLocation type
KafkaRemoteBrokerAuthenticationProperties, KafkaRemoteBrokerAuthenticationPropertiesArgs
- Enabled bool
- If authentication is enabled for Kafka remote broker.
- Auth
Type 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.
- 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.
- 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.
- auth
Type 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.
- auth
Type Property Map - The type of authentication to use for Kafka remote broker.
KafkaRemoteBrokerAuthenticationPropertiesResponse, KafkaRemoteBrokerAuthenticationPropertiesResponseArgs
- Enabled bool
- If authentication is enabled for Kafka remote broker.
- Auth
Type 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.
- 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.
- 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.
- auth
Type 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.
- auth
Type 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.
- System
Assigned 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
Sasl
Remote Broker Basic Authentication - Sasl remote broker authentication method.
- System
Assigned ManagedManaged Identity Identity Authentication - Managed identity remote broker authentication method.
- X509
Kafka
X509Authentication - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication - Sasl remote broker authentication method.
- system
Assigned ManagedManaged Identity Identity Authentication - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication - Sasl remote broker authentication method.
- system
Assigned ManagedManaged Identity Identity Authentication - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication - Sasl remote broker authentication method.
- system_
assigned_ Managedmanaged_ identity Identity Authentication - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication - X509 remote broker authentication method.
- sasl Property Map
- Sasl remote broker authentication method.
- system
Assigned 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.
- System
Assigned 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
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- System
Assigned ManagedManaged Identity Identity Authentication Response - Managed identity remote broker authentication method.
- X509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl
Sasl
Remote Broker Basic Authentication Response - Sasl remote broker authentication method.
- system_
assigned_ Managedmanaged_ identity Identity Authentication Response - Managed identity remote broker authentication method.
- x509
Kafka
X509Authentication Response - X509 remote broker authentication method.
- sasl Property Map
- Sasl remote broker authentication method.
- system
Assigned 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
Kafka
Remote Broker Authentication Properties - The remote broker authentication methods.
- Endpoint string
- The endpoint of remote broker to connect to.
- Tls
Kafka
Remote Broker Connection Tls - TLS details for Remote broker Connection.
- authentication
Kafka
Remote Broker Authentication Properties - The remote broker authentication methods.
- endpoint String
- The endpoint of remote broker to connect to.
- tls
Kafka
Remote Broker Connection Tls - TLS details for Remote broker Connection.
- authentication
Kafka
Remote Broker Authentication Properties - The remote broker authentication methods.
- endpoint string
- The endpoint of remote broker to connect to.
- tls
Kafka
Remote Broker Connection Tls - TLS details for Remote broker Connection.
- authentication
Kafka
Remote Broker Authentication Properties - The remote broker authentication methods.
- endpoint str
- The endpoint of remote broker to connect to.
- tls
Kafka
Remote 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
Kafka
Remote Broker Authentication Properties Response - The remote broker authentication methods.
- Endpoint string
- The endpoint of remote broker to connect to.
- Tls
Kafka
Remote Broker Connection Tls Response - TLS details for Remote broker Connection.
- authentication
Kafka
Remote Broker Authentication Properties Response - The remote broker authentication methods.
- endpoint String
- The endpoint of remote broker to connect to.
- tls
Kafka
Remote Broker Connection Tls Response - TLS details for Remote broker Connection.
- authentication
Kafka
Remote Broker Authentication Properties Response - The remote broker authentication methods.
- endpoint string
- The endpoint of remote broker to connect to.
- tls
Kafka
Remote Broker Connection Tls Response - TLS details for Remote broker Connection.
- authentication
Kafka
Remote Broker Authentication Properties Response - The remote broker authentication methods.
- endpoint str
- The endpoint of remote broker to connect to.
- tls
Kafka
Remote 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
- Tls
Enabled bool - Tls Enabled on Remote Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- Tls
Enabled bool - Tls Enabled on Remote Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- tls
Enabled Boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- tls
Enabled boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca 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.
- tls
Enabled Boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate name for Remote Broker.
KafkaRemoteBrokerConnectionTlsResponse, KafkaRemoteBrokerConnectionTlsResponseArgs
- Tls
Enabled bool - Tls Enabled on Remote Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- Tls
Enabled bool - Tls Enabled on Remote Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- tls
Enabled Boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate name for Remote Broker.
- tls
Enabled boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca 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.
- tls
Enabled Boolean - Tls Enabled on Remote Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate name for Remote Broker.
KafkaSaslType, KafkaSaslTypeArgs
- Plain
- plainSasl Plain authentication.
- Scram
Sha256 - scramSha256Sasl ScramSha256 authentication.
- Scram
Sha512 - scramSha512Sasl ScramSha512 authentication.
- Kafka
Sasl Type Plain - plainSasl Plain authentication.
- Kafka
Sasl Type Scram Sha256 - scramSha256Sasl ScramSha256 authentication.
- Kafka
Sasl Type Scram Sha512 - scramSha512Sasl ScramSha512 authentication.
- Plain
- plainSasl Plain authentication.
- Scram
Sha256 - scramSha256Sasl ScramSha256 authentication.
- Scram
Sha512 - scramSha512Sasl ScramSha512 authentication.
- Plain
- plainSasl Plain authentication.
- Scram
Sha256 - scramSha256Sasl ScramSha256 authentication.
- Scram
Sha512 - scramSha512Sasl ScramSha512 authentication.
- PLAIN
- plainSasl Plain authentication.
- SCRAM_SHA256
- scramSha256Sasl ScramSha256 authentication.
- SCRAM_SHA512
- scramSha512Sasl ScramSha512 authentication.
- "plain"
- plainSasl Plain authentication.
- "scram
Sha256" - scramSha256Sasl ScramSha256 authentication.
- "scram
Sha512" - scramSha512Sasl ScramSha512 authentication.
KafkaTokenKeyVaultProperties, KafkaTokenKeyVaultPropertiesArgs
- Vault
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties - KeyVault properties.
- Vault
Secret Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object - KeyVault secret details.
- Username string
- Username to connect with.
- Vault
Key
Vault Connection Properties - KeyVault properties.
- Vault
Secret KeyVault Secret Object - KeyVault secret details.
- Username string
- Username to connect with.
- vault
Key
Vault Connection Properties - KeyVault properties.
- vault
Secret KeyVault Secret Object - KeyVault secret details.
- username String
- Username to connect with.
- vault
Key
Vault Connection Properties - KeyVault properties.
- vault
Secret KeyVault Secret Object - KeyVault secret details.
- username string
- Username to connect with.
- vault
Key
Vault Connection Properties - KeyVault properties.
- vault_
secret KeyVault Secret Object - KeyVault secret details.
- username str
- Username to connect with.
- vault Property Map
- KeyVault properties.
- vault
Secret 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.
- Vault
Secret Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response - KeyVault secret details.
- Username string
- Username to connect with.
- Vault
Key
Vault Connection Properties Response - KeyVault properties.
- Vault
Secret KeyVault Secret Object Response - KeyVault secret details.
- Username string
- Username to connect with.
- vault
Key
Vault Connection Properties Response - KeyVault properties.
- vault
Secret KeyVault Secret Object Response - KeyVault secret details.
- username String
- Username to connect with.
- vault
Key
Vault Connection Properties Response - KeyVault properties.
- vault
Secret KeyVault Secret Object Response - KeyVault secret details.
- username string
- Username to connect with.
- vault
Key
Vault 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.
- vault
Secret Property Map - KeyVault secret details.
- username String
- Username to connect with.
KafkaX509Authentication, KafkaX509AuthenticationArgs
- Key
Vault Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Certificate Properties - Keyvault X509 secret properties.
- Secret
Name string - Secret where cert details are stored.
- Key
Vault KeyVault Certificate Properties - Keyvault X509 secret properties.
- Secret
Name string - Secret where cert details are stored.
- key
Vault KeyVault Certificate Properties - Keyvault X509 secret properties.
- secret
Name String - Secret where cert details are stored.
- key
Vault KeyVault Certificate Properties - Keyvault X509 secret properties.
- secret
Name 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.
- key
Vault Property Map - Keyvault X509 secret properties.
- secret
Name String - Secret where cert details are stored.
KafkaX509AuthenticationResponse, KafkaX509AuthenticationResponseArgs
- Key
Vault Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Certificate Properties Response - Keyvault X509 secret properties.
- Secret
Name string - Secret where cert details are stored.
- Key
Vault KeyVault Certificate Properties Response - Keyvault X509 secret properties.
- Secret
Name string - Secret where cert details are stored.
- key
Vault KeyVault Certificate Properties Response - Keyvault X509 secret properties.
- secret
Name String - Secret where cert details are stored.
- key
Vault KeyVault Certificate Properties Response - Keyvault X509 secret properties.
- secret
Name 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.
- key
Vault Property Map - Keyvault X509 secret properties.
- secret
Name String - Secret where cert details are stored.
KeyVaultCertificateProperties, KeyVaultCertificatePropertiesArgs
- Vault
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Key Vault Connection Properties - KeyVault properties.
- Vault
Cert Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object - KeyVault Cert secret details.
- Vault
Ca Pulumi.Chain Secret Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object - KeyVault CA chain secret details.
- Vault
Key
Vault 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
Key
Vault 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
Key
Vault 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
Key
Vault 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.
- vault
Cert Property Map - KeyVault Cert secret details.
- vault
Ca 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.
- Vault
Cert Pulumi.Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response - KeyVault Cert secret details.
- Vault
Ca Pulumi.Chain Secret Azure Native. Io TOperations MQ. Inputs. Key Vault Secret Object Response - KeyVault CA chain secret details.
- Vault
Key
Vault 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
Key
Vault 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
Key
Vault 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
Key
Vault 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.
- vault
Cert Property Map - KeyVault Cert secret details.
- vault
Ca Property MapChain Secret - KeyVault CA chain secret details.
KeyVaultConnectionProperties, KeyVaultConnectionPropertiesArgs
- Credentials
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Key Vault Credentials Properties - KeyVault credentials.
- Directory
Id string - KeyVault directoryId.
- Name string
- KeyVault name.
- Credentials
Key
Vault Credentials Properties - KeyVault credentials.
- Directory
Id string - KeyVault directoryId.
- Name string
- KeyVault name.
- credentials
Key
Vault Credentials Properties - KeyVault credentials.
- directory
Id String - KeyVault directoryId.
- name String
- KeyVault name.
- credentials
Key
Vault Credentials Properties - KeyVault credentials.
- directory
Id string - KeyVault directoryId.
- name string
- KeyVault name.
- credentials
Key
Vault Credentials Properties - KeyVault credentials.
- directory_
id str - KeyVault directoryId.
- name str
- KeyVault name.
- credentials Property Map
- KeyVault credentials.
- directory
Id String - KeyVault directoryId.
- name String
- KeyVault name.
KeyVaultConnectionPropertiesResponse, KeyVaultConnectionPropertiesResponseArgs
- Credentials
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Key Vault Credentials Properties Response - KeyVault credentials.
- Directory
Id string - KeyVault directoryId.
- Name string
- KeyVault name.
- Credentials
Key
Vault Credentials Properties Response - KeyVault credentials.
- Directory
Id string - KeyVault directoryId.
- Name string
- KeyVault name.
- credentials
Key
Vault Credentials Properties Response - KeyVault credentials.
- directory
Id String - KeyVault directoryId.
- name String
- KeyVault name.
- credentials
Key
Vault Credentials Properties Response - KeyVault credentials.
- directory
Id string - KeyVault directoryId.
- name string
- KeyVault name.
- credentials
Key
Vault Credentials Properties Response - KeyVault credentials.
- directory_
id str - KeyVault directoryId.
- name str
- KeyVault name.
- credentials Property Map
- KeyVault credentials.
- directory
Id String - KeyVault directoryId.
- name String
- KeyVault name.
KeyVaultCredentialsProperties, KeyVaultCredentialsPropertiesArgs
- Service
Principal stringLocal Secret Name - KeyVault service principal local secret name.
- Service
Principal stringLocal Secret Name - KeyVault service principal local secret name.
- service
Principal StringLocal Secret Name - KeyVault service principal local secret name.
- service
Principal stringLocal Secret Name - KeyVault service principal local secret name.
- service_
principal_ strlocal_ secret_ name - KeyVault service principal local secret name.
- service
Principal StringLocal Secret Name - KeyVault service principal local secret name.
KeyVaultCredentialsPropertiesResponse, KeyVaultCredentialsPropertiesResponseArgs
- Service
Principal stringLocal Secret Name - KeyVault service principal local secret name.
- Service
Principal stringLocal Secret Name - KeyVault service principal local secret name.
- service
Principal StringLocal Secret Name - KeyVault service principal local secret name.
- service
Principal stringLocal Secret Name - KeyVault service principal local secret name.
- service_
principal_ strlocal_ secret_ name - KeyVault service principal local secret name.
- service
Principal 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
Local
Broker Kubernetes Authentication - Kubernetes local broker authentication method.
- kubernetes
Local
Broker Kubernetes Authentication - Kubernetes local broker authentication method.
- kubernetes
Local
Broker Kubernetes Authentication - Kubernetes local broker authentication method.
- kubernetes
Local
Broker 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
Local
Broker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
Local
Broker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
Local
Broker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
Local
Broker 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
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
Local
Broker Connection Tls - TLS details for Local broker Connection.
- authentication
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
Local
Broker Connection Tls - TLS details for Local broker Connection.
- authentication
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
Local
Broker Connection Tls - TLS details for Local broker Connection.
- authentication
Local
Broker 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
Local
Broker 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
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
Local
Broker Connection Tls Response - TLS details for Local broker Connection.
- authentication
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
Local
Broker Connection Tls Response - TLS details for Local broker Connection.
- authentication
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
Local
Broker Connection Tls Response - TLS details for Local broker Connection.
- authentication
Local
Broker 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
Local
Broker 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
- Tls
Enabled bool - Tls Enabled on Local Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- Tls
Enabled bool - Tls Enabled on Local Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- tls
Enabled Boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- tls
Enabled boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca 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.
- tls
Enabled Boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
LocalBrokerConnectionTlsResponse, LocalBrokerConnectionTlsResponseArgs
- Tls
Enabled bool - Tls Enabled on Local Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- Tls
Enabled bool - Tls Enabled on Local Broker Connection.
- Trusted
Ca stringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- tls
Enabled Boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
- tls
Enabled boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca 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.
- tls
Enabled Boolean - Tls Enabled on Local Broker Connection.
- trusted
Ca StringCertificate Config Map - Trusted CA certificate config map name for Local Broker.
LocalBrokerKubernetesAuthentication, LocalBrokerKubernetesAuthenticationArgs
- Secret
Path string - Secret Path where SAT is mounted.
- Service
Account stringToken Name - Token name where SAT is mounted on secret path.
- Secret
Path string - Secret Path where SAT is mounted.
- Service
Account stringToken Name - Token name where SAT is mounted on secret path.
- secret
Path String - Secret Path where SAT is mounted.
- service
Account StringToken Name - Token name where SAT is mounted on secret path.
- secret
Path string - Secret Path where SAT is mounted.
- service
Account 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.
- secret
Path String - Secret Path where SAT is mounted.
- service
Account StringToken Name - Token name where SAT is mounted on secret path.
LocalBrokerKubernetesAuthenticationResponse, LocalBrokerKubernetesAuthenticationResponseArgs
- Secret
Path string - Secret Path where SAT is mounted.
- Service
Account stringToken Name - Token name where SAT is mounted on secret path.
- Secret
Path string - Secret Path where SAT is mounted.
- Service
Account stringToken Name - Token name where SAT is mounted on secret path.
- secret
Path String - Secret Path where SAT is mounted.
- service
Account StringToken Name - Token name where SAT is mounted on secret path.
- secret
Path string - Secret Path where SAT is mounted.
- service
Account 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.
- secret
Path String - Secret Path where SAT is mounted.
- service
Account StringToken Name - Token name where SAT is mounted on secret path.
ManagedIdentityAuthentication, ManagedIdentityAuthenticationArgs
- Audience string
- Token audience.
- Extension
Name string - Arc Extension name.
- Audience string
- Token audience.
- Extension
Name string - Arc Extension name.
- audience String
- Token audience.
- extension
Name String - Arc Extension name.
- audience string
- Token audience.
- extension
Name string - Arc Extension name.
- audience str
- Token audience.
- extension_
name str - Arc Extension name.
- audience String
- Token audience.
- extension
Name String - Arc Extension name.
ManagedIdentityAuthenticationResponse, ManagedIdentityAuthenticationResponseArgs
- Audience string
- Token audience.
- Extension
Name string - Arc Extension name.
- Audience string
- Token audience.
- Extension
Name string - Arc Extension name.
- audience String
- Token audience.
- extension
Name String - Arc Extension name.
- audience string
- Token audience.
- extension
Name string - Arc Extension name.
- audience str
- Token audience.
- extension_
name str - Arc Extension name.
- audience String
- Token audience.
- extension
Name String - Arc Extension name.
NodeTolerations, NodeTolerationsArgs
NodeTolerationsResponse, NodeTolerationsResponseArgs
SaslRemoteBrokerBasicAuthentication, SaslRemoteBrokerBasicAuthenticationArgs
- Sasl
Type 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.
- Sasl
Type string | KafkaSasl Type - Sasl Mechanism for remote broker authentication.
- Token
Sasl
Remote Broker Basic Authentication Token - Sasl token for remote broker authentication.
- sasl
Type String | KafkaSasl Type - Sasl Mechanism for remote broker authentication.
- token
Sasl
Remote Broker Basic Authentication Token - Sasl token for remote broker authentication.
- sasl
Type string | KafkaSasl Type - Sasl Mechanism for remote broker authentication.
- token
Sasl
Remote Broker Basic Authentication Token - Sasl token for remote broker authentication.
- sasl_
type str | KafkaSasl Type - Sasl Mechanism for remote broker authentication.
- token
Sasl
Remote Broker Basic Authentication Token - Sasl token for remote broker authentication.
- sasl
Type String | "plain" | "scramSha256" | "scram Sha512" - Sasl Mechanism for remote broker authentication.
- token Property Map
- Sasl token for remote broker authentication.
SaslRemoteBrokerBasicAuthenticationResponse, SaslRemoteBrokerBasicAuthenticationResponseArgs
- Sasl
Type 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.
- Sasl
Type string - Sasl Mechanism for remote broker authentication.
- Token
Sasl
Remote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl
Type String - Sasl Mechanism for remote broker authentication.
- token
Sasl
Remote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl
Type string - Sasl Mechanism for remote broker authentication.
- token
Sasl
Remote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl_
type str - Sasl Mechanism for remote broker authentication.
- token
Sasl
Remote Broker Basic Authentication Token Response - Sasl token for remote broker authentication.
- sasl
Type String - Sasl Mechanism for remote broker authentication.
- token Property Map
- Sasl token for remote broker authentication.
SaslRemoteBrokerBasicAuthenticationToken, SaslRemoteBrokerBasicAuthenticationTokenArgs
- Key
Vault Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Token Key Vault Properties - Keyvault token keyvault secret properties.
- Secret
Name string - Secret where cert details are stored.
- Key
Vault KafkaToken Key Vault Properties - Keyvault token keyvault secret properties.
- Secret
Name string - Secret where cert details are stored.
- key
Vault KafkaToken Key Vault Properties - Keyvault token keyvault secret properties.
- secret
Name String - Secret where cert details are stored.
- key
Vault KafkaToken Key Vault Properties - Keyvault token keyvault secret properties.
- secret
Name 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.
- key
Vault Property Map - Keyvault token keyvault secret properties.
- secret
Name String - Secret where cert details are stored.
SaslRemoteBrokerBasicAuthenticationTokenResponse, SaslRemoteBrokerBasicAuthenticationTokenResponseArgs
- Key
Vault Pulumi.Azure Native. Io TOperations MQ. Inputs. Kafka Token Key Vault Properties Response - Keyvault token keyvault secret properties.
- Secret
Name string - Secret where cert details are stored.
- Key
Vault KafkaToken Key Vault Properties Response - Keyvault token keyvault secret properties.
- Secret
Name string - Secret where cert details are stored.
- key
Vault KafkaToken Key Vault Properties Response - Keyvault token keyvault secret properties.
- secret
Name String - Secret where cert details are stored.
- key
Vault KafkaToken Key Vault Properties Response - Keyvault token keyvault secret properties.
- secret
Name 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.
- key
Vault Property Map - Keyvault token keyvault secret properties.
- secret
Name String - Secret where cert details are stored.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified 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