azure-native-v2.iotoperations.DataFlow
Explore with Pulumi AI
Instance dataflowProfile dataflow resource Azure REST API version: 2024-07-01-preview.
Create DataFlow Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataFlow(name: string, args: DataFlowArgs, opts?: CustomResourceOptions);
@overload
def DataFlow(resource_name: str,
args: DataFlowArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DataFlow(resource_name: str,
opts: Optional[ResourceOptions] = None,
dataflow_profile_name: Optional[str] = None,
extended_location: Optional[ExtendedLocationArgs] = None,
instance_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
dataflow_name: Optional[str] = None,
properties: Optional[DataFlowPropertiesArgs] = None)
func NewDataFlow(ctx *Context, name string, args DataFlowArgs, opts ...ResourceOption) (*DataFlow, error)
public DataFlow(string name, DataFlowArgs args, CustomResourceOptions? opts = null)
public DataFlow(String name, DataFlowArgs args)
public DataFlow(String name, DataFlowArgs args, CustomResourceOptions options)
type: azure-native:iotoperations:DataFlow
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. DataFlowArgs - 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. DataFlowArgs - 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. DataFlowArgs - 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. DataFlowArgs - 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. DataFlowArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var azure_nativeDataFlowResource = new AzureNative.Iotoperations.DataFlow("azure-nativeDataFlowResource", new()
{
DataflowProfileName = "string",
ExtendedLocation =
{
{ "name", "string" },
{ "type", "string" },
},
InstanceName = "string",
ResourceGroupName = "string",
DataflowName = "string",
Properties =
{
{ "operations", new[]
{
{
{ "destinationSettings",
{
{ "dataDestination", "string" },
{ "endpointRef", "string" },
} },
{ "operationType", "string" },
{ "sourceSettings",
{
{ "dataSources", new[]
{
"string",
} },
{ "endpointRef", "string" },
{ "assetRef", "string" },
{ "schemaRef", "string" },
{ "serializationFormat", "string" },
} },
{ "builtInTransformationSettings",
{
{ "datasets", new[]
{
{
{ "inputs", new[]
{
"string",
} },
{ "key", "string" },
{ "description", "string" },
{ "expression", "string" },
{ "schemaRef", "string" },
},
} },
{ "filter", new[]
{
{
{ "expression", "string" },
{ "inputs", new[]
{
"string",
} },
{ "description", "string" },
{ "type", "string" },
},
} },
{ "map", new[]
{
{
{ "inputs", new[]
{
"string",
} },
{ "output", "string" },
{ "description", "string" },
{ "expression", "string" },
{ "type", "string" },
},
} },
{ "schemaRef", "string" },
{ "serializationFormat", "string" },
} },
{ "name", "string" },
},
} },
{ "profileRef", "string" },
{ "mode", "string" },
},
});
example, err := iotoperations.NewDataFlow(ctx, "azure-nativeDataFlowResource", &iotoperations.DataFlowArgs{
DataflowProfileName: "string",
ExtendedLocation: map[string]interface{}{
"name": "string",
"type": "string",
},
InstanceName: "string",
ResourceGroupName: "string",
DataflowName: "string",
Properties: map[string]interface{}{
"operations": []map[string]interface{}{
map[string]interface{}{
"destinationSettings": map[string]interface{}{
"dataDestination": "string",
"endpointRef": "string",
},
"operationType": "string",
"sourceSettings": map[string]interface{}{
"dataSources": []string{
"string",
},
"endpointRef": "string",
"assetRef": "string",
"schemaRef": "string",
"serializationFormat": "string",
},
"builtInTransformationSettings": map[string]interface{}{
"datasets": []map[string]interface{}{
map[string]interface{}{
"inputs": []string{
"string",
},
"key": "string",
"description": "string",
"expression": "string",
"schemaRef": "string",
},
},
"filter": []map[string]interface{}{
map[string]interface{}{
"expression": "string",
"inputs": []string{
"string",
},
"description": "string",
"type": "string",
},
},
"map": []map[string]interface{}{
map[string]interface{}{
"inputs": []string{
"string",
},
"output": "string",
"description": "string",
"expression": "string",
"type": "string",
},
},
"schemaRef": "string",
"serializationFormat": "string",
},
"name": "string",
},
},
"profileRef": "string",
"mode": "string",
},
})
var azure_nativeDataFlowResource = new DataFlow("azure-nativeDataFlowResource", DataFlowArgs.builder()
.dataflowProfileName("string")
.extendedLocation(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.instanceName("string")
.resourceGroupName("string")
.dataflowName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
azure_native_data_flow_resource = azure_native.iotoperations.DataFlow("azure-nativeDataFlowResource",
dataflow_profile_name=string,
extended_location={
name: string,
type: string,
},
instance_name=string,
resource_group_name=string,
dataflow_name=string,
properties={
operations: [{
destinationSettings: {
dataDestination: string,
endpointRef: string,
},
operationType: string,
sourceSettings: {
dataSources: [string],
endpointRef: string,
assetRef: string,
schemaRef: string,
serializationFormat: string,
},
builtInTransformationSettings: {
datasets: [{
inputs: [string],
key: string,
description: string,
expression: string,
schemaRef: string,
}],
filter: [{
expression: string,
inputs: [string],
description: string,
type: string,
}],
map: [{
inputs: [string],
output: string,
description: string,
expression: string,
type: string,
}],
schemaRef: string,
serializationFormat: string,
},
name: string,
}],
profileRef: string,
mode: string,
})
const azure_nativeDataFlowResource = new azure_native.iotoperations.DataFlow("azure-nativeDataFlowResource", {
dataflowProfileName: "string",
extendedLocation: {
name: "string",
type: "string",
},
instanceName: "string",
resourceGroupName: "string",
dataflowName: "string",
properties: {
operations: [{
destinationSettings: {
dataDestination: "string",
endpointRef: "string",
},
operationType: "string",
sourceSettings: {
dataSources: ["string"],
endpointRef: "string",
assetRef: "string",
schemaRef: "string",
serializationFormat: "string",
},
builtInTransformationSettings: {
datasets: [{
inputs: ["string"],
key: "string",
description: "string",
expression: "string",
schemaRef: "string",
}],
filter: [{
expression: "string",
inputs: ["string"],
description: "string",
type: "string",
}],
map: [{
inputs: ["string"],
output: "string",
description: "string",
expression: "string",
type: "string",
}],
schemaRef: "string",
serializationFormat: "string",
},
name: "string",
}],
profileRef: "string",
mode: "string",
},
});
type: azure-native:iotoperations:DataFlow
properties:
dataflowName: string
dataflowProfileName: string
extendedLocation:
name: string
type: string
instanceName: string
properties:
mode: string
operations:
- builtInTransformationSettings:
datasets:
- description: string
expression: string
inputs:
- string
key: string
schemaRef: string
filter:
- description: string
expression: string
inputs:
- string
type: string
map:
- description: string
expression: string
inputs:
- string
output: string
type: string
schemaRef: string
serializationFormat: string
destinationSettings:
dataDestination: string
endpointRef: string
name: string
operationType: string
sourceSettings:
assetRef: string
dataSources:
- string
endpointRef: string
schemaRef: string
serializationFormat: string
profileRef: string
resourceGroupName: string
DataFlow 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 DataFlow resource accepts the following input properties:
- Dataflow
Profile Name This property is required. Changes to this property will trigger replacement.
- Name of Instance dataflowProfile resource
- Extended
Location This property is required. Changes to this property will trigger replacement.
Azure Native. Io TOperations. Inputs. Extended Location - Edge location of the resource.
- Instance
Name This property is required. Changes to this property will trigger replacement.
- Name of instance.
- 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.
- Dataflow
Name Changes to this property will trigger replacement.
- Name of Instance dataflowProfile dataflow resource
- Properties
Pulumi.
Azure Native. Io TOperations. Inputs. Data Flow Properties - The resource-specific properties for this resource.
- Dataflow
Profile Name This property is required. Changes to this property will trigger replacement.
- Name of Instance dataflowProfile resource
- Extended
Location This property is required. Changes to this property will trigger replacement.
Location Args - Edge location of the resource.
- Instance
Name This property is required. Changes to this property will trigger replacement.
- Name of instance.
- 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.
- Dataflow
Name Changes to this property will trigger replacement.
- Name of Instance dataflowProfile dataflow resource
- Properties
Data
Flow Properties Args - The resource-specific properties for this resource.
- dataflow
Profile Name This property is required. Changes to this property will trigger replacement.
- Name of Instance dataflowProfile resource
- extended
Location This property is required. Changes to this property will trigger replacement.
Location - Edge location of the resource.
- instance
Name This property is required. Changes to this property will trigger replacement.
- Name of instance.
- 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.
- dataflow
Name Changes to this property will trigger replacement.
- Name of Instance dataflowProfile dataflow resource
- properties
Data
Flow Properties - The resource-specific properties for this resource.
- dataflow
Profile Name This property is required. Changes to this property will trigger replacement.
- Name of Instance dataflowProfile resource
- extended
Location This property is required. Changes to this property will trigger replacement.
Location - Edge location of the resource.
- instance
Name This property is required. Changes to this property will trigger replacement.
- Name of instance.
- 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.
- dataflow
Name Changes to this property will trigger replacement.
- Name of Instance dataflowProfile dataflow resource
- properties
Data
Flow Properties - The resource-specific properties for this resource.
- dataflow_
profile_ name This property is required. Changes to this property will trigger replacement.
- Name of Instance dataflowProfile resource
- extended_
location This property is required. Changes to this property will trigger replacement.
Location Args - Edge location of the resource.
- instance_
name This property is required. Changes to this property will trigger replacement.
- Name of instance.
- 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.
- dataflow_
name Changes to this property will trigger replacement.
- Name of Instance dataflowProfile dataflow resource
- properties
Data
Flow Properties Args - The resource-specific properties for this resource.
- dataflow
Profile Name This property is required. Changes to this property will trigger replacement.
- Name of Instance dataflowProfile resource
- extended
Location This property is required. Changes to this property will trigger replacement.
- Edge location of the resource.
- instance
Name This property is required. Changes to this property will trigger replacement.
- Name of instance.
- 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.
- dataflow
Name Changes to this property will trigger replacement.
- Name of Instance dataflowProfile dataflow resource
- properties Property Map
- The resource-specific properties for this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the DataFlow resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Io TOperations. 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
- 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
- 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
- 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
- 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
- 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
DataFlowBuiltInTransformation, DataFlowBuiltInTransformationArgs
- Datasets
List<Pulumi.
Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation Dataset> - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- Filter
List<Pulumi.
Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation Filter> - Filters input record or datapoints based on condition.
- Map
List<Pulumi.
Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation Map> - Maps input to output message.
- Schema
Ref string - Reference to the schema that describes the output of the transformation.
- Serialization
Format string | Pulumi.Azure Native. Io TOperations. Transformation Serialization Format - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- Datasets
[]Data
Flow Built In Transformation Dataset - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- Filter
[]Data
Flow Built In Transformation Filter - Filters input record or datapoints based on condition.
- Map
[]Data
Flow Built In Transformation Map - Maps input to output message.
- Schema
Ref string - Reference to the schema that describes the output of the transformation.
- Serialization
Format string | TransformationSerialization Format - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets
List<Data
Flow Built In Transformation Dataset> - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter
List<Data
Flow Built In Transformation Filter> - Filters input record or datapoints based on condition.
- map
List<Data
Flow Built In Transformation Map> - Maps input to output message.
- schema
Ref String - Reference to the schema that describes the output of the transformation.
- serialization
Format String | TransformationSerialization Format - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets
Data
Flow Built In Transformation Dataset[] - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter
Data
Flow Built In Transformation Filter[] - Filters input record or datapoints based on condition.
- map
Data
Flow Built In Transformation Map[] - Maps input to output message.
- schema
Ref string - Reference to the schema that describes the output of the transformation.
- serialization
Format string | TransformationSerialization Format - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets
Sequence[Data
Flow Built In Transformation Dataset] - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter
Sequence[Data
Flow Built In Transformation Filter] - Filters input record or datapoints based on condition.
- map
Sequence[Data
Flow Built In Transformation Map] - Maps input to output message.
- schema_
ref str - Reference to the schema that describes the output of the transformation.
- serialization_
format str | TransformationSerialization Format - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets List<Property Map>
- Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter List<Property Map>
- Filters input record or datapoints based on condition.
- map List<Property Map>
- Maps input to output message.
- schema
Ref String - Reference to the schema that describes the output of the transformation.
- serialization
Format String | "Delta" | "Json" | "Parquet" - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
DataFlowBuiltInTransformationDataset, DataFlowBuiltInTransformationDatasetArgs
- Inputs
This property is required. List<string> - List of fields for enriching from the Broker State Store.
- Key
This property is required. string - The key of the dataset.
- Description string
- A user provided optional description of the dataset.
- Expression string
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Schema
Ref string - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- Inputs
This property is required. []string - List of fields for enriching from the Broker State Store.
- Key
This property is required. string - The key of the dataset.
- Description string
- A user provided optional description of the dataset.
- Expression string
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Schema
Ref string - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. List<String> - List of fields for enriching from the Broker State Store.
- key
This property is required. String - The key of the dataset.
- description String
- A user provided optional description of the dataset.
- expression String
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema
Ref String - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. string[] - List of fields for enriching from the Broker State Store.
- key
This property is required. string - The key of the dataset.
- description string
- A user provided optional description of the dataset.
- expression string
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema
Ref string - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. Sequence[str] - List of fields for enriching from the Broker State Store.
- key
This property is required. str - The key of the dataset.
- description str
- A user provided optional description of the dataset.
- expression str
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema_
ref str - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. List<String> - List of fields for enriching from the Broker State Store.
- key
This property is required. String - The key of the dataset.
- description String
- A user provided optional description of the dataset.
- expression String
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema
Ref String - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
DataFlowBuiltInTransformationDatasetResponse, DataFlowBuiltInTransformationDatasetResponseArgs
- Inputs
This property is required. List<string> - List of fields for enriching from the Broker State Store.
- Key
This property is required. string - The key of the dataset.
- Description string
- A user provided optional description of the dataset.
- Expression string
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Schema
Ref string - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- Inputs
This property is required. []string - List of fields for enriching from the Broker State Store.
- Key
This property is required. string - The key of the dataset.
- Description string
- A user provided optional description of the dataset.
- Expression string
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Schema
Ref string - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. List<String> - List of fields for enriching from the Broker State Store.
- key
This property is required. String - The key of the dataset.
- description String
- A user provided optional description of the dataset.
- expression String
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema
Ref String - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. string[] - List of fields for enriching from the Broker State Store.
- key
This property is required. string - The key of the dataset.
- description string
- A user provided optional description of the dataset.
- expression string
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema
Ref string - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. Sequence[str] - List of fields for enriching from the Broker State Store.
- key
This property is required. str - The key of the dataset.
- description str
- A user provided optional description of the dataset.
- expression str
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema_
ref str - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
- inputs
This property is required. List<String> - List of fields for enriching from the Broker State Store.
- key
This property is required. String - The key of the dataset.
- description String
- A user provided optional description of the dataset.
- expression String
- Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- schema
Ref String - The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
DataFlowBuiltInTransformationFilter, DataFlowBuiltInTransformationFilterArgs
- Expression
This property is required. string - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Inputs
This property is required. List<string> - List of fields for filtering in JSON path expression.
- Description string
- A user provided optional description of the filter.
- Type
string | Pulumi.
Azure Native. Io TOperations. Filter Type - The type of dataflow operation.
- Expression
This property is required. string - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Inputs
This property is required. []string - List of fields for filtering in JSON path expression.
- Description string
- A user provided optional description of the filter.
- Type
string | Filter
Type - The type of dataflow operation.
- expression
This property is required. String - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. List<String> - List of fields for filtering in JSON path expression.
- description String
- A user provided optional description of the filter.
- type
String | Filter
Type - The type of dataflow operation.
- expression
This property is required. string - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. string[] - List of fields for filtering in JSON path expression.
- description string
- A user provided optional description of the filter.
- type
string | Filter
Type - The type of dataflow operation.
- expression
This property is required. str - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. Sequence[str] - List of fields for filtering in JSON path expression.
- description str
- A user provided optional description of the filter.
- type
str | Filter
Type - The type of dataflow operation.
- expression
This property is required. String - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. List<String> - List of fields for filtering in JSON path expression.
- description String
- A user provided optional description of the filter.
- type String | "Filter"
- The type of dataflow operation.
DataFlowBuiltInTransformationFilterResponse, DataFlowBuiltInTransformationFilterResponseArgs
- Expression
This property is required. string - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Inputs
This property is required. List<string> - List of fields for filtering in JSON path expression.
- Description string
- A user provided optional description of the filter.
- Type string
- The type of dataflow operation.
- Expression
This property is required. string - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- Inputs
This property is required. []string - List of fields for filtering in JSON path expression.
- Description string
- A user provided optional description of the filter.
- Type string
- The type of dataflow operation.
- expression
This property is required. String - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. List<String> - List of fields for filtering in JSON path expression.
- description String
- A user provided optional description of the filter.
- type String
- The type of dataflow operation.
- expression
This property is required. string - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. string[] - List of fields for filtering in JSON path expression.
- description string
- A user provided optional description of the filter.
- type string
- The type of dataflow operation.
- expression
This property is required. str - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. Sequence[str] - List of fields for filtering in JSON path expression.
- description str
- A user provided optional description of the filter.
- type str
- The type of dataflow operation.
- expression
This property is required. String - Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
- inputs
This property is required. List<String> - List of fields for filtering in JSON path expression.
- description String
- A user provided optional description of the filter.
- type String
- The type of dataflow operation.
DataFlowBuiltInTransformationMap, DataFlowBuiltInTransformationMapArgs
- Inputs
This property is required. List<string> - List of fields for mapping in JSON path expression.
- Output
This property is required. string - Where and how the input fields to be organized in the output record.
- Description string
- A user provided optional description of the mapping function.
- Expression string
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- Type
string | Pulumi.
Azure Native. Io TOperations. Data Flow Mapping Type - Type of transformation.
- Inputs
This property is required. []string - List of fields for mapping in JSON path expression.
- Output
This property is required. string - Where and how the input fields to be organized in the output record.
- Description string
- A user provided optional description of the mapping function.
- Expression string
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- Type
string | Data
Flow Mapping Type - Type of transformation.
- inputs
This property is required. List<String> - List of fields for mapping in JSON path expression.
- output
This property is required. String - Where and how the input fields to be organized in the output record.
- description String
- A user provided optional description of the mapping function.
- expression String
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type
String | Data
Flow Mapping Type - Type of transformation.
- inputs
This property is required. string[] - List of fields for mapping in JSON path expression.
- output
This property is required. string - Where and how the input fields to be organized in the output record.
- description string
- A user provided optional description of the mapping function.
- expression string
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type
string | Data
Flow Mapping Type - Type of transformation.
- inputs
This property is required. Sequence[str] - List of fields for mapping in JSON path expression.
- output
This property is required. str - Where and how the input fields to be organized in the output record.
- description str
- A user provided optional description of the mapping function.
- expression str
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type
str | Data
Flow Mapping Type - Type of transformation.
- inputs
This property is required. List<String> - List of fields for mapping in JSON path expression.
- output
This property is required. String - Where and how the input fields to be organized in the output record.
- description String
- A user provided optional description of the mapping function.
- expression String
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type
String | "New
Properties" | "Rename" | "Compute" | "Pass Through" | "Built In Function" - Type of transformation.
DataFlowBuiltInTransformationMapResponse, DataFlowBuiltInTransformationMapResponseArgs
- Inputs
This property is required. List<string> - List of fields for mapping in JSON path expression.
- Output
This property is required. string - Where and how the input fields to be organized in the output record.
- Description string
- A user provided optional description of the mapping function.
- Expression string
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- Type string
- Type of transformation.
- Inputs
This property is required. []string - List of fields for mapping in JSON path expression.
- Output
This property is required. string - Where and how the input fields to be organized in the output record.
- Description string
- A user provided optional description of the mapping function.
- Expression string
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- Type string
- Type of transformation.
- inputs
This property is required. List<String> - List of fields for mapping in JSON path expression.
- output
This property is required. String - Where and how the input fields to be organized in the output record.
- description String
- A user provided optional description of the mapping function.
- expression String
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type String
- Type of transformation.
- inputs
This property is required. string[] - List of fields for mapping in JSON path expression.
- output
This property is required. string - Where and how the input fields to be organized in the output record.
- description string
- A user provided optional description of the mapping function.
- expression string
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type string
- Type of transformation.
- inputs
This property is required. Sequence[str] - List of fields for mapping in JSON path expression.
- output
This property is required. str - Where and how the input fields to be organized in the output record.
- description str
- A user provided optional description of the mapping function.
- expression str
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type str
- Type of transformation.
- inputs
This property is required. List<String> - List of fields for mapping in JSON path expression.
- output
This property is required. String - Where and how the input fields to be organized in the output record.
- description String
- A user provided optional description of the mapping function.
- expression String
- Modify the inputs field(s) to the final output field. Example: $1 * 2.2 (Assuming inputs section $1 is provided)
- type String
- Type of transformation.
DataFlowBuiltInTransformationResponse, DataFlowBuiltInTransformationResponseArgs
- Datasets
List<Pulumi.
Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation Dataset Response> - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- Filter
List<Pulumi.
Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation Filter Response> - Filters input record or datapoints based on condition.
- Map
List<Pulumi.
Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation Map Response> - Maps input to output message.
- Schema
Ref string - Reference to the schema that describes the output of the transformation.
- Serialization
Format string - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- Datasets
[]Data
Flow Built In Transformation Dataset Response - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- Filter
[]Data
Flow Built In Transformation Filter Response - Filters input record or datapoints based on condition.
- Map
[]Data
Flow Built In Transformation Map Response - Maps input to output message.
- Schema
Ref string - Reference to the schema that describes the output of the transformation.
- Serialization
Format string - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets
List<Data
Flow Built In Transformation Dataset Response> - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter
List<Data
Flow Built In Transformation Filter Response> - Filters input record or datapoints based on condition.
- map
List<Data
Flow Built In Transformation Map Response> - Maps input to output message.
- schema
Ref String - Reference to the schema that describes the output of the transformation.
- serialization
Format String - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets
Data
Flow Built In Transformation Dataset Response[] - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter
Data
Flow Built In Transformation Filter Response[] - Filters input record or datapoints based on condition.
- map
Data
Flow Built In Transformation Map Response[] - Maps input to output message.
- schema
Ref string - Reference to the schema that describes the output of the transformation.
- serialization
Format string - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets
Sequence[Data
Flow Built In Transformation Dataset Response] - Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter
Sequence[Data
Flow Built In Transformation Filter Response] - Filters input record or datapoints based on condition.
- map
Sequence[Data
Flow Built In Transformation Map Response] - Maps input to output message.
- schema_
ref str - Reference to the schema that describes the output of the transformation.
- serialization_
format str - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
- datasets List<Property Map>
- Enrich data from Broker State Store. Dataset references a key in Broker State Store.
- filter List<Property Map>
- Filters input record or datapoints based on condition.
- map List<Property Map>
- Maps input to output message.
- schema
Ref String - Reference to the schema that describes the output of the transformation.
- serialization
Format String - Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json
DataFlowDestinationOperation, DataFlowDestinationOperationArgs
- Data
Destination This property is required. string - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- Endpoint
Ref This property is required. string - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- Data
Destination This property is required. string - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- Endpoint
Ref This property is required. string - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data
Destination This property is required. String - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint
Ref This property is required. String - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data
Destination This property is required. string - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint
Ref This property is required. string - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data_
destination This property is required. str - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint_
ref This property is required. str - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data
Destination This property is required. String - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint
Ref This property is required. String - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
DataFlowDestinationOperationResponse, DataFlowDestinationOperationResponseArgs
- Data
Destination This property is required. string - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- Endpoint
Ref This property is required. string - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- Data
Destination This property is required. string - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- Endpoint
Ref This property is required. string - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data
Destination This property is required. String - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint
Ref This property is required. String - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data
Destination This property is required. string - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint
Ref This property is required. string - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data_
destination This property is required. str - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint_
ref This property is required. str - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
- data
Destination This property is required. String - Destination location, can be a topic or table name. Supports dynamic values with $topic, $systemProperties, $userProperties, $payload, $context, and $subscription.
- endpoint
Ref This property is required. String - Reference to the Endpoint CR. Can be of Broker, Kafka, Fabric, ADLS, ADX type.
DataFlowMappingType, DataFlowMappingTypeArgs
- New
Properties - NewPropertiesNew Properties type
- Rename
- RenameRename type
- Compute
- ComputeCompute type
- Pass
Through - PassThroughPass-through type
- Built
In Function - BuiltInFunctionBuilt in function type
- Data
Flow Mapping Type New Properties - NewPropertiesNew Properties type
- Data
Flow Mapping Type Rename - RenameRename type
- Data
Flow Mapping Type Compute - ComputeCompute type
- Data
Flow Mapping Type Pass Through - PassThroughPass-through type
- Data
Flow Mapping Type Built In Function - BuiltInFunctionBuilt in function type
- New
Properties - NewPropertiesNew Properties type
- Rename
- RenameRename type
- Compute
- ComputeCompute type
- Pass
Through - PassThroughPass-through type
- Built
In Function - BuiltInFunctionBuilt in function type
- New
Properties - NewPropertiesNew Properties type
- Rename
- RenameRename type
- Compute
- ComputeCompute type
- Pass
Through - PassThroughPass-through type
- Built
In Function - BuiltInFunctionBuilt in function type
- NEW_PROPERTIES
- NewPropertiesNew Properties type
- RENAME
- RenameRename type
- COMPUTE
- ComputeCompute type
- PASS_THROUGH
- PassThroughPass-through type
- BUILT_IN_FUNCTION
- BuiltInFunctionBuilt in function type
- "New
Properties" - NewPropertiesNew Properties type
- "Rename"
- RenameRename type
- "Compute"
- ComputeCompute type
- "Pass
Through" - PassThroughPass-through type
- "Built
In Function" - BuiltInFunctionBuilt in function type
DataFlowOperation, DataFlowOperationArgs
- Destination
Settings This property is required. Pulumi.Azure Native. Io TOperations. Inputs. Data Flow Destination Operation - Destination configuration.
- Operation
Type This property is required. string | Pulumi.Azure Native. Io TOperations. Operation Type - Type of operation.
- Source
Settings This property is required. Pulumi.Azure Native. Io TOperations. Inputs. Data Flow Source Operation - Source configuration.
- Built
In Pulumi.Transformation Settings Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation - Transformation configuration.
- Name string
- Optional user provided name of the transformation.
- Destination
Settings This property is required. DataFlow Destination Operation - Destination configuration.
- Operation
Type This property is required. string | OperationType - Type of operation.
- Source
Settings This property is required. DataFlow Source Operation - Source configuration.
- Built
In DataTransformation Settings Flow Built In Transformation - Transformation configuration.
- Name string
- Optional user provided name of the transformation.
- destination
Settings This property is required. DataFlow Destination Operation - Destination configuration.
- operation
Type This property is required. String | OperationType - Type of operation.
- source
Settings This property is required. DataFlow Source Operation - Source configuration.
- built
In DataTransformation Settings Flow Built In Transformation - Transformation configuration.
- name String
- Optional user provided name of the transformation.
- destination
Settings This property is required. DataFlow Destination Operation - Destination configuration.
- operation
Type This property is required. string | OperationType - Type of operation.
- source
Settings This property is required. DataFlow Source Operation - Source configuration.
- built
In DataTransformation Settings Flow Built In Transformation - Transformation configuration.
- name string
- Optional user provided name of the transformation.
- destination_
settings This property is required. DataFlow Destination Operation - Destination configuration.
- operation_
type This property is required. str | OperationType - Type of operation.
- source_
settings This property is required. DataFlow Source Operation - Source configuration.
- built_
in_ Datatransformation_ settings Flow Built In Transformation - Transformation configuration.
- name str
- Optional user provided name of the transformation.
- destination
Settings This property is required. Property Map - Destination configuration.
- operation
Type This property is required. String | "Source" | "Destination" | "BuiltIn Transformation" - Type of operation.
- source
Settings This property is required. Property Map - Source configuration.
- built
In Property MapTransformation Settings - Transformation configuration.
- name String
- Optional user provided name of the transformation.
DataFlowOperationResponse, DataFlowOperationResponseArgs
- Destination
Settings This property is required. Pulumi.Azure Native. Io TOperations. Inputs. Data Flow Destination Operation Response - Destination configuration.
- Operation
Type This property is required. string - Type of operation.
- Source
Settings This property is required. Pulumi.Azure Native. Io TOperations. Inputs. Data Flow Source Operation Response - Source configuration.
- Built
In Pulumi.Transformation Settings Azure Native. Io TOperations. Inputs. Data Flow Built In Transformation Response - Transformation configuration.
- Name string
- Optional user provided name of the transformation.
- Destination
Settings This property is required. DataFlow Destination Operation Response - Destination configuration.
- Operation
Type This property is required. string - Type of operation.
- Source
Settings This property is required. DataFlow Source Operation Response - Source configuration.
- Built
In DataTransformation Settings Flow Built In Transformation Response - Transformation configuration.
- Name string
- Optional user provided name of the transformation.
- destination
Settings This property is required. DataFlow Destination Operation Response - Destination configuration.
- operation
Type This property is required. String - Type of operation.
- source
Settings This property is required. DataFlow Source Operation Response - Source configuration.
- built
In DataTransformation Settings Flow Built In Transformation Response - Transformation configuration.
- name String
- Optional user provided name of the transformation.
- destination
Settings This property is required. DataFlow Destination Operation Response - Destination configuration.
- operation
Type This property is required. string - Type of operation.
- source
Settings This property is required. DataFlow Source Operation Response - Source configuration.
- built
In DataTransformation Settings Flow Built In Transformation Response - Transformation configuration.
- name string
- Optional user provided name of the transformation.
- destination_
settings This property is required. DataFlow Destination Operation Response - Destination configuration.
- operation_
type This property is required. str - Type of operation.
- source_
settings This property is required. DataFlow Source Operation Response - Source configuration.
- built_
in_ Datatransformation_ settings Flow Built In Transformation Response - Transformation configuration.
- name str
- Optional user provided name of the transformation.
- destination
Settings This property is required. Property Map - Destination configuration.
- operation
Type This property is required. String - Type of operation.
- source
Settings This property is required. Property Map - Source configuration.
- built
In Property MapTransformation Settings - Transformation configuration.
- name String
- Optional user provided name of the transformation.
DataFlowProperties, DataFlowPropertiesArgs
- Operations
This property is required. List<Pulumi.Azure Native. Io TOperations. Inputs. Data Flow Operation> - List of operations including source and destination references as well as transformation.
- Profile
Ref This property is required. string - Reference to the DataflowProfile CR.
- Mode
string | Pulumi.
Azure Native. Io TOperations. Operational Mode - Mode for DataFlow. Optional; defaults to Enabled.
- Operations
This property is required. []DataFlow Operation - List of operations including source and destination references as well as transformation.
- Profile
Ref This property is required. string - Reference to the DataflowProfile CR.
- Mode
string | Operational
Mode - Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. List<DataFlow Operation> - List of operations including source and destination references as well as transformation.
- profile
Ref This property is required. String - Reference to the DataflowProfile CR.
- mode
String | Operational
Mode - Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. DataFlow Operation[] - List of operations including source and destination references as well as transformation.
- profile
Ref This property is required. string - Reference to the DataflowProfile CR.
- mode
string | Operational
Mode - Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. Sequence[DataFlow Operation] - List of operations including source and destination references as well as transformation.
- profile_
ref This property is required. str - Reference to the DataflowProfile CR.
- mode
str | Operational
Mode - Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. List<Property Map> - List of operations including source and destination references as well as transformation.
- profile
Ref This property is required. String - Reference to the DataflowProfile CR.
- mode String | "Enabled" | "Disabled"
- Mode for DataFlow. Optional; defaults to Enabled.
DataFlowPropertiesResponse, DataFlowPropertiesResponseArgs
- Operations
This property is required. List<Pulumi.Azure Native. Io TOperations. Inputs. Data Flow Operation Response> - List of operations including source and destination references as well as transformation.
- Profile
Ref This property is required. string - Reference to the DataflowProfile CR.
- Provisioning
State This property is required. string - The status of the last operation.
- Mode string
- Mode for DataFlow. Optional; defaults to Enabled.
- Operations
This property is required. []DataFlow Operation Response - List of operations including source and destination references as well as transformation.
- Profile
Ref This property is required. string - Reference to the DataflowProfile CR.
- Provisioning
State This property is required. string - The status of the last operation.
- Mode string
- Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. List<DataFlow Operation Response> - List of operations including source and destination references as well as transformation.
- profile
Ref This property is required. String - Reference to the DataflowProfile CR.
- provisioning
State This property is required. String - The status of the last operation.
- mode String
- Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. DataFlow Operation Response[] - List of operations including source and destination references as well as transformation.
- profile
Ref This property is required. string - Reference to the DataflowProfile CR.
- provisioning
State This property is required. string - The status of the last operation.
- mode string
- Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. Sequence[DataFlow Operation Response] - List of operations including source and destination references as well as transformation.
- profile_
ref This property is required. str - Reference to the DataflowProfile CR.
- provisioning_
state This property is required. str - The status of the last operation.
- mode str
- Mode for DataFlow. Optional; defaults to Enabled.
- operations
This property is required. List<Property Map> - List of operations including source and destination references as well as transformation.
- profile
Ref This property is required. String - Reference to the DataflowProfile CR.
- provisioning
State This property is required. String - The status of the last operation.
- mode String
- Mode for DataFlow. Optional; defaults to Enabled.
DataFlowSourceOperation, DataFlowSourceOperationArgs
- Data
Sources This property is required. List<string> - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- Endpoint
Ref This property is required. string - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- Asset
Ref string - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- Schema
Ref string - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- Serialization
Format string | Pulumi.Azure Native. Io TOperations. Source Serialization Format - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- Data
Sources This property is required. []string - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- Endpoint
Ref This property is required. string - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- Asset
Ref string - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- Schema
Ref string - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- Serialization
Format string | SourceSerialization Format - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data
Sources This property is required. List<String> - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint
Ref This property is required. String - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset
Ref String - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema
Ref String - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization
Format String | SourceSerialization Format - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data
Sources This property is required. string[] - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint
Ref This property is required. string - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset
Ref string - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema
Ref string - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization
Format string | SourceSerialization Format - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data_
sources This property is required. Sequence[str] - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint_
ref This property is required. str - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset_
ref str - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema_
ref str - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization_
format str | SourceSerialization Format - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data
Sources This property is required. List<String> - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint
Ref This property is required. String - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset
Ref String - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema
Ref String - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization
Format String | "Json" - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
DataFlowSourceOperationResponse, DataFlowSourceOperationResponseArgs
- Data
Sources This property is required. List<string> - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- Endpoint
Ref This property is required. string - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- Asset
Ref string - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- Schema
Ref string - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- Serialization
Format string - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- Data
Sources This property is required. []string - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- Endpoint
Ref This property is required. string - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- Asset
Ref string - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- Schema
Ref string - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- Serialization
Format string - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data
Sources This property is required. List<String> - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint
Ref This property is required. String - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset
Ref String - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema
Ref String - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization
Format String - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data
Sources This property is required. string[] - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint
Ref This property is required. string - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset
Ref string - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema
Ref string - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization
Format string - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data_
sources This property is required. Sequence[str] - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint_
ref This property is required. str - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset_
ref str - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema_
ref str - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization_
format str - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
- data
Sources This property is required. List<String> - List of source locations. Can be Broker or Kafka topics. Supports wildcards # and +.
- endpoint
Ref This property is required. String - Reference to the Dataflow Endpoint resource. Can only be of Broker and Kafka type.
- asset
Ref String - Reference to the resource in Azure Device Registry where the data in the endpoint originates from.
- schema
Ref String - Schema CR reference. Data will be deserialized according to the schema, and dropped if it doesn't match.
- serialization
Format String - Content is a JSON Schema. Allowed: JSON Schema/draft-7.
ExtendedLocation, ExtendedLocationArgs
- Name
This property is required. string - The name of the extended location.
- Type
This property is required. string | Pulumi.Azure Native. Io TOperations. 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.
ExtendedLocationResponse, ExtendedLocationResponseArgs
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
FilterType, FilterTypeArgs
- Filter
- FilterFilter type
- Filter
Type Filter - FilterFilter type
- Filter
- FilterFilter type
- Filter
- FilterFilter type
- FILTER
- FilterFilter type
- "Filter"
- FilterFilter type
OperationType, OperationTypeArgs
- Source
- SourceDataFlow Source Operation
- Destination
- DestinationDataFlow Destination Operation
- Built
In Transformation - BuiltInTransformationDataFlow BuiltIn Transformation Operation
- Operation
Type Source - SourceDataFlow Source Operation
- Operation
Type Destination - DestinationDataFlow Destination Operation
- Operation
Type Built In Transformation - BuiltInTransformationDataFlow BuiltIn Transformation Operation
- Source
- SourceDataFlow Source Operation
- Destination
- DestinationDataFlow Destination Operation
- Built
In Transformation - BuiltInTransformationDataFlow BuiltIn Transformation Operation
- Source
- SourceDataFlow Source Operation
- Destination
- DestinationDataFlow Destination Operation
- Built
In Transformation - BuiltInTransformationDataFlow BuiltIn Transformation Operation
- SOURCE
- SourceDataFlow Source Operation
- DESTINATION
- DestinationDataFlow Destination Operation
- BUILT_IN_TRANSFORMATION
- BuiltInTransformationDataFlow BuiltIn Transformation Operation
- "Source"
- SourceDataFlow Source Operation
- "Destination"
- DestinationDataFlow Destination Operation
- "Built
In Transformation" - BuiltInTransformationDataFlow BuiltIn Transformation Operation
OperationalMode, OperationalModeArgs
- Enabled
- EnabledEnabled is equivalent to True
- Disabled
- DisabledDisabled is equivalent to False.
- Operational
Mode Enabled - EnabledEnabled is equivalent to True
- Operational
Mode Disabled - DisabledDisabled is equivalent to False.
- Enabled
- EnabledEnabled is equivalent to True
- Disabled
- DisabledDisabled is equivalent to False.
- Enabled
- EnabledEnabled is equivalent to True
- Disabled
- DisabledDisabled is equivalent to False.
- ENABLED
- EnabledEnabled is equivalent to True
- DISABLED
- DisabledDisabled is equivalent to False.
- "Enabled"
- EnabledEnabled is equivalent to True
- "Disabled"
- DisabledDisabled is equivalent to False.
SourceSerializationFormat, SourceSerializationFormatArgs
- Json
- JsonJSON Format
- Source
Serialization Format Json - JsonJSON Format
- Json
- JsonJSON Format
- Json
- JsonJSON Format
- JSON
- JsonJSON Format
- "Json"
- JsonJSON Format
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.
TransformationSerializationFormat, TransformationSerializationFormatArgs
- Delta
- DeltaDelta Format
- Json
- JsonJSON Format
- Parquet
- ParquetParquet Format
- Transformation
Serialization Format Delta - DeltaDelta Format
- Transformation
Serialization Format Json - JsonJSON Format
- Transformation
Serialization Format Parquet - ParquetParquet Format
- Delta
- DeltaDelta Format
- Json
- JsonJSON Format
- Parquet
- ParquetParquet Format
- Delta
- DeltaDelta Format
- Json
- JsonJSON Format
- Parquet
- ParquetParquet Format
- DELTA
- DeltaDelta Format
- JSON
- JsonJSON Format
- PARQUET
- ParquetParquet Format
- "Delta"
- DeltaDelta Format
- "Json"
- JsonJSON Format
- "Parquet"
- ParquetParquet Format
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:iotoperations:DataFlow gyhhonqupjblolottsc /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTOperations/instances/{instanceName}/dataflowProfiles/{dataflowProfileName}/dataflows/{dataflowName}
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