azure-native.iotoperationsmq.DataLakeConnector
Explore with Pulumi AI
MQ dataLakeConnector resource Azure REST API version: 2023-10-04-preview.
Example Usage
DataLakeConnector_CreateOrUpdate
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var dataLakeConnector = new AzureNative.IoTOperationsMQ.DataLakeConnector("dataLakeConnector", new()
{
DataLakeConnectorName = "87v4D",
DatabaseFormat = AzureNative.IoTOperationsMQ.DataLakeDatabaseFormat.Delta,
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 = 53467,
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 = "ewguwvlahlu",
LogLevel = "ikicyoalavfmqlodnupfjayxjti",
MqName = "Ox--3e65kYN0731DJ1Qg",
NodeTolerations = new AzureNative.IoTOperationsMQ.Inputs.NodeTolerationsArgs
{
Effect = "eeswvciblqmmaeesjoflyvxqbz",
Key = "wbrstdwxgm",
Operator = "lbegegneekwnyodtzraarivtwhmzep",
Value = "sfafsjdcezdmkwibxeluukxgl",
},
Protocol = AzureNative.IoTOperationsMQ.MqttProtocol.V3,
ResourceGroupName = "rgiotoperationsmq",
Tags = null,
Target = new AzureNative.IoTOperationsMQ.Inputs.DataLakeTargetStorageArgs
{
DatalakeStorage = new AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageArgs
{
Authentication = new AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageAuthenticationArgs
{
AccessTokenSecretName = "cfaoxjbfbwdldqjbfczvovgooyqkl",
SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
{
Audience = "kjderojhpehosgfcrxxbh",
ExtensionName = "cyckjqqzspleajbtkniwrfsqygjfhe",
},
},
Endpoint = "bddy",
},
FabricOneLake = new AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageArgs
{
Authentication = new AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageAuthenticationArgs
{
SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
{
Audience = "kjderojhpehosgfcrxxbh",
ExtensionName = "cyckjqqzspleajbtkniwrfsqygjfhe",
},
},
Endpoint = "S.fabric.microsoft.com",
FabricPath = AzureNative.IoTOperationsMQ.FabricPathType.Files,
Guids = new AzureNative.IoTOperationsMQ.Inputs.FabricGuidsArgs
{
LakehouseGuid = "grsapopwjnuzbmnxbjnawaae",
WorkspaceGuid = "iwqfplayvdkdxumpdc",
},
Names = new AzureNative.IoTOperationsMQ.Inputs.FabricNamesArgs
{
LakehouseName = "iqgqtk",
WorkspaceName = "fxvlfhfcmlhcbgpopyqfikqsryct",
},
},
LocalStorage = new AzureNative.IoTOperationsMQ.Inputs.DataLakeLocalStorageArgs
{
VolumeName = "nmzsioldiwteljpplmftk",
},
},
});
});
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.NewDataLakeConnector(ctx, "dataLakeConnector", &iotoperationsmq.DataLakeConnectorArgs{
DataLakeConnectorName: pulumi.String("87v4D"),
DatabaseFormat: pulumi.String(iotoperationsmq.DataLakeDatabaseFormatDelta),
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(53467),
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("ewguwvlahlu"),
LogLevel: pulumi.String("ikicyoalavfmqlodnupfjayxjti"),
MqName: pulumi.String("Ox--3e65kYN0731DJ1Qg"),
NodeTolerations: &iotoperationsmq.NodeTolerationsArgs{
Effect: pulumi.String("eeswvciblqmmaeesjoflyvxqbz"),
Key: pulumi.String("wbrstdwxgm"),
Operator: pulumi.String("lbegegneekwnyodtzraarivtwhmzep"),
Value: pulumi.String("sfafsjdcezdmkwibxeluukxgl"),
},
Protocol: pulumi.String(iotoperationsmq.MqttProtocolV3),
ResourceGroupName: pulumi.String("rgiotoperationsmq"),
Tags: nil,
Target: &iotoperationsmq.DataLakeTargetStorageArgs{
DatalakeStorage: &iotoperationsmq.DataLakeServiceStorageArgs{
Authentication: &iotoperationsmq.DataLakeServiceStorageAuthenticationArgs{
AccessTokenSecretName: pulumi.String("cfaoxjbfbwdldqjbfczvovgooyqkl"),
SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
Audience: pulumi.String("kjderojhpehosgfcrxxbh"),
ExtensionName: pulumi.String("cyckjqqzspleajbtkniwrfsqygjfhe"),
},
},
Endpoint: pulumi.String("bddy"),
},
FabricOneLake: &iotoperationsmq.DataLakeFabricStorageArgs{
Authentication: &iotoperationsmq.DataLakeFabricStorageAuthenticationArgs{
SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
Audience: pulumi.String("kjderojhpehosgfcrxxbh"),
ExtensionName: pulumi.String("cyckjqqzspleajbtkniwrfsqygjfhe"),
},
},
Endpoint: pulumi.String("S.fabric.microsoft.com"),
FabricPath: pulumi.String(iotoperationsmq.FabricPathTypeFiles),
Guids: &iotoperationsmq.FabricGuidsArgs{
LakehouseGuid: pulumi.String("grsapopwjnuzbmnxbjnawaae"),
WorkspaceGuid: pulumi.String("iwqfplayvdkdxumpdc"),
},
Names: &iotoperationsmq.FabricNamesArgs{
LakehouseName: pulumi.String("iqgqtk"),
WorkspaceName: pulumi.String("fxvlfhfcmlhcbgpopyqfikqsryct"),
},
},
LocalStorage: &iotoperationsmq.DataLakeLocalStorageArgs{
VolumeName: pulumi.String("nmzsioldiwteljpplmftk"),
},
},
})
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.DataLakeConnector;
import com.pulumi.azurenative.iotoperationsmq.DataLakeConnectorArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ExtendedLocationPropertyArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ContainerImageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerConnectionSpecArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerAuthenticationMethodsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerKubernetesAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.LocalBrokerConnectionTlsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.NodeTolerationsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeTargetStorageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeServiceStorageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeServiceStorageAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.ManagedIdentityAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeFabricStorageArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeFabricStorageAuthenticationArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.FabricGuidsArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.FabricNamesArgs;
import com.pulumi.azurenative.iotoperationsmq.inputs.DataLakeLocalStorageArgs;
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 dataLakeConnector = new DataLakeConnector("dataLakeConnector", DataLakeConnectorArgs.builder()
.dataLakeConnectorName("87v4D")
.databaseFormat("delta")
.extendedLocation(ExtendedLocationPropertyArgs.builder()
.name("an")
.type("CustomLocation")
.build())
.image(ContainerImageArgs.builder()
.pullPolicy("imfuzvqxgbdwliqnn")
.pullSecrets("klnqimxqsrdwhcqldjvdtsrs")
.repository("m")
.tag("jygfdiamhhm")
.build())
.instances(53467)
.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("ewguwvlahlu")
.logLevel("ikicyoalavfmqlodnupfjayxjti")
.mqName("Ox--3e65kYN0731DJ1Qg")
.nodeTolerations(NodeTolerationsArgs.builder()
.effect("eeswvciblqmmaeesjoflyvxqbz")
.key("wbrstdwxgm")
.operator("lbegegneekwnyodtzraarivtwhmzep")
.value("sfafsjdcezdmkwibxeluukxgl")
.build())
.protocol("v3")
.resourceGroupName("rgiotoperationsmq")
.tags()
.target(DataLakeTargetStorageArgs.builder()
.datalakeStorage(DataLakeServiceStorageArgs.builder()
.authentication(DataLakeServiceStorageAuthenticationArgs.builder()
.accessTokenSecretName("cfaoxjbfbwdldqjbfczvovgooyqkl")
.systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
.audience("kjderojhpehosgfcrxxbh")
.extensionName("cyckjqqzspleajbtkniwrfsqygjfhe")
.build())
.build())
.endpoint("bddy")
.build())
.fabricOneLake(DataLakeFabricStorageArgs.builder()
.authentication(DataLakeFabricStorageAuthenticationArgs.builder()
.systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
.audience("kjderojhpehosgfcrxxbh")
.extensionName("cyckjqqzspleajbtkniwrfsqygjfhe")
.build())
.build())
.endpoint("S.fabric.microsoft.com")
.fabricPath("files")
.guids(FabricGuidsArgs.builder()
.lakehouseGuid("grsapopwjnuzbmnxbjnawaae")
.workspaceGuid("iwqfplayvdkdxumpdc")
.build())
.names(FabricNamesArgs.builder()
.lakehouseName("iqgqtk")
.workspaceName("fxvlfhfcmlhcbgpopyqfikqsryct")
.build())
.build())
.localStorage(DataLakeLocalStorageArgs.builder()
.volumeName("nmzsioldiwteljpplmftk")
.build())
.build())
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
data_lake_connector = azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnector",
data_lake_connector_name="87v4D",
database_format=azure_native.iotoperationsmq.DataLakeDatabaseFormat.DELTA,
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=53467,
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="ewguwvlahlu",
log_level="ikicyoalavfmqlodnupfjayxjti",
mq_name="Ox--3e65kYN0731DJ1Qg",
node_tolerations=azure_native.iotoperationsmq.NodeTolerationsArgs(
effect="eeswvciblqmmaeesjoflyvxqbz",
key="wbrstdwxgm",
operator="lbegegneekwnyodtzraarivtwhmzep",
value="sfafsjdcezdmkwibxeluukxgl",
),
protocol=azure_native.iotoperationsmq.MqttProtocol.V3,
resource_group_name="rgiotoperationsmq",
tags={},
target=azure_native.iotoperationsmq.DataLakeTargetStorageArgs(
datalake_storage=azure_native.iotoperationsmq.DataLakeServiceStorageArgs(
authentication=azure_native.iotoperationsmq.DataLakeServiceStorageAuthenticationArgs(
access_token_secret_name="cfaoxjbfbwdldqjbfczvovgooyqkl",
system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
audience="kjderojhpehosgfcrxxbh",
extension_name="cyckjqqzspleajbtkniwrfsqygjfhe",
),
),
endpoint="bddy",
),
fabric_one_lake=azure_native.iotoperationsmq.DataLakeFabricStorageArgs(
authentication=azure_native.iotoperationsmq.DataLakeFabricStorageAuthenticationArgs(
system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
audience="kjderojhpehosgfcrxxbh",
extension_name="cyckjqqzspleajbtkniwrfsqygjfhe",
),
),
endpoint="S.fabric.microsoft.com",
fabric_path=azure_native.iotoperationsmq.FabricPathType.FILES,
guids=azure_native.iotoperationsmq.FabricGuidsArgs(
lakehouse_guid="grsapopwjnuzbmnxbjnawaae",
workspace_guid="iwqfplayvdkdxumpdc",
),
names=azure_native.iotoperationsmq.FabricNamesArgs(
lakehouse_name="iqgqtk",
workspace_name="fxvlfhfcmlhcbgpopyqfikqsryct",
),
),
local_storage=azure_native.iotoperationsmq.DataLakeLocalStorageArgs(
volume_name="nmzsioldiwteljpplmftk",
),
))
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const dataLakeConnector = new azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnector", {
dataLakeConnectorName: "87v4D",
databaseFormat: azure_native.iotoperationsmq.DataLakeDatabaseFormat.Delta,
extendedLocation: {
name: "an",
type: azure_native.iotoperationsmq.ExtendedLocationType.CustomLocation,
},
image: {
pullPolicy: "imfuzvqxgbdwliqnn",
pullSecrets: "klnqimxqsrdwhcqldjvdtsrs",
repository: "m",
tag: "jygfdiamhhm",
},
instances: 53467,
localBrokerConnection: {
authentication: {
kubernetes: {
secretPath: "soukzfkouir",
serviceAccountTokenName: "suwetviuhmhorhvsidlznnufe",
},
},
endpoint: "xc",
tls: {
tlsEnabled: true,
trustedCaCertificateConfigMap: "rinkomfeznsfedbmllxlbmmhc",
},
},
location: "ewguwvlahlu",
logLevel: "ikicyoalavfmqlodnupfjayxjti",
mqName: "Ox--3e65kYN0731DJ1Qg",
nodeTolerations: {
effect: "eeswvciblqmmaeesjoflyvxqbz",
key: "wbrstdwxgm",
operator: "lbegegneekwnyodtzraarivtwhmzep",
value: "sfafsjdcezdmkwibxeluukxgl",
},
protocol: azure_native.iotoperationsmq.MqttProtocol.V3,
resourceGroupName: "rgiotoperationsmq",
tags: {},
target: {
datalakeStorage: {
authentication: {
accessTokenSecretName: "cfaoxjbfbwdldqjbfczvovgooyqkl",
systemAssignedManagedIdentity: {
audience: "kjderojhpehosgfcrxxbh",
extensionName: "cyckjqqzspleajbtkniwrfsqygjfhe",
},
},
endpoint: "bddy",
},
fabricOneLake: {
authentication: {
systemAssignedManagedIdentity: {
audience: "kjderojhpehosgfcrxxbh",
extensionName: "cyckjqqzspleajbtkniwrfsqygjfhe",
},
},
endpoint: "S.fabric.microsoft.com",
fabricPath: azure_native.iotoperationsmq.FabricPathType.Files,
guids: {
lakehouseGuid: "grsapopwjnuzbmnxbjnawaae",
workspaceGuid: "iwqfplayvdkdxumpdc",
},
names: {
lakehouseName: "iqgqtk",
workspaceName: "fxvlfhfcmlhcbgpopyqfikqsryct",
},
},
localStorage: {
volumeName: "nmzsioldiwteljpplmftk",
},
},
});
resources:
dataLakeConnector:
type: azure-native:iotoperationsmq:DataLakeConnector
properties:
dataLakeConnectorName: 87v4D
databaseFormat: delta
extendedLocation:
name: an
type: CustomLocation
image:
pullPolicy: imfuzvqxgbdwliqnn
pullSecrets: klnqimxqsrdwhcqldjvdtsrs
repository: m
tag: jygfdiamhhm
instances: 53467
localBrokerConnection:
authentication:
kubernetes:
secretPath: soukzfkouir
serviceAccountTokenName: suwetviuhmhorhvsidlznnufe
endpoint: xc
tls:
tlsEnabled: true
trustedCaCertificateConfigMap: rinkomfeznsfedbmllxlbmmhc
location: ewguwvlahlu
logLevel: ikicyoalavfmqlodnupfjayxjti
mqName: Ox--3e65kYN0731DJ1Qg
nodeTolerations:
effect: eeswvciblqmmaeesjoflyvxqbz
key: wbrstdwxgm
operator: lbegegneekwnyodtzraarivtwhmzep
value: sfafsjdcezdmkwibxeluukxgl
protocol: v3
resourceGroupName: rgiotoperationsmq
tags: {}
target:
datalakeStorage:
authentication:
accessTokenSecretName: cfaoxjbfbwdldqjbfczvovgooyqkl
systemAssignedManagedIdentity:
audience: kjderojhpehosgfcrxxbh
extensionName: cyckjqqzspleajbtkniwrfsqygjfhe
endpoint: bddy
fabricOneLake:
authentication:
systemAssignedManagedIdentity:
audience: kjderojhpehosgfcrxxbh
extensionName: cyckjqqzspleajbtkniwrfsqygjfhe
endpoint: S.fabric.microsoft.com
fabricPath: files
guids:
lakehouseGuid: grsapopwjnuzbmnxbjnawaae
workspaceGuid: iwqfplayvdkdxumpdc
names:
lakehouseName: iqgqtk
workspaceName: fxvlfhfcmlhcbgpopyqfikqsryct
localStorage:
volumeName: nmzsioldiwteljpplmftk
Create DataLakeConnector Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataLakeConnector(name: string, args: DataLakeConnectorArgs, opts?: CustomResourceOptions);
@overload
def DataLakeConnector(resource_name: str,
args: DataLakeConnectorArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DataLakeConnector(resource_name: str,
opts: Optional[ResourceOptions] = None,
mq_name: Optional[str] = None,
database_format: Optional[Union[str, DataLakeDatabaseFormat]] = None,
extended_location: Optional[ExtendedLocationPropertyArgs] = None,
image: Optional[ContainerImageArgs] = None,
target: Optional[DataLakeTargetStorageArgs] = None,
resource_group_name: Optional[str] = None,
protocol: Optional[Union[str, MqttProtocol]] = None,
location: Optional[str] = None,
log_level: Optional[str] = None,
node_tolerations: Optional[NodeTolerationsArgs] = None,
data_lake_connector_name: Optional[str] = None,
local_broker_connection: Optional[LocalBrokerConnectionSpecArgs] = None,
tags: Optional[Mapping[str, str]] = None,
instances: Optional[int] = None)
func NewDataLakeConnector(ctx *Context, name string, args DataLakeConnectorArgs, opts ...ResourceOption) (*DataLakeConnector, error)
public DataLakeConnector(string name, DataLakeConnectorArgs args, CustomResourceOptions? opts = null)
public DataLakeConnector(String name, DataLakeConnectorArgs args)
public DataLakeConnector(String name, DataLakeConnectorArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:DataLakeConnector
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 DataLakeConnectorArgs
- 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 DataLakeConnectorArgs
- 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 DataLakeConnectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataLakeConnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataLakeConnectorArgs
- 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 dataLakeConnectorResource = new AzureNative.IoTOperationsMQ.DataLakeConnector("dataLakeConnectorResource", new()
{
MqName = "string",
DatabaseFormat = "string",
ExtendedLocation = new AzureNative.IoTOperationsMQ.Inputs.ExtendedLocationPropertyArgs
{
Name = "string",
Type = "string",
},
Image = new AzureNative.IoTOperationsMQ.Inputs.ContainerImageArgs
{
Repository = "string",
Tag = "string",
PullPolicy = "string",
PullSecrets = "string",
},
Target = new AzureNative.IoTOperationsMQ.Inputs.DataLakeTargetStorageArgs
{
DatalakeStorage = new AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageArgs
{
Authentication = new AzureNative.IoTOperationsMQ.Inputs.DataLakeServiceStorageAuthenticationArgs
{
AccessTokenSecretName = "string",
SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
{
Audience = "string",
ExtensionName = "string",
},
},
Endpoint = "string",
},
FabricOneLake = new AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageArgs
{
Authentication = new AzureNative.IoTOperationsMQ.Inputs.DataLakeFabricStorageAuthenticationArgs
{
SystemAssignedManagedIdentity = new AzureNative.IoTOperationsMQ.Inputs.ManagedIdentityAuthenticationArgs
{
Audience = "string",
ExtensionName = "string",
},
},
Endpoint = "string",
FabricPath = "string",
Guids = new AzureNative.IoTOperationsMQ.Inputs.FabricGuidsArgs
{
LakehouseGuid = "string",
WorkspaceGuid = "string",
},
Names = new AzureNative.IoTOperationsMQ.Inputs.FabricNamesArgs
{
LakehouseName = "string",
WorkspaceName = "string",
},
},
LocalStorage = new AzureNative.IoTOperationsMQ.Inputs.DataLakeLocalStorageArgs
{
VolumeName = "string",
},
},
ResourceGroupName = "string",
Protocol = "string",
Location = "string",
LogLevel = "string",
NodeTolerations = new AzureNative.IoTOperationsMQ.Inputs.NodeTolerationsArgs
{
Effect = "string",
Key = "string",
Operator = "string",
Value = "string",
},
DataLakeConnectorName = "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",
},
},
Tags =
{
{ "string", "string" },
},
Instances = 0,
});
example, err := iotoperationsmq.NewDataLakeConnector(ctx, "dataLakeConnectorResource", &iotoperationsmq.DataLakeConnectorArgs{
MqName: pulumi.String("string"),
DatabaseFormat: pulumi.String("string"),
ExtendedLocation: &iotoperationsmq.ExtendedLocationPropertyArgs{
Name: pulumi.String("string"),
Type: pulumi.String("string"),
},
Image: &iotoperationsmq.ContainerImageArgs{
Repository: pulumi.String("string"),
Tag: pulumi.String("string"),
PullPolicy: pulumi.String("string"),
PullSecrets: pulumi.String("string"),
},
Target: &iotoperationsmq.DataLakeTargetStorageArgs{
DatalakeStorage: &iotoperationsmq.DataLakeServiceStorageArgs{
Authentication: &iotoperationsmq.DataLakeServiceStorageAuthenticationArgs{
AccessTokenSecretName: pulumi.String("string"),
SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
Audience: pulumi.String("string"),
ExtensionName: pulumi.String("string"),
},
},
Endpoint: pulumi.String("string"),
},
FabricOneLake: &iotoperationsmq.DataLakeFabricStorageArgs{
Authentication: &iotoperationsmq.DataLakeFabricStorageAuthenticationArgs{
SystemAssignedManagedIdentity: &iotoperationsmq.ManagedIdentityAuthenticationArgs{
Audience: pulumi.String("string"),
ExtensionName: pulumi.String("string"),
},
},
Endpoint: pulumi.String("string"),
FabricPath: pulumi.String("string"),
Guids: &iotoperationsmq.FabricGuidsArgs{
LakehouseGuid: pulumi.String("string"),
WorkspaceGuid: pulumi.String("string"),
},
Names: &iotoperationsmq.FabricNamesArgs{
LakehouseName: pulumi.String("string"),
WorkspaceName: pulumi.String("string"),
},
},
LocalStorage: &iotoperationsmq.DataLakeLocalStorageArgs{
VolumeName: pulumi.String("string"),
},
},
ResourceGroupName: pulumi.String("string"),
Protocol: pulumi.String("string"),
Location: pulumi.String("string"),
LogLevel: pulumi.String("string"),
NodeTolerations: &iotoperationsmq.NodeTolerationsArgs{
Effect: pulumi.String("string"),
Key: pulumi.String("string"),
Operator: pulumi.String("string"),
Value: pulumi.String("string"),
},
DataLakeConnectorName: 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"),
},
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Instances: pulumi.Int(0),
})
var dataLakeConnectorResource = new DataLakeConnector("dataLakeConnectorResource", DataLakeConnectorArgs.builder()
.mqName("string")
.databaseFormat("string")
.extendedLocation(ExtendedLocationPropertyArgs.builder()
.name("string")
.type("string")
.build())
.image(ContainerImageArgs.builder()
.repository("string")
.tag("string")
.pullPolicy("string")
.pullSecrets("string")
.build())
.target(DataLakeTargetStorageArgs.builder()
.datalakeStorage(DataLakeServiceStorageArgs.builder()
.authentication(DataLakeServiceStorageAuthenticationArgs.builder()
.accessTokenSecretName("string")
.systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
.audience("string")
.extensionName("string")
.build())
.build())
.endpoint("string")
.build())
.fabricOneLake(DataLakeFabricStorageArgs.builder()
.authentication(DataLakeFabricStorageAuthenticationArgs.builder()
.systemAssignedManagedIdentity(ManagedIdentityAuthenticationArgs.builder()
.audience("string")
.extensionName("string")
.build())
.build())
.endpoint("string")
.fabricPath("string")
.guids(FabricGuidsArgs.builder()
.lakehouseGuid("string")
.workspaceGuid("string")
.build())
.names(FabricNamesArgs.builder()
.lakehouseName("string")
.workspaceName("string")
.build())
.build())
.localStorage(DataLakeLocalStorageArgs.builder()
.volumeName("string")
.build())
.build())
.resourceGroupName("string")
.protocol("string")
.location("string")
.logLevel("string")
.nodeTolerations(NodeTolerationsArgs.builder()
.effect("string")
.key("string")
.operator("string")
.value("string")
.build())
.dataLakeConnectorName("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())
.tags(Map.of("string", "string"))
.instances(0)
.build());
data_lake_connector_resource = azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnectorResource",
mq_name="string",
database_format="string",
extended_location=azure_native.iotoperationsmq.ExtendedLocationPropertyArgs(
name="string",
type="string",
),
image=azure_native.iotoperationsmq.ContainerImageArgs(
repository="string",
tag="string",
pull_policy="string",
pull_secrets="string",
),
target=azure_native.iotoperationsmq.DataLakeTargetStorageArgs(
datalake_storage=azure_native.iotoperationsmq.DataLakeServiceStorageArgs(
authentication=azure_native.iotoperationsmq.DataLakeServiceStorageAuthenticationArgs(
access_token_secret_name="string",
system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
audience="string",
extension_name="string",
),
),
endpoint="string",
),
fabric_one_lake=azure_native.iotoperationsmq.DataLakeFabricStorageArgs(
authentication=azure_native.iotoperationsmq.DataLakeFabricStorageAuthenticationArgs(
system_assigned_managed_identity=azure_native.iotoperationsmq.ManagedIdentityAuthenticationArgs(
audience="string",
extension_name="string",
),
),
endpoint="string",
fabric_path="string",
guids=azure_native.iotoperationsmq.FabricGuidsArgs(
lakehouse_guid="string",
workspace_guid="string",
),
names=azure_native.iotoperationsmq.FabricNamesArgs(
lakehouse_name="string",
workspace_name="string",
),
),
local_storage=azure_native.iotoperationsmq.DataLakeLocalStorageArgs(
volume_name="string",
),
),
resource_group_name="string",
protocol="string",
location="string",
log_level="string",
node_tolerations=azure_native.iotoperationsmq.NodeTolerationsArgs(
effect="string",
key="string",
operator="string",
value="string",
),
data_lake_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",
),
),
tags={
"string": "string",
},
instances=0)
const dataLakeConnectorResource = new azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnectorResource", {
mqName: "string",
databaseFormat: "string",
extendedLocation: {
name: "string",
type: "string",
},
image: {
repository: "string",
tag: "string",
pullPolicy: "string",
pullSecrets: "string",
},
target: {
datalakeStorage: {
authentication: {
accessTokenSecretName: "string",
systemAssignedManagedIdentity: {
audience: "string",
extensionName: "string",
},
},
endpoint: "string",
},
fabricOneLake: {
authentication: {
systemAssignedManagedIdentity: {
audience: "string",
extensionName: "string",
},
},
endpoint: "string",
fabricPath: "string",
guids: {
lakehouseGuid: "string",
workspaceGuid: "string",
},
names: {
lakehouseName: "string",
workspaceName: "string",
},
},
localStorage: {
volumeName: "string",
},
},
resourceGroupName: "string",
protocol: "string",
location: "string",
logLevel: "string",
nodeTolerations: {
effect: "string",
key: "string",
operator: "string",
value: "string",
},
dataLakeConnectorName: "string",
localBrokerConnection: {
authentication: {
kubernetes: {
secretPath: "string",
serviceAccountTokenName: "string",
},
},
endpoint: "string",
tls: {
tlsEnabled: false,
trustedCaCertificateConfigMap: "string",
},
},
tags: {
string: "string",
},
instances: 0,
});
type: azure-native:iotoperationsmq:DataLakeConnector
properties:
dataLakeConnectorName: string
databaseFormat: string
extendedLocation:
name: string
type: string
image:
pullPolicy: string
pullSecrets: string
repository: string
tag: string
instances: 0
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
protocol: string
resourceGroupName: string
tags:
string: string
target:
datalakeStorage:
authentication:
accessTokenSecretName: string
systemAssignedManagedIdentity:
audience: string
extensionName: string
endpoint: string
fabricOneLake:
authentication:
systemAssignedManagedIdentity:
audience: string
extensionName: string
endpoint: string
fabricPath: string
guids:
lakehouseGuid: string
workspaceGuid: string
names:
lakehouseName: string
workspaceName: string
localStorage:
volumeName: string
DataLakeConnector 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 DataLakeConnector resource accepts the following input properties:
- Database
Format string | Pulumi.Azure Native. Io TOperations MQ. Data Lake Database Format - DataLake database format to use.
- Extended
Location Pulumi.Azure Native. Io TOperations MQ. Inputs. Extended Location Property - Extended Location
- Image
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Container Image - The details of DataLakeConnector Docker Image.
- Mq
Name string - Name of MQ resource
- Protocol
string | Pulumi.
Azure Native. Io TOperations MQ. Mqtt Protocol - The protocol to use for connecting with Brokers.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Target
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Data Lake Target Storage - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- Data
Lake stringConnector Name - Name of MQ dataLakeConnector resource
- Instances int
- The number of DataLakeConnector pods to spin up.
- 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 DataLake Connector instances.
- Node
Tolerations Pulumi.Azure Native. Io TOperations MQ. Inputs. Node Tolerations - The Node Tolerations for the DataLake Connector pods.
- Dictionary<string, string>
- Resource tags.
- Database
Format string | DataLake Database Format - DataLake database format to use.
- Extended
Location ExtendedLocation Property Args - Extended Location
- Image
Container
Image Args - The details of DataLakeConnector Docker Image.
- Mq
Name string - Name of MQ resource
- Protocol
string | Mqtt
Protocol - The protocol to use for connecting with Brokers.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Target
Data
Lake Target Storage Args - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- Data
Lake stringConnector Name - Name of MQ dataLakeConnector resource
- Instances int
- The number of DataLakeConnector pods to spin up.
- 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 DataLake Connector instances.
- Node
Tolerations NodeTolerations Args - The Node Tolerations for the DataLake Connector pods.
- map[string]string
- Resource tags.
- database
Format String | DataLake Database Format - DataLake database format to use.
- extended
Location ExtendedLocation Property - Extended Location
- image
Container
Image - The details of DataLakeConnector Docker Image.
- mq
Name String - Name of MQ resource
- protocol
String | Mqtt
Protocol - The protocol to use for connecting with Brokers.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- target
Data
Lake Target Storage - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data
Lake StringConnector Name - Name of MQ dataLakeConnector resource
- instances Integer
- The number of DataLakeConnector pods to spin up.
- 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 DataLake Connector instances.
- node
Tolerations NodeTolerations - The Node Tolerations for the DataLake Connector pods.
- Map<String,String>
- Resource tags.
- database
Format string | DataLake Database Format - DataLake database format to use.
- extended
Location ExtendedLocation Property - Extended Location
- image
Container
Image - The details of DataLakeConnector Docker Image.
- mq
Name string - Name of MQ resource
- protocol
string | Mqtt
Protocol - The protocol to use for connecting with Brokers.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- target
Data
Lake Target Storage - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data
Lake stringConnector Name - Name of MQ dataLakeConnector resource
- instances number
- The number of DataLakeConnector pods to spin up.
- 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 DataLake Connector instances.
- node
Tolerations NodeTolerations - The Node Tolerations for the DataLake Connector pods.
- {[key: string]: string}
- Resource tags.
- database_
format str | DataLake Database Format - DataLake database format to use.
- extended_
location ExtendedLocation Property Args - Extended Location
- image
Container
Image Args - The details of DataLakeConnector Docker Image.
- mq_
name str - Name of MQ resource
- protocol
str | Mqtt
Protocol - The protocol to use for connecting with Brokers.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- target
Data
Lake Target Storage Args - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data_
lake_ strconnector_ name - Name of MQ dataLakeConnector resource
- instances int
- The number of DataLakeConnector pods to spin up.
- 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 DataLake Connector instances.
- node_
tolerations NodeTolerations Args - The Node Tolerations for the DataLake Connector pods.
- Mapping[str, str]
- Resource tags.
- database
Format String | "delta" | "parquet" - DataLake database format to use.
- extended
Location Property Map - Extended Location
- image Property Map
- The details of DataLakeConnector Docker Image.
- mq
Name String - Name of MQ resource
- protocol String | "v3" | "v5"
- The protocol to use for connecting with Brokers.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- target Property Map
- The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data
Lake StringConnector Name - Name of MQ dataLakeConnector resource
- instances Number
- The number of DataLakeConnector pods to spin up.
- 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 DataLake Connector instances.
- node
Tolerations Property Map - The Node Tolerations for the DataLake Connector pods.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the DataLakeConnector 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.
DataLakeDatabaseFormat, DataLakeDatabaseFormatArgs
- Delta
- deltaDelta format.
- Parquet
- parquetParquet format.
- Data
Lake Database Format Delta - deltaDelta format.
- Data
Lake Database Format Parquet - parquetParquet format.
- Delta
- deltaDelta format.
- Parquet
- parquetParquet format.
- Delta
- deltaDelta format.
- Parquet
- parquetParquet format.
- DELTA
- deltaDelta format.
- PARQUET
- parquetParquet format.
- "delta"
- deltaDelta format.
- "parquet"
- parquetParquet format.
DataLakeFabricStorage, DataLakeFabricStorageArgs
- Authentication
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Data Lake Fabric Storage Authentication - DataLake fabric storage authentication details.
- Endpoint string
- DataLake fabric storage endpoint to use.
- Fabric
Path string | Pulumi.Azure Native. Io TOperations MQ. Fabric Path Type - Fabric path type to use.
- Guids
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Fabric Guids - Fabric one lake Guids.
- Names
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Fabric Names - Fabric one lake Names.
- Authentication
Data
Lake Fabric Storage Authentication - DataLake fabric storage authentication details.
- Endpoint string
- DataLake fabric storage endpoint to use.
- Fabric
Path string | FabricPath Type - Fabric path type to use.
- Guids
Fabric
Guids - Fabric one lake Guids.
- Names
Fabric
Names - Fabric one lake Names.
- authentication
Data
Lake Fabric Storage Authentication - DataLake fabric storage authentication details.
- endpoint String
- DataLake fabric storage endpoint to use.
- fabric
Path String | FabricPath Type - Fabric path type to use.
- guids
Fabric
Guids - Fabric one lake Guids.
- names
Fabric
Names - Fabric one lake Names.
- authentication
Data
Lake Fabric Storage Authentication - DataLake fabric storage authentication details.
- endpoint string
- DataLake fabric storage endpoint to use.
- fabric
Path string | FabricPath Type - Fabric path type to use.
- guids
Fabric
Guids - Fabric one lake Guids.
- names
Fabric
Names - Fabric one lake Names.
- authentication
Data
Lake Fabric Storage Authentication - DataLake fabric storage authentication details.
- endpoint str
- DataLake fabric storage endpoint to use.
- fabric_
path str | FabricPath Type - Fabric path type to use.
- guids
Fabric
Guids - Fabric one lake Guids.
- names
Fabric
Names - Fabric one lake Names.
- authentication Property Map
- DataLake fabric storage authentication details.
- endpoint String
- DataLake fabric storage endpoint to use.
- fabric
Path String | "files" | "tables" - Fabric path type to use.
- guids Property Map
- Fabric one lake Guids.
- names Property Map
- Fabric one lake Names.
DataLakeFabricStorageAuthentication, DataLakeFabricStorageAuthenticationArgs
- System
Assigned Pulumi.Managed Identity Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication - Configuration for managed identity authentication.
- System
Assigned ManagedManaged Identity Identity Authentication - Configuration for managed identity authentication.
- system
Assigned ManagedManaged Identity Identity Authentication - Configuration for managed identity authentication.
- system
Assigned ManagedManaged Identity Identity Authentication - Configuration for managed identity authentication.
- system_
assigned_ Managedmanaged_ identity Identity Authentication - Configuration for managed identity authentication.
- system
Assigned Property MapManaged Identity - Configuration for managed identity authentication.
DataLakeFabricStorageAuthenticationResponse, DataLakeFabricStorageAuthenticationResponseArgs
- System
Assigned Pulumi.Managed Identity Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication Response - Configuration for managed identity authentication.
- System
Assigned ManagedManaged Identity Identity Authentication Response - Configuration for managed identity authentication.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Configuration for managed identity authentication.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Configuration for managed identity authentication.
- system_
assigned_ Managedmanaged_ identity Identity Authentication Response - Configuration for managed identity authentication.
- system
Assigned Property MapManaged Identity - Configuration for managed identity authentication.
DataLakeFabricStorageResponse, DataLakeFabricStorageResponseArgs
- Authentication
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Data Lake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- Endpoint string
- DataLake fabric storage endpoint to use.
- Fabric
Path string - Fabric path type to use.
- Guids
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Fabric Guids Response - Fabric one lake Guids.
- Names
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Fabric Names Response - Fabric one lake Names.
- Authentication
Data
Lake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- Endpoint string
- DataLake fabric storage endpoint to use.
- Fabric
Path string - Fabric path type to use.
- Guids
Fabric
Guids Response - Fabric one lake Guids.
- Names
Fabric
Names Response - Fabric one lake Names.
- authentication
Data
Lake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- endpoint String
- DataLake fabric storage endpoint to use.
- fabric
Path String - Fabric path type to use.
- guids
Fabric
Guids Response - Fabric one lake Guids.
- names
Fabric
Names Response - Fabric one lake Names.
- authentication
Data
Lake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- endpoint string
- DataLake fabric storage endpoint to use.
- fabric
Path string - Fabric path type to use.
- guids
Fabric
Guids Response - Fabric one lake Guids.
- names
Fabric
Names Response - Fabric one lake Names.
- authentication
Data
Lake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- endpoint str
- DataLake fabric storage endpoint to use.
- fabric_
path str - Fabric path type to use.
- guids
Fabric
Guids Response - Fabric one lake Guids.
- names
Fabric
Names Response - Fabric one lake Names.
- authentication Property Map
- DataLake fabric storage authentication details.
- endpoint String
- DataLake fabric storage endpoint to use.
- fabric
Path String - Fabric path type to use.
- guids Property Map
- Fabric one lake Guids.
- names Property Map
- Fabric one lake Names.
DataLakeLocalStorage, DataLakeLocalStorageArgs
- Volume
Name string - Volume name to write to.
- Volume
Name string - Volume name to write to.
- volume
Name String - Volume name to write to.
- volume
Name string - Volume name to write to.
- volume_
name str - Volume name to write to.
- volume
Name String - Volume name to write to.
DataLakeLocalStorageResponse, DataLakeLocalStorageResponseArgs
- Volume
Name string - Volume name to write to.
- Volume
Name string - Volume name to write to.
- volume
Name String - Volume name to write to.
- volume
Name string - Volume name to write to.
- volume_
name str - Volume name to write to.
- volume
Name String - Volume name to write to.
DataLakeServiceStorage, DataLakeServiceStorageArgs
- Authentication
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Data Lake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- Endpoint string
- DataLake service storage endpoint to use.
- Authentication
Data
Lake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- Endpoint string
- DataLake service storage endpoint to use.
- authentication
Data
Lake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint String
- DataLake service storage endpoint to use.
- authentication
Data
Lake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint string
- DataLake service storage endpoint to use.
- authentication
Data
Lake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint str
- DataLake service storage endpoint to use.
- authentication Property Map
- DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint String
- DataLake service storage endpoint to use.
DataLakeServiceStorageAuthentication, DataLakeServiceStorageAuthenticationArgs
- Access
Token stringSecret Name - Access token secret name.
- System
Assigned Pulumi.Managed Identity Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication - Configuration for managed identity authentication.
- Access
Token stringSecret Name - Access token secret name.
- System
Assigned ManagedManaged Identity Identity Authentication - Configuration for managed identity authentication.
- access
Token StringSecret Name - Access token secret name.
- system
Assigned ManagedManaged Identity Identity Authentication - Configuration for managed identity authentication.
- access
Token stringSecret Name - Access token secret name.
- system
Assigned ManagedManaged Identity Identity Authentication - Configuration for managed identity authentication.
- access_
token_ strsecret_ name - Access token secret name.
- system_
assigned_ Managedmanaged_ identity Identity Authentication - Configuration for managed identity authentication.
- access
Token StringSecret Name - Access token secret name.
- system
Assigned Property MapManaged Identity - Configuration for managed identity authentication.
DataLakeServiceStorageAuthenticationResponse, DataLakeServiceStorageAuthenticationResponseArgs
- Access
Token stringSecret Name - Access token secret name.
- System
Assigned Pulumi.Managed Identity Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication Response - Configuration for managed identity authentication.
- Access
Token stringSecret Name - Access token secret name.
- System
Assigned ManagedManaged Identity Identity Authentication Response - Configuration for managed identity authentication.
- access
Token StringSecret Name - Access token secret name.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Configuration for managed identity authentication.
- access
Token stringSecret Name - Access token secret name.
- system
Assigned ManagedManaged Identity Identity Authentication Response - Configuration for managed identity authentication.
- access_
token_ strsecret_ name - Access token secret name.
- system_
assigned_ Managedmanaged_ identity Identity Authentication Response - Configuration for managed identity authentication.
- access
Token StringSecret Name - Access token secret name.
- system
Assigned Property MapManaged Identity - Configuration for managed identity authentication.
DataLakeServiceStorageResponse, DataLakeServiceStorageResponseArgs
- Authentication
Pulumi.
Azure Native. Io TOperations MQ. Inputs. Data Lake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- Endpoint string
- DataLake service storage endpoint to use.
- Authentication
Data
Lake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- Endpoint string
- DataLake service storage endpoint to use.
- authentication
Data
Lake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint String
- DataLake service storage endpoint to use.
- authentication
Data
Lake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint string
- DataLake service storage endpoint to use.
- authentication
Data
Lake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint str
- DataLake service storage endpoint to use.
- authentication Property Map
- DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint String
- DataLake service storage endpoint to use.
DataLakeTargetStorage, DataLakeTargetStorageArgs
- Datalake
Storage Pulumi.Azure Native. Io TOperations MQ. Inputs. Data Lake Service Storage - DataLake service storage details.
- Fabric
One Pulumi.Lake Azure Native. Io TOperations MQ. Inputs. Data Lake Fabric Storage - Fabric one lake storage details.
- Local
Storage Pulumi.Azure Native. Io TOperations MQ. Inputs. Data Lake Local Storage - Local storage details.
- Datalake
Storage DataLake Service Storage - DataLake service storage details.
- Fabric
One DataLake Lake Fabric Storage - Fabric one lake storage details.
- Local
Storage DataLake Local Storage - Local storage details.
- datalake
Storage DataLake Service Storage - DataLake service storage details.
- fabric
One DataLake Lake Fabric Storage - Fabric one lake storage details.
- local
Storage DataLake Local Storage - Local storage details.
- datalake
Storage DataLake Service Storage - DataLake service storage details.
- fabric
One DataLake Lake Fabric Storage - Fabric one lake storage details.
- local
Storage DataLake Local Storage - Local storage details.
- datalake_
storage DataLake Service Storage - DataLake service storage details.
- fabric_
one_ Datalake Lake Fabric Storage - Fabric one lake storage details.
- local_
storage DataLake Local Storage - Local storage details.
- datalake
Storage Property Map - DataLake service storage details.
- fabric
One Property MapLake - Fabric one lake storage details.
- local
Storage Property Map - Local storage details.
DataLakeTargetStorageResponse, DataLakeTargetStorageResponseArgs
- Datalake
Storage Pulumi.Azure Native. Io TOperations MQ. Inputs. Data Lake Service Storage Response - DataLake service storage details.
- Fabric
One Pulumi.Lake Azure Native. Io TOperations MQ. Inputs. Data Lake Fabric Storage Response - Fabric one lake storage details.
- Local
Storage Pulumi.Azure Native. Io TOperations MQ. Inputs. Data Lake Local Storage Response - Local storage details.
- Datalake
Storage DataLake Service Storage Response - DataLake service storage details.
- Fabric
One DataLake Lake Fabric Storage Response - Fabric one lake storage details.
- Local
Storage DataLake Local Storage Response - Local storage details.
- datalake
Storage DataLake Service Storage Response - DataLake service storage details.
- fabric
One DataLake Lake Fabric Storage Response - Fabric one lake storage details.
- local
Storage DataLake Local Storage Response - Local storage details.
- datalake
Storage DataLake Service Storage Response - DataLake service storage details.
- fabric
One DataLake Lake Fabric Storage Response - Fabric one lake storage details.
- local
Storage DataLake Local Storage Response - Local storage details.
- datalake_
storage DataLake Service Storage Response - DataLake service storage details.
- fabric_
one_ Datalake Lake Fabric Storage Response - Fabric one lake storage details.
- local_
storage DataLake Local Storage Response - Local storage details.
- datalake
Storage Property Map - DataLake service storage details.
- fabric
One Property MapLake - Fabric one lake storage details.
- local
Storage Property Map - Local storage details.
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
FabricGuids, FabricGuidsArgs
- Lakehouse
Guid string - Fabric one lake house guid.
- Workspace
Guid string - Fabric one lake workspace guid.
- Lakehouse
Guid string - Fabric one lake house guid.
- Workspace
Guid string - Fabric one lake workspace guid.
- lakehouse
Guid String - Fabric one lake house guid.
- workspace
Guid String - Fabric one lake workspace guid.
- lakehouse
Guid string - Fabric one lake house guid.
- workspace
Guid string - Fabric one lake workspace guid.
- lakehouse_
guid str - Fabric one lake house guid.
- workspace_
guid str - Fabric one lake workspace guid.
- lakehouse
Guid String - Fabric one lake house guid.
- workspace
Guid String - Fabric one lake workspace guid.
FabricGuidsResponse, FabricGuidsResponseArgs
- Lakehouse
Guid string - Fabric one lake house guid.
- Workspace
Guid string - Fabric one lake workspace guid.
- Lakehouse
Guid string - Fabric one lake house guid.
- Workspace
Guid string - Fabric one lake workspace guid.
- lakehouse
Guid String - Fabric one lake house guid.
- workspace
Guid String - Fabric one lake workspace guid.
- lakehouse
Guid string - Fabric one lake house guid.
- workspace
Guid string - Fabric one lake workspace guid.
- lakehouse_
guid str - Fabric one lake house guid.
- workspace_
guid str - Fabric one lake workspace guid.
- lakehouse
Guid String - Fabric one lake house guid.
- workspace
Guid String - Fabric one lake workspace guid.
FabricNames, FabricNamesArgs
- Lakehouse
Name string - Fabric one lake house name.
- Workspace
Name string - Fabric one lake workspace name.
- Lakehouse
Name string - Fabric one lake house name.
- Workspace
Name string - Fabric one lake workspace name.
- lakehouse
Name String - Fabric one lake house name.
- workspace
Name String - Fabric one lake workspace name.
- lakehouse
Name string - Fabric one lake house name.
- workspace
Name string - Fabric one lake workspace name.
- lakehouse_
name str - Fabric one lake house name.
- workspace_
name str - Fabric one lake workspace name.
- lakehouse
Name String - Fabric one lake house name.
- workspace
Name String - Fabric one lake workspace name.
FabricNamesResponse, FabricNamesResponseArgs
- Lakehouse
Name string - Fabric one lake house name.
- Workspace
Name string - Fabric one lake workspace name.
- Lakehouse
Name string - Fabric one lake house name.
- Workspace
Name string - Fabric one lake workspace name.
- lakehouse
Name String - Fabric one lake house name.
- workspace
Name String - Fabric one lake workspace name.
- lakehouse
Name string - Fabric one lake house name.
- workspace
Name string - Fabric one lake workspace name.
- lakehouse_
name str - Fabric one lake house name.
- workspace_
name str - Fabric one lake workspace name.
- lakehouse
Name String - Fabric one lake house name.
- workspace
Name String - Fabric one lake workspace name.
FabricPathType, FabricPathTypeArgs
- Files
- filesFabric path type is Files.
- Tables
- tablesFabric path type is Tables.
- Fabric
Path Type Files - filesFabric path type is Files.
- Fabric
Path Type Tables - tablesFabric path type is Tables.
- Files
- filesFabric path type is Files.
- Tables
- tablesFabric path type is Tables.
- Files
- filesFabric path type is Files.
- Tables
- tablesFabric path type is Tables.
- FILES
- filesFabric path type is Files.
- TABLES
- tablesFabric path type is Tables.
- "files"
- filesFabric path type is Files.
- "tables"
- tablesFabric path type is Tables.
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.
MqttProtocol, MqttProtocolArgs
- V3
- v3Mqttv3
- V5
- v5Mqttv5
- Mqtt
Protocol V3 - v3Mqttv3
- Mqtt
Protocol V5 - v5Mqttv5
- V3
- v3Mqttv3
- V5
- v5Mqttv5
- V3
- v3Mqttv3
- V5
- v5Mqttv5
- V3
- v3Mqttv3
- V5
- v5Mqttv5
- "v3"
- v3Mqttv3
- "v5"
- v5Mqttv5
NodeTolerations, NodeTolerationsArgs
NodeTolerationsResponse, NodeTolerationsResponseArgs
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:DataLakeConnector yduqhtfsalzehud /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/dataLakeConnector/{dataLakeConnectorName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0