azure-native.kusto.EventHubConnection
Explore with Pulumi AI
Class representing an event hub connection. API Version: 2018-09-07-preview.
Create EventHubConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventHubConnection(name: string, args: EventHubConnectionArgs, opts?: CustomResourceOptions);
@overload
def EventHubConnection(resource_name: str,
args: EventHubConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EventHubConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_name: Optional[str] = None,
consumer_group: Optional[str] = None,
database_name: Optional[str] = None,
event_hub_resource_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
data_format: Optional[Union[str, DataFormat]] = None,
event_hub_connection_name: Optional[str] = None,
location: Optional[str] = None,
mapping_rule_name: Optional[str] = None,
table_name: Optional[str] = None)
func NewEventHubConnection(ctx *Context, name string, args EventHubConnectionArgs, opts ...ResourceOption) (*EventHubConnection, error)
public EventHubConnection(string name, EventHubConnectionArgs args, CustomResourceOptions? opts = null)
public EventHubConnection(String name, EventHubConnectionArgs args)
public EventHubConnection(String name, EventHubConnectionArgs args, CustomResourceOptions options)
type: azure-native:kusto:EventHubConnection
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. EventHubConnectionArgs - 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. EventHubConnectionArgs - 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. EventHubConnectionArgs - 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. EventHubConnectionArgs - 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. EventHubConnectionArgs - 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 eventHubConnectionResource = new AzureNative.Kusto.EventHubConnection("eventHubConnectionResource", new()
{
ClusterName = "string",
ConsumerGroup = "string",
DatabaseName = "string",
EventHubResourceId = "string",
ResourceGroupName = "string",
DataFormat = "string",
EventHubConnectionName = "string",
Location = "string",
MappingRuleName = "string",
TableName = "string",
});
example, err := kusto.NewEventHubConnection(ctx, "eventHubConnectionResource", &kusto.EventHubConnectionArgs{
ClusterName: "string",
ConsumerGroup: "string",
DatabaseName: "string",
EventHubResourceId: "string",
ResourceGroupName: "string",
DataFormat: "string",
EventHubConnectionName: "string",
Location: "string",
MappingRuleName: "string",
TableName: "string",
})
var eventHubConnectionResource = new EventHubConnection("eventHubConnectionResource", EventHubConnectionArgs.builder()
.clusterName("string")
.consumerGroup("string")
.databaseName("string")
.eventHubResourceId("string")
.resourceGroupName("string")
.dataFormat("string")
.eventHubConnectionName("string")
.location("string")
.mappingRuleName("string")
.tableName("string")
.build());
event_hub_connection_resource = azure_native.kusto.EventHubConnection("eventHubConnectionResource",
cluster_name=string,
consumer_group=string,
database_name=string,
event_hub_resource_id=string,
resource_group_name=string,
data_format=string,
event_hub_connection_name=string,
location=string,
mapping_rule_name=string,
table_name=string)
const eventHubConnectionResource = new azure_native.kusto.EventHubConnection("eventHubConnectionResource", {
clusterName: "string",
consumerGroup: "string",
databaseName: "string",
eventHubResourceId: "string",
resourceGroupName: "string",
dataFormat: "string",
eventHubConnectionName: "string",
location: "string",
mappingRuleName: "string",
tableName: "string",
});
type: azure-native:kusto:EventHubConnection
properties:
clusterName: string
consumerGroup: string
dataFormat: string
databaseName: string
eventHubConnectionName: string
eventHubResourceId: string
location: string
mappingRuleName: string
resourceGroupName: string
tableName: string
EventHubConnection 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 EventHubConnection resource accepts the following input properties:
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- Consumer
Group This property is required. string - The event hub consumer group.
- Database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database in the Kusto cluster.
- Event
Hub Resource Id This property is required. string - The resource ID of the event hub to be used to create a data connection.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group containing the Kusto cluster.
- Data
Format string | Pulumi.Azure Native. Kusto. Data Format - The data format of the message. Optionally the data format can be added to each message.
- Event
Hub Connection Name Changes to this property will trigger replacement.
- The name of the event hub connection.
- Location string
- Resource location.
- Mapping
Rule stringName - The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- Table
Name string - The table where the data should be ingested. Optionally the table information can be added to each message.
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- Consumer
Group This property is required. string - The event hub consumer group.
- Database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database in the Kusto cluster.
- Event
Hub Resource Id This property is required. string - The resource ID of the event hub to be used to create a data connection.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group containing the Kusto cluster.
- Data
Format string | DataFormat - The data format of the message. Optionally the data format can be added to each message.
- Event
Hub Connection Name Changes to this property will trigger replacement.
- The name of the event hub connection.
- Location string
- Resource location.
- Mapping
Rule stringName - The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- Table
Name string - The table where the data should be ingested. Optionally the table information can be added to each message.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- consumer
Group This property is required. String - The event hub consumer group.
- database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database in the Kusto cluster.
- event
Hub Resource Id This property is required. String - The resource ID of the event hub to be used to create a data connection.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group containing the Kusto cluster.
- data
Format String | DataFormat - The data format of the message. Optionally the data format can be added to each message.
- event
Hub Connection Name Changes to this property will trigger replacement.
- The name of the event hub connection.
- location String
- Resource location.
- mapping
Rule StringName - The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- table
Name String - The table where the data should be ingested. Optionally the table information can be added to each message.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- consumer
Group This property is required. string - The event hub consumer group.
- database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database in the Kusto cluster.
- event
Hub Resource Id This property is required. string - The resource ID of the event hub to be used to create a data connection.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group containing the Kusto cluster.
- data
Format string | DataFormat - The data format of the message. Optionally the data format can be added to each message.
- event
Hub Connection Name Changes to this property will trigger replacement.
- The name of the event hub connection.
- location string
- Resource location.
- mapping
Rule stringName - The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- table
Name string - The table where the data should be ingested. Optionally the table information can be added to each message.
- cluster_
name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- consumer_
group This property is required. str - The event hub consumer group.
- database_
name This property is required. Changes to this property will trigger replacement.
- The name of the database in the Kusto cluster.
- event_
hub_ resource_ id This property is required. str - The resource ID of the event hub to be used to create a data connection.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group containing the Kusto cluster.
- data_
format str | DataFormat - The data format of the message. Optionally the data format can be added to each message.
- event_
hub_ connection_ name Changes to this property will trigger replacement.
- The name of the event hub connection.
- location str
- Resource location.
- mapping_
rule_ strname - The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- table_
name str - The table where the data should be ingested. Optionally the table information can be added to each message.
- cluster
Name This property is required. Changes to this property will trigger replacement.
- The name of the Kusto cluster.
- consumer
Group This property is required. String - The event hub consumer group.
- database
Name This property is required. Changes to this property will trigger replacement.
- The name of the database in the Kusto cluster.
- event
Hub Resource Id This property is required. String - The resource ID of the event hub to be used to create a data connection.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group containing the Kusto cluster.
- data
Format String | "MULTIJSON" | "JSON" | "CSV" - The data format of the message. Optionally the data format can be added to each message.
- event
Hub Connection Name Changes to this property will trigger replacement.
- The name of the event hub connection.
- location String
- Resource location.
- mapping
Rule StringName - The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- table
Name String - The table where the data should be ingested. Optionally the table information can be added to each message.
Outputs
All input properties are implicitly available as output properties. Additionally, the EventHubConnection resource produces the following output properties:
Supporting Types
DataFormat, DataFormatArgs
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- Data
Format MULTIJSON - MULTIJSON
- Data
Format JSON - JSON
- Data
Format CSV - CSV
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- "MULTIJSON"
- MULTIJSON
- "JSON"
- JSON
- "CSV"
- CSV
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:kusto:EventHubConnection KustoClusterRPTest4/KustoDatabase8 /subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/clusters/KustoClusterRPTest4/Databases/KustoDatabase8
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0