azure-native-v2.iotoperationsmq.DataLakeConnector
Explore with Pulumi AI
MQ dataLakeConnector resource Azure REST API version: 2023-10-04-preview.
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
This property is required. string - The unique name of the resource.
- args
This property is required. DataLakeConnectorArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. 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
This property is required. string - The unique name of the resource.
- args
This property is required. DataLakeConnectorArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DataLakeConnectorArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. 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 =
{
{ "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,
});
example, err := iotoperationsmq.NewDataLakeConnector(ctx, "dataLakeConnectorResource", &iotoperationsmq.DataLakeConnectorArgs{
MqName: "string",
DatabaseFormat: "string",
ExtendedLocation: map[string]interface{}{
"name": "string",
"type": "string",
},
Image: map[string]interface{}{
"repository": "string",
"tag": "string",
"pullPolicy": "string",
"pullSecrets": "string",
},
Target: map[string]interface{}{
"datalakeStorage": map[string]interface{}{
"authentication": map[string]interface{}{
"accessTokenSecretName": "string",
"systemAssignedManagedIdentity": map[string]interface{}{
"audience": "string",
"extensionName": "string",
},
},
"endpoint": "string",
},
"fabricOneLake": map[string]interface{}{
"authentication": map[string]interface{}{
"systemAssignedManagedIdentity": map[string]interface{}{
"audience": "string",
"extensionName": "string",
},
},
"endpoint": "string",
"fabricPath": "string",
"guids": map[string]interface{}{
"lakehouseGuid": "string",
"workspaceGuid": "string",
},
"names": map[string]interface{}{
"lakehouseName": "string",
"workspaceName": "string",
},
},
"localStorage": map[string]interface{}{
"volumeName": "string",
},
},
ResourceGroupName: "string",
Protocol: "string",
Location: "string",
LogLevel: "string",
NodeTolerations: map[string]interface{}{
"effect": "string",
"key": "string",
"operator": "string",
"value": "string",
},
DataLakeConnectorName: "string",
LocalBrokerConnection: map[string]interface{}{
"authentication": map[string]interface{}{
"kubernetes": map[string]interface{}{
"secretPath": "string",
"serviceAccountTokenName": "string",
},
},
"endpoint": "string",
"tls": map[string]interface{}{
"tlsEnabled": false,
"trustedCaCertificateConfigMap": "string",
},
},
Tags: map[string]interface{}{
"string": "string",
},
Instances: 0,
})
var dataLakeConnectorResource = new DataLakeConnector("dataLakeConnectorResource", DataLakeConnectorArgs.builder()
.mqName("string")
.databaseFormat("string")
.extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.image(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.target(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.resourceGroupName("string")
.protocol("string")
.location("string")
.logLevel("string")
.nodeTolerations(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.dataLakeConnectorName("string")
.localBrokerConnection(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.instances(0)
.build());
data_lake_connector_resource = azure_native.iotoperationsmq.DataLakeConnector("dataLakeConnectorResource",
mq_name=string,
database_format=string,
extended_location={
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,
},
},
resource_group_name=string,
protocol=string,
location=string,
log_level=string,
node_tolerations={
effect: string,
key: string,
operator: string,
value: string,
},
data_lake_connector_name=string,
local_broker_connection={
authentication: {
kubernetes: {
secretPath: string,
serviceAccountTokenName: string,
},
},
endpoint: string,
tls: {
tlsEnabled: False,
trustedCaCertificateConfigMap: 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataLakeConnector resource accepts the following input properties:
- Database
Format This property is required. string | Pulumi.Azure Native. Io TOperations MQ. Data Lake Database Format - DataLake database format to use.
- Extended
Location This property is required. Changes to this property will trigger replacement.
Azure Native. Io TOperations MQ. Inputs. Extended Location Property - Extended Location
- Image
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Container Image - The details of DataLakeConnector Docker Image.
- Mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- Protocol
This property is required. string | Pulumi.Azure Native. Io TOperations MQ. Mqtt Protocol - The protocol to use for connecting with Brokers.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Target
This property is required. 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 Connector Name Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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 This property is required. string | DataLake Database Format - DataLake database format to use.
- Extended
Location This property is required. Changes to this property will trigger replacement.
Location Property Args - Extended Location
- Image
This property is required. ContainerImage Args - The details of DataLakeConnector Docker Image.
- Mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- Protocol
This property is required. string | MqttProtocol - The protocol to use for connecting with Brokers.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Target
This property is required. DataLake Target Storage Args - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- Data
Lake Connector Name Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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 This property is required. String | DataLake Database Format - DataLake database format to use.
- extended
Location This property is required. Changes to this property will trigger replacement.
Location Property - Extended Location
- image
This property is required. ContainerImage - The details of DataLakeConnector Docker Image.
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- protocol
This property is required. String | MqttProtocol - The protocol to use for connecting with Brokers.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- target
This property is required. DataLake Target Storage - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data
Lake Connector Name Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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 This property is required. string | DataLake Database Format - DataLake database format to use.
- extended
Location This property is required. Changes to this property will trigger replacement.
Location Property - Extended Location
- image
This property is required. ContainerImage - The details of DataLakeConnector Docker Image.
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- protocol
This property is required. string | MqttProtocol - The protocol to use for connecting with Brokers.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- target
This property is required. DataLake Target Storage - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data
Lake Connector Name Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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 This property is required. str | DataLake Database Format - DataLake database format to use.
- extended_
location This property is required. Changes to this property will trigger replacement.
Location Property Args - Extended Location
- image
This property is required. ContainerImage Args - The details of DataLakeConnector Docker Image.
- mq_
name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- protocol
This property is required. str | MqttProtocol - The protocol to use for connecting with Brokers.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- target
This property is required. DataLake Target Storage Args - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data_
lake_ connector_ name Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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 This property is required. String | "delta" | "parquet" - DataLake database format to use.
- extended
Location This property is required. Changes to this property will trigger replacement.
- Extended Location
- image
This property is required. Property Map - The details of DataLakeConnector Docker Image.
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- protocol
This property is required. String | "v3" | "v5" - The protocol to use for connecting with Brokers.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- target
This property is required. Property Map - The protocol to use for connecting with Brokers. NOTE - Enum only storage is supported at at time.
- data
Lake Connector Name Changes to this property will trigger replacement.
- 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
Changes to this property will trigger replacement.
- 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
This property is required. string - The Docker image name.
- Tag
This property is required. string - The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- Repository
This property is required. string - The Docker image name.
- Tag
This property is required. string - The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- repository
This property is required. String - The Docker image name.
- tag
This property is required. String - The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
- repository
This property is required. string - The Docker image name.
- tag
This property is required. string - The Docker image tag.
- pull
Policy string - Image pull policy.
- pull
Secrets string - Image pull secrets.
- repository
This property is required. str - The Docker image name.
- tag
This property is required. str - The Docker image tag.
- pull_
policy str - Image pull policy.
- pull_
secrets str - Image pull secrets.
- repository
This property is required. String - The Docker image name.
- tag
This property is required. String - The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
ContainerImageResponse, ContainerImageResponseArgs
- Repository
This property is required. string - The Docker image name.
- Tag
This property is required. string - The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- Repository
This property is required. string - The Docker image name.
- Tag
This property is required. string - The Docker image tag.
- Pull
Policy string - Image pull policy.
- Pull
Secrets string - Image pull secrets.
- repository
This property is required. String - The Docker image name.
- tag
This property is required. String - The Docker image tag.
- pull
Policy String - Image pull policy.
- pull
Secrets String - Image pull secrets.
- repository
This property is required. string - The Docker image name.
- tag
This property is required. string - The Docker image tag.
- pull
Policy string - Image pull policy.
- pull
Secrets string - Image pull secrets.
- repository
This property is required. str - The Docker image name.
- tag
This property is required. str - The Docker image tag.
- pull_
policy str - Image pull policy.
- pull_
secrets str - Image pull secrets.
- repository
This property is required. String - The Docker image name.
- tag
This property is required. 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
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Data Lake Fabric Storage Authentication - DataLake fabric storage authentication details.
- Endpoint
This property is required. string - DataLake fabric storage endpoint to use.
- Fabric
Path This property is required. 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
This property is required. DataLake Fabric Storage Authentication - DataLake fabric storage authentication details.
- Endpoint
This property is required. string - DataLake fabric storage endpoint to use.
- Fabric
Path This property is required. string | FabricPath Type - Fabric path type to use.
- Guids
Fabric
Guids - Fabric one lake Guids.
- Names
Fabric
Names - Fabric one lake Names.
- authentication
This property is required. DataLake Fabric Storage Authentication - DataLake fabric storage authentication details.
- endpoint
This property is required. String - DataLake fabric storage endpoint to use.
- fabric
Path This property is required. String | FabricPath Type - Fabric path type to use.
- guids
Fabric
Guids - Fabric one lake Guids.
- names
Fabric
Names - Fabric one lake Names.
- authentication
This property is required. DataLake Fabric Storage Authentication - DataLake fabric storage authentication details.
- endpoint
This property is required. string - DataLake fabric storage endpoint to use.
- fabric
Path This property is required. string | FabricPath Type - Fabric path type to use.
- guids
Fabric
Guids - Fabric one lake Guids.
- names
Fabric
Names - Fabric one lake Names.
- authentication
This property is required. DataLake Fabric Storage Authentication - DataLake fabric storage authentication details.
- endpoint
This property is required. str - DataLake fabric storage endpoint to use.
- fabric_
path This property is required. str | FabricPath Type - Fabric path type to use.
- guids
Fabric
Guids - Fabric one lake Guids.
- names
Fabric
Names - Fabric one lake Names.
- authentication
This property is required. Property Map - DataLake fabric storage authentication details.
- endpoint
This property is required. String - DataLake fabric storage endpoint to use.
- fabric
Path This property is required. 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 Managed Identity This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication - Configuration for managed identity authentication.
- System
Assigned Managed Identity This property is required. ManagedIdentity Authentication - Configuration for managed identity authentication.
- system
Assigned Managed Identity This property is required. ManagedIdentity Authentication - Configuration for managed identity authentication.
- system
Assigned Managed Identity This property is required. ManagedIdentity Authentication - Configuration for managed identity authentication.
- system_
assigned_ managed_ identity This property is required. ManagedIdentity Authentication - Configuration for managed identity authentication.
- system
Assigned Managed Identity This property is required. Property Map - Configuration for managed identity authentication.
DataLakeFabricStorageAuthenticationResponse, DataLakeFabricStorageAuthenticationResponseArgs
- System
Assigned Managed Identity This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Managed Identity Authentication Response - Configuration for managed identity authentication.
- System
Assigned Managed Identity This property is required. ManagedIdentity Authentication Response - Configuration for managed identity authentication.
- system
Assigned Managed Identity This property is required. ManagedIdentity Authentication Response - Configuration for managed identity authentication.
- system
Assigned Managed Identity This property is required. ManagedIdentity Authentication Response - Configuration for managed identity authentication.
- system_
assigned_ managed_ identity This property is required. ManagedIdentity Authentication Response - Configuration for managed identity authentication.
- system
Assigned Managed Identity This property is required. Property Map - Configuration for managed identity authentication.
DataLakeFabricStorageResponse, DataLakeFabricStorageResponseArgs
- Authentication
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Data Lake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- Endpoint
This property is required. string - DataLake fabric storage endpoint to use.
- Fabric
Path This property is required. 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
This property is required. DataLake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- Endpoint
This property is required. string - DataLake fabric storage endpoint to use.
- Fabric
Path This property is required. string - Fabric path type to use.
- Guids
Fabric
Guids Response - Fabric one lake Guids.
- Names
Fabric
Names Response - Fabric one lake Names.
- authentication
This property is required. DataLake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- endpoint
This property is required. String - DataLake fabric storage endpoint to use.
- fabric
Path This property is required. String - Fabric path type to use.
- guids
Fabric
Guids Response - Fabric one lake Guids.
- names
Fabric
Names Response - Fabric one lake Names.
- authentication
This property is required. DataLake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- endpoint
This property is required. string - DataLake fabric storage endpoint to use.
- fabric
Path This property is required. string - Fabric path type to use.
- guids
Fabric
Guids Response - Fabric one lake Guids.
- names
Fabric
Names Response - Fabric one lake Names.
- authentication
This property is required. DataLake Fabric Storage Authentication Response - DataLake fabric storage authentication details.
- endpoint
This property is required. str - DataLake fabric storage endpoint to use.
- fabric_
path This property is required. str - Fabric path type to use.
- guids
Fabric
Guids Response - Fabric one lake Guids.
- names
Fabric
Names Response - Fabric one lake Names.
- authentication
This property is required. Property Map - DataLake fabric storage authentication details.
- endpoint
This property is required. String - DataLake fabric storage endpoint to use.
- fabric
Path This property is required. String - Fabric path type to use.
- guids Property Map
- Fabric one lake Guids.
- names Property Map
- Fabric one lake Names.
DataLakeLocalStorage, DataLakeLocalStorageArgs
- Volume
Name This property is required. string - Volume name to write to.
- Volume
Name This property is required. string - Volume name to write to.
- volume
Name This property is required. String - Volume name to write to.
- volume
Name This property is required. string - Volume name to write to.
- volume_
name This property is required. str - Volume name to write to.
- volume
Name This property is required. String - Volume name to write to.
DataLakeLocalStorageResponse, DataLakeLocalStorageResponseArgs
- Volume
Name This property is required. string - Volume name to write to.
- Volume
Name This property is required. string - Volume name to write to.
- volume
Name This property is required. String - Volume name to write to.
- volume
Name This property is required. string - Volume name to write to.
- volume_
name This property is required. str - Volume name to write to.
- volume
Name This property is required. String - Volume name to write to.
DataLakeServiceStorage, DataLakeServiceStorageArgs
- Authentication
This property is required. 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
This property is required. string - DataLake service storage endpoint to use.
- Authentication
This property is required. DataLake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- Endpoint
This property is required. string - DataLake service storage endpoint to use.
- authentication
This property is required. DataLake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. String - DataLake service storage endpoint to use.
- authentication
This property is required. DataLake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. string - DataLake service storage endpoint to use.
- authentication
This property is required. DataLake Service Storage Authentication - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. str - DataLake service storage endpoint to use.
- authentication
This property is required. Property Map - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. 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
This property is required. 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
This property is required. string - DataLake service storage endpoint to use.
- Authentication
This property is required. DataLake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- Endpoint
This property is required. string - DataLake service storage endpoint to use.
- authentication
This property is required. DataLake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. String - DataLake service storage endpoint to use.
- authentication
This property is required. DataLake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. string - DataLake service storage endpoint to use.
- authentication
This property is required. DataLake Service Storage Authentication Response - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. str - DataLake service storage endpoint to use.
- authentication
This property is required. Property Map - DataLake service storage authentication details. NOTE - Enum only one method is supported.
- endpoint
This property is required. 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
This property is required. string - The name of the extended location.
- Type
This property is required. string | Pulumi.Azure Native. Io TOperations MQ. Extended Location Type - Type of ExtendedLocation.
- Name
This property is required. string - The name of the extended location.
- Type
This property is required. string | ExtendedLocation Type - Type of ExtendedLocation.
- name
This property is required. String - The name of the extended location.
- type
This property is required. String | ExtendedLocation Type - Type of ExtendedLocation.
- name
This property is required. string - The name of the extended location.
- type
This property is required. string | ExtendedLocation Type - Type of ExtendedLocation.
- name
This property is required. str - The name of the extended location.
- type
This property is required. str | ExtendedLocation Type - Type of ExtendedLocation.
- name
This property is required. String - The name of the extended location.
- type
This property is required. String | "CustomLocation" - Type of ExtendedLocation.
ExtendedLocationPropertyResponse, ExtendedLocationPropertyResponseArgs
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 This property is required. string - Fabric one lake house guid.
- Workspace
Guid This property is required. string - Fabric one lake workspace guid.
- Lakehouse
Guid This property is required. string - Fabric one lake house guid.
- Workspace
Guid This property is required. string - Fabric one lake workspace guid.
- lakehouse
Guid This property is required. String - Fabric one lake house guid.
- workspace
Guid This property is required. String - Fabric one lake workspace guid.
- lakehouse
Guid This property is required. string - Fabric one lake house guid.
- workspace
Guid This property is required. string - Fabric one lake workspace guid.
- lakehouse_
guid This property is required. str - Fabric one lake house guid.
- workspace_
guid This property is required. str - Fabric one lake workspace guid.
- lakehouse
Guid This property is required. String - Fabric one lake house guid.
- workspace
Guid This property is required. String - Fabric one lake workspace guid.
FabricGuidsResponse, FabricGuidsResponseArgs
- Lakehouse
Guid This property is required. string - Fabric one lake house guid.
- Workspace
Guid This property is required. string - Fabric one lake workspace guid.
- Lakehouse
Guid This property is required. string - Fabric one lake house guid.
- Workspace
Guid This property is required. string - Fabric one lake workspace guid.
- lakehouse
Guid This property is required. String - Fabric one lake house guid.
- workspace
Guid This property is required. String - Fabric one lake workspace guid.
- lakehouse
Guid This property is required. string - Fabric one lake house guid.
- workspace
Guid This property is required. string - Fabric one lake workspace guid.
- lakehouse_
guid This property is required. str - Fabric one lake house guid.
- workspace_
guid This property is required. str - Fabric one lake workspace guid.
- lakehouse
Guid This property is required. String - Fabric one lake house guid.
- workspace
Guid This property is required. String - Fabric one lake workspace guid.
FabricNames, FabricNamesArgs
- Lakehouse
Name This property is required. string - Fabric one lake house name.
- Workspace
Name This property is required. string - Fabric one lake workspace name.
- Lakehouse
Name This property is required. string - Fabric one lake house name.
- Workspace
Name This property is required. string - Fabric one lake workspace name.
- lakehouse
Name This property is required. String - Fabric one lake house name.
- workspace
Name This property is required. String - Fabric one lake workspace name.
- lakehouse
Name This property is required. string - Fabric one lake house name.
- workspace
Name This property is required. string - Fabric one lake workspace name.
- lakehouse_
name This property is required. str - Fabric one lake house name.
- workspace_
name This property is required. str - Fabric one lake workspace name.
- lakehouse
Name This property is required. String - Fabric one lake house name.
- workspace
Name This property is required. String - Fabric one lake workspace name.
FabricNamesResponse, FabricNamesResponseArgs
- Lakehouse
Name This property is required. string - Fabric one lake house name.
- Workspace
Name This property is required. string - Fabric one lake workspace name.
- Lakehouse
Name This property is required. string - Fabric one lake house name.
- Workspace
Name This property is required. string - Fabric one lake workspace name.
- lakehouse
Name This property is required. String - Fabric one lake house name.
- workspace
Name This property is required. String - Fabric one lake workspace name.
- lakehouse
Name This property is required. string - Fabric one lake house name.
- workspace
Name This property is required. string - Fabric one lake workspace name.
- lakehouse_
name This property is required. str - Fabric one lake house name.
- workspace_
name This property is required. str - Fabric one lake workspace name.
- lakehouse
Name This property is required. String - Fabric one lake house name.
- workspace
Name This property is required. 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
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Local Broker Kubernetes Authentication - Kubernetes local broker authentication method.
- Kubernetes
This property is required. LocalBroker Kubernetes Authentication - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication - Kubernetes local broker authentication method.
- kubernetes
This property is required. Property Map - Kubernetes local broker authentication method.
LocalBrokerAuthenticationMethodsResponse, LocalBrokerAuthenticationMethodsResponseArgs
- Kubernetes
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Local Broker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- Kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. LocalBroker Kubernetes Authentication Response - Kubernetes local broker authentication method.
- kubernetes
This property is required. 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
This property is required. string - Token audience.
- Extension
Name string - Arc Extension name.
- Audience
This property is required. string - Token audience.
- Extension
Name string - Arc Extension name.
- audience
This property is required. String - Token audience.
- extension
Name String - Arc Extension name.
- audience
This property is required. string - Token audience.
- extension
Name string - Arc Extension name.
- audience
This property is required. str - Token audience.
- extension_
name str - Arc Extension name.
- audience
This property is required. String - Token audience.
- extension
Name String - Arc Extension name.
ManagedIdentityAuthenticationResponse, ManagedIdentityAuthenticationResponseArgs
- Audience
This property is required. string - Token audience.
- Extension
Name string - Arc Extension name.
- Audience
This property is required. string - Token audience.
- Extension
Name string - Arc Extension name.
- audience
This property is required. String - Token audience.
- extension
Name String - Arc Extension name.
- audience
This property is required. string - Token audience.
- extension
Name string - Arc Extension name.
- audience
This property is required. str - Token audience.
- extension_
name str - Arc Extension name.
- audience
This property is required. 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-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0