azure-native-v2.iotoperationsmq.DataLakeConnectorTopicMap
Explore with Pulumi AI
MQ dataLakeConnector/topicMap resource Azure REST API version: 2023-10-04-preview.
Create DataLakeConnectorTopicMap Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataLakeConnectorTopicMap(name: string, args: DataLakeConnectorTopicMapArgs, opts?: CustomResourceOptions);
@overload
def DataLakeConnectorTopicMap(resource_name: str,
args: DataLakeConnectorTopicMapArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DataLakeConnectorTopicMap(resource_name: str,
opts: Optional[ResourceOptions] = None,
data_lake_connector_name: Optional[str] = None,
data_lake_connector_ref: Optional[str] = None,
extended_location: Optional[ExtendedLocationPropertyArgs] = None,
mapping: Optional[DataLakeConnectorMapArgs] = None,
mq_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
topic_map_name: Optional[str] = None)
func NewDataLakeConnectorTopicMap(ctx *Context, name string, args DataLakeConnectorTopicMapArgs, opts ...ResourceOption) (*DataLakeConnectorTopicMap, error)
public DataLakeConnectorTopicMap(string name, DataLakeConnectorTopicMapArgs args, CustomResourceOptions? opts = null)
public DataLakeConnectorTopicMap(String name, DataLakeConnectorTopicMapArgs args)
public DataLakeConnectorTopicMap(String name, DataLakeConnectorTopicMapArgs args, CustomResourceOptions options)
type: azure-native:iotoperationsmq:DataLakeConnectorTopicMap
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. DataLakeConnectorTopicMapArgs - 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. DataLakeConnectorTopicMapArgs - 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. DataLakeConnectorTopicMapArgs - 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. DataLakeConnectorTopicMapArgs - 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. DataLakeConnectorTopicMapArgs - 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 dataLakeConnectorTopicMapResource = new AzureNative.Iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource", new()
{
DataLakeConnectorName = "string",
DataLakeConnectorRef = "string",
ExtendedLocation =
{
{ "name", "string" },
{ "type", "string" },
},
Mapping =
{
{ "allowedLatencySecs", 0 },
{ "clientId", "string" },
{ "maxMessagesPerBatch", 0 },
{ "messagePayloadType", "string" },
{ "mqttSourceTopic", "string" },
{ "table",
{
{ "schema", new[]
{
{
{ "format", "string" },
{ "mapping", "string" },
{ "name", "string" },
{ "optional", false },
},
} },
{ "tableName", "string" },
{ "tablePath", "string" },
} },
{ "qos", 0 },
},
MqName = "string",
ResourceGroupName = "string",
Location = "string",
Tags =
{
{ "string", "string" },
},
TopicMapName = "string",
});
example, err := iotoperationsmq.NewDataLakeConnectorTopicMap(ctx, "dataLakeConnectorTopicMapResource", &iotoperationsmq.DataLakeConnectorTopicMapArgs{
DataLakeConnectorName: "string",
DataLakeConnectorRef: "string",
ExtendedLocation: map[string]interface{}{
"name": "string",
"type": "string",
},
Mapping: map[string]interface{}{
"allowedLatencySecs": 0,
"clientId": "string",
"maxMessagesPerBatch": 0,
"messagePayloadType": "string",
"mqttSourceTopic": "string",
"table": map[string]interface{}{
"schema": []map[string]interface{}{
map[string]interface{}{
"format": "string",
"mapping": "string",
"name": "string",
"optional": false,
},
},
"tableName": "string",
"tablePath": "string",
},
"qos": 0,
},
MqName: "string",
ResourceGroupName: "string",
Location: "string",
Tags: map[string]interface{}{
"string": "string",
},
TopicMapName: "string",
})
var dataLakeConnectorTopicMapResource = new DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource", DataLakeConnectorTopicMapArgs.builder()
.dataLakeConnectorName("string")
.dataLakeConnectorRef("string")
.extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.mapping(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.mqName("string")
.resourceGroupName("string")
.location("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.topicMapName("string")
.build());
data_lake_connector_topic_map_resource = azure_native.iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource",
data_lake_connector_name=string,
data_lake_connector_ref=string,
extended_location={
name: string,
type: string,
},
mapping={
allowedLatencySecs: 0,
clientId: string,
maxMessagesPerBatch: 0,
messagePayloadType: string,
mqttSourceTopic: string,
table: {
schema: [{
format: string,
mapping: string,
name: string,
optional: False,
}],
tableName: string,
tablePath: string,
},
qos: 0,
},
mq_name=string,
resource_group_name=string,
location=string,
tags={
string: string,
},
topic_map_name=string)
const dataLakeConnectorTopicMapResource = new azure_native.iotoperationsmq.DataLakeConnectorTopicMap("dataLakeConnectorTopicMapResource", {
dataLakeConnectorName: "string",
dataLakeConnectorRef: "string",
extendedLocation: {
name: "string",
type: "string",
},
mapping: {
allowedLatencySecs: 0,
clientId: "string",
maxMessagesPerBatch: 0,
messagePayloadType: "string",
mqttSourceTopic: "string",
table: {
schema: [{
format: "string",
mapping: "string",
name: "string",
optional: false,
}],
tableName: "string",
tablePath: "string",
},
qos: 0,
},
mqName: "string",
resourceGroupName: "string",
location: "string",
tags: {
string: "string",
},
topicMapName: "string",
});
type: azure-native:iotoperationsmq:DataLakeConnectorTopicMap
properties:
dataLakeConnectorName: string
dataLakeConnectorRef: string
extendedLocation:
name: string
type: string
location: string
mapping:
allowedLatencySecs: 0
clientId: string
maxMessagesPerBatch: 0
messagePayloadType: string
mqttSourceTopic: string
qos: 0
table:
schema:
- format: string
mapping: string
name: string
optional: false
tableName: string
tablePath: string
mqName: string
resourceGroupName: string
tags:
string: string
topicMapName: string
DataLakeConnectorTopicMap 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 DataLakeConnectorTopicMap resource accepts the following input properties:
- Data
Lake Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector resource
- Data
Lake Connector Ref This property is required. string - DataLake Connector CRD 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
- Mapping
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Data Lake Connector Map - TopicMap for DataLake connector.
- Mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- 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.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Dictionary<string, string>
- Resource tags.
- Topic
Map Name Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector/topicMap resource
- Data
Lake Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector resource
- Data
Lake Connector Ref This property is required. string - DataLake Connector CRD to use.
- Extended
Location This property is required. Changes to this property will trigger replacement.
Location Property Args - Extended Location
- Mapping
This property is required. DataLake Connector Map Args - TopicMap for DataLake connector.
- Mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- 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.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- map[string]string
- Resource tags.
- Topic
Map Name Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector/topicMap resource
- data
Lake Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector resource
- data
Lake Connector Ref This property is required. String - DataLake Connector CRD to use.
- extended
Location This property is required. Changes to this property will trigger replacement.
Location Property - Extended Location
- mapping
This property is required. DataLake Connector Map - TopicMap for DataLake connector.
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- 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.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Map<String,String>
- Resource tags.
- topic
Map Name Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector/topicMap resource
- data
Lake Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector resource
- data
Lake Connector Ref This property is required. string - DataLake Connector CRD to use.
- extended
Location This property is required. Changes to this property will trigger replacement.
Location Property - Extended Location
- mapping
This property is required. DataLake Connector Map - TopicMap for DataLake connector.
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- 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.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- {[key: string]: string}
- Resource tags.
- topic
Map Name Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector/topicMap resource
- data_
lake_ connector_ name This property is required. Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector resource
- data_
lake_ connector_ ref This property is required. str - DataLake Connector CRD to use.
- extended_
location This property is required. Changes to this property will trigger replacement.
Location Property Args - Extended Location
- mapping
This property is required. DataLake Connector Map Args - TopicMap for DataLake connector.
- mq_
name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- 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.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Mapping[str, str]
- Resource tags.
- topic_
map_ name Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector/topicMap resource
- data
Lake Connector Name This property is required. Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector resource
- data
Lake Connector Ref This property is required. String - DataLake Connector CRD to use.
- extended
Location This property is required. Changes to this property will trigger replacement.
- Extended Location
- mapping
This property is required. Property Map - TopicMap for DataLake connector.
- mq
Name This property is required. Changes to this property will trigger replacement.
- Name of MQ resource
- 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.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Map<String>
- Resource tags.
- topic
Map Name Changes to this property will trigger replacement.
- Name of MQ dataLakeConnector/topicMap resource
Outputs
All input properties are implicitly available as output properties. Additionally, the DataLakeConnectorTopicMap 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
DataLakeConnectorMap, DataLakeConnectorMapArgs
- Allowed
Latency Secs This property is required. int - Allowed latency for transferring data.
- Client
Id This property is required. string - Client Id to use.
- Max
Messages Per Batch This property is required. double - Maximum messages to send per Batch.
- Message
Payload Type This property is required. string - Message payload type.
- Mqtt
Source Topic This property is required. string - Mqtt source topic.
- Table
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Delta Table - Delta table properties to use.
- Qos int
- Quality of Service.
- Allowed
Latency Secs This property is required. int - Allowed latency for transferring data.
- Client
Id This property is required. string - Client Id to use.
- Max
Messages Per Batch This property is required. float64 - Maximum messages to send per Batch.
- Message
Payload Type This property is required. string - Message payload type.
- Mqtt
Source Topic This property is required. string - Mqtt source topic.
- Table
This property is required. DeltaTable - Delta table properties to use.
- Qos int
- Quality of Service.
- allowed
Latency Secs This property is required. Integer - Allowed latency for transferring data.
- client
Id This property is required. String - Client Id to use.
- max
Messages Per Batch This property is required. Double - Maximum messages to send per Batch.
- message
Payload Type This property is required. String - Message payload type.
- mqtt
Source Topic This property is required. String - Mqtt source topic.
- table
This property is required. DeltaTable - Delta table properties to use.
- qos Integer
- Quality of Service.
- allowed
Latency Secs This property is required. number - Allowed latency for transferring data.
- client
Id This property is required. string - Client Id to use.
- max
Messages Per Batch This property is required. number - Maximum messages to send per Batch.
- message
Payload Type This property is required. string - Message payload type.
- mqtt
Source Topic This property is required. string - Mqtt source topic.
- table
This property is required. DeltaTable - Delta table properties to use.
- qos number
- Quality of Service.
- allowed_
latency_ secs This property is required. int - Allowed latency for transferring data.
- client_
id This property is required. str - Client Id to use.
- max_
messages_ per_ batch This property is required. float - Maximum messages to send per Batch.
- message_
payload_ type This property is required. str - Message payload type.
- mqtt_
source_ topic This property is required. str - Mqtt source topic.
- table
This property is required. DeltaTable - Delta table properties to use.
- qos int
- Quality of Service.
- allowed
Latency Secs This property is required. Number - Allowed latency for transferring data.
- client
Id This property is required. String - Client Id to use.
- max
Messages Per Batch This property is required. Number - Maximum messages to send per Batch.
- message
Payload Type This property is required. String - Message payload type.
- mqtt
Source Topic This property is required. String - Mqtt source topic.
- table
This property is required. Property Map - Delta table properties to use.
- qos Number
- Quality of Service.
DataLakeConnectorMapResponse, DataLakeConnectorMapResponseArgs
- Allowed
Latency Secs This property is required. int - Allowed latency for transferring data.
- Client
Id This property is required. string - Client Id to use.
- Max
Messages Per Batch This property is required. double - Maximum messages to send per Batch.
- Message
Payload Type This property is required. string - Message payload type.
- Mqtt
Source Topic This property is required. string - Mqtt source topic.
- Table
This property is required. Pulumi.Azure Native. Io TOperations MQ. Inputs. Delta Table Response - Delta table properties to use.
- Qos int
- Quality of Service.
- Allowed
Latency Secs This property is required. int - Allowed latency for transferring data.
- Client
Id This property is required. string - Client Id to use.
- Max
Messages Per Batch This property is required. float64 - Maximum messages to send per Batch.
- Message
Payload Type This property is required. string - Message payload type.
- Mqtt
Source Topic This property is required. string - Mqtt source topic.
- Table
This property is required. DeltaTable Response - Delta table properties to use.
- Qos int
- Quality of Service.
- allowed
Latency Secs This property is required. Integer - Allowed latency for transferring data.
- client
Id This property is required. String - Client Id to use.
- max
Messages Per Batch This property is required. Double - Maximum messages to send per Batch.
- message
Payload Type This property is required. String - Message payload type.
- mqtt
Source Topic This property is required. String - Mqtt source topic.
- table
This property is required. DeltaTable Response - Delta table properties to use.
- qos Integer
- Quality of Service.
- allowed
Latency Secs This property is required. number - Allowed latency for transferring data.
- client
Id This property is required. string - Client Id to use.
- max
Messages Per Batch This property is required. number - Maximum messages to send per Batch.
- message
Payload Type This property is required. string - Message payload type.
- mqtt
Source Topic This property is required. string - Mqtt source topic.
- table
This property is required. DeltaTable Response - Delta table properties to use.
- qos number
- Quality of Service.
- allowed_
latency_ secs This property is required. int - Allowed latency for transferring data.
- client_
id This property is required. str - Client Id to use.
- max_
messages_ per_ batch This property is required. float - Maximum messages to send per Batch.
- message_
payload_ type This property is required. str - Message payload type.
- mqtt_
source_ topic This property is required. str - Mqtt source topic.
- table
This property is required. DeltaTable Response - Delta table properties to use.
- qos int
- Quality of Service.
- allowed
Latency Secs This property is required. Number - Allowed latency for transferring data.
- client
Id This property is required. String - Client Id to use.
- max
Messages Per Batch This property is required. Number - Maximum messages to send per Batch.
- message
Payload Type This property is required. String - Message payload type.
- mqtt
Source Topic This property is required. String - Mqtt source topic.
- table
This property is required. Property Map - Delta table properties to use.
- qos Number
- Quality of Service.
DeltaTable, DeltaTableArgs
- Schema
This property is required. List<Pulumi.Azure Native. Io TOperations MQ. Inputs. Delta Table Schema> - Schema list supported.
- Table
Name This property is required. string - Delta table name.
- Table
Path string - Delta table path.
- Schema
This property is required. []DeltaTable Schema - Schema list supported.
- Table
Name This property is required. string - Delta table name.
- Table
Path string - Delta table path.
- schema
This property is required. List<DeltaTable Schema> - Schema list supported.
- table
Name This property is required. String - Delta table name.
- table
Path String - Delta table path.
- schema
This property is required. DeltaTable Schema[] - Schema list supported.
- table
Name This property is required. string - Delta table name.
- table
Path string - Delta table path.
- schema
This property is required. Sequence[DeltaTable Schema] - Schema list supported.
- table_
name This property is required. str - Delta table name.
- table_
path str - Delta table path.
- schema
This property is required. List<Property Map> - Schema list supported.
- table
Name This property is required. String - Delta table name.
- table
Path String - Delta table path.
DeltaTableFormatEnum, DeltaTableFormatEnumArgs
- Boolean
- booleanBool format
- Int8
- int8Signed integer 8
- Int16
- int16Signed integer 16
- Int32
- int32Signed integer 32
- UInt8
- uInt8Unsigned integer 8
- UInt16
- uInt16Unsigned integer 16
- UInt32
- uInt32Unsigned integer 32
- UInt64
- uInt64Unsigned integer 64
- Float16
- float16Float 16
- Float32
- float32Float 32
- Float64
- float64Float 64
- Date32
- date32Date 32
- Date64
- date64Date 64
- Binary
- binaryBinary data
- Utf8
- utf8UTF8 format
- Delta
Table Format Enum Boolean - booleanBool format
- Delta
Table Format Enum Int8 - int8Signed integer 8
- Delta
Table Format Enum Int16 - int16Signed integer 16
- Delta
Table Format Enum Int32 - int32Signed integer 32
- Delta
Table Format Enum UInt8 - uInt8Unsigned integer 8
- Delta
Table Format Enum UInt16 - uInt16Unsigned integer 16
- Delta
Table Format Enum UInt32 - uInt32Unsigned integer 32
- Delta
Table Format Enum UInt64 - uInt64Unsigned integer 64
- Delta
Table Format Enum Float16 - float16Float 16
- Delta
Table Format Enum Float32 - float32Float 32
- Delta
Table Format Enum Float64 - float64Float 64
- Delta
Table Format Enum Date32 - date32Date 32
- Delta
Table Format Enum Date64 - date64Date 64
- Delta
Table Format Enum Binary - binaryBinary data
- Delta
Table Format Enum Utf8 - utf8UTF8 format
- Boolean_
- booleanBool format
- Int8
- int8Signed integer 8
- Int16
- int16Signed integer 16
- Int32
- int32Signed integer 32
- UInt8
- uInt8Unsigned integer 8
- UInt16
- uInt16Unsigned integer 16
- UInt32
- uInt32Unsigned integer 32
- UInt64
- uInt64Unsigned integer 64
- Float16
- float16Float 16
- Float32
- float32Float 32
- Float64
- float64Float 64
- Date32
- date32Date 32
- Date64
- date64Date 64
- Binary
- binaryBinary data
- Utf8
- utf8UTF8 format
- Boolean
- booleanBool format
- Int8
- int8Signed integer 8
- Int16
- int16Signed integer 16
- Int32
- int32Signed integer 32
- UInt8
- uInt8Unsigned integer 8
- UInt16
- uInt16Unsigned integer 16
- UInt32
- uInt32Unsigned integer 32
- UInt64
- uInt64Unsigned integer 64
- Float16
- float16Float 16
- Float32
- float32Float 32
- Float64
- float64Float 64
- Date32
- date32Date 32
- Date64
- date64Date 64
- Binary
- binaryBinary data
- Utf8
- utf8UTF8 format
- BOOLEAN
- booleanBool format
- INT8
- int8Signed integer 8
- INT16
- int16Signed integer 16
- INT32
- int32Signed integer 32
- U_INT8
- uInt8Unsigned integer 8
- U_INT16
- uInt16Unsigned integer 16
- U_INT32
- uInt32Unsigned integer 32
- U_INT64
- uInt64Unsigned integer 64
- FLOAT16
- float16Float 16
- FLOAT32
- float32Float 32
- FLOAT64
- float64Float 64
- DATE32
- date32Date 32
- DATE64
- date64Date 64
- BINARY
- binaryBinary data
- UTF8
- utf8UTF8 format
- "boolean"
- booleanBool format
- "int8"
- int8Signed integer 8
- "int16"
- int16Signed integer 16
- "int32"
- int32Signed integer 32
- "u
Int8" - uInt8Unsigned integer 8
- "u
Int16" - uInt16Unsigned integer 16
- "u
Int32" - uInt32Unsigned integer 32
- "u
Int64" - uInt64Unsigned integer 64
- "float16"
- float16Float 16
- "float32"
- float32Float 32
- "float64"
- float64Float 64
- "date32"
- date32Date 32
- "date64"
- date64Date 64
- "binary"
- binaryBinary data
- "utf8"
- utf8UTF8 format
DeltaTableResponse, DeltaTableResponseArgs
- Schema
This property is required. List<Pulumi.Azure Native. Io TOperations MQ. Inputs. Delta Table Schema Response> - Schema list supported.
- Table
Name This property is required. string - Delta table name.
- Table
Path string - Delta table path.
- Schema
This property is required. []DeltaTable Schema Response - Schema list supported.
- Table
Name This property is required. string - Delta table name.
- Table
Path string - Delta table path.
- schema
This property is required. List<DeltaTable Schema Response> - Schema list supported.
- table
Name This property is required. String - Delta table name.
- table
Path String - Delta table path.
- schema
This property is required. DeltaTable Schema Response[] - Schema list supported.
- table
Name This property is required. string - Delta table name.
- table
Path string - Delta table path.
- schema
This property is required. Sequence[DeltaTable Schema Response] - Schema list supported.
- table_
name This property is required. str - Delta table name.
- table_
path str - Delta table path.
- schema
This property is required. List<Property Map> - Schema list supported.
- table
Name This property is required. String - Delta table name.
- table
Path String - Delta table path.
DeltaTableSchema, DeltaTableSchemaArgs
- Format
This property is required. string | Pulumi.Azure Native. Io TOperations MQ. Delta Table Format Enum - Delta table format supported.
- Mapping
This property is required. string - Delta table schema mapping.
- Name
This property is required. string - Delta table schema name.
- Optional
This property is required. bool - Delta table schema optional.
- Format
This property is required. string | DeltaTable Format Enum - Delta table format supported.
- Mapping
This property is required. string - Delta table schema mapping.
- Name
This property is required. string - Delta table schema name.
- Optional
This property is required. bool - Delta table schema optional.
- format
This property is required. String | DeltaTable Format Enum - Delta table format supported.
- mapping
This property is required. String - Delta table schema mapping.
- name
This property is required. String - Delta table schema name.
- optional
This property is required. Boolean - Delta table schema optional.
- format
This property is required. string | DeltaTable Format Enum - Delta table format supported.
- mapping
This property is required. string - Delta table schema mapping.
- name
This property is required. string - Delta table schema name.
- optional
This property is required. boolean - Delta table schema optional.
- format
This property is required. str | DeltaTable Format Enum - Delta table format supported.
- mapping
This property is required. str - Delta table schema mapping.
- name
This property is required. str - Delta table schema name.
- optional
This property is required. bool - Delta table schema optional.
- format
This property is required. String | "boolean" | "int8" | "int16" | "int32" | "uInt8" | "u Int16" | "u Int32" | "u Int64" | "float16" | "float32" | "float64" | "date32" | "date64" | "binary" | "utf8" - Delta table format supported.
- mapping
This property is required. String - Delta table schema mapping.
- name
This property is required. String - Delta table schema name.
- optional
This property is required. Boolean - Delta table schema optional.
DeltaTableSchemaResponse, DeltaTableSchemaResponseArgs
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
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:DataLakeConnectorTopicMap l /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperationsMQ/mq/{mqName}/dataLakeConnector/{dataLakeConnectorName}/topicMap/{topicMapName}
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