Event Grid Data Connection
Class representing an Event Grid data connection. API Version: 2021-01-01.
Example Usage
KustoDataConnectionsCreateOrUpdate
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var eventGridDataConnection = new AzureNative.Kusto.EventGridDataConnection("eventGridDataConnection", new()
{
ClusterName = "kustoclusterrptest4",
DataConnectionName = "DataConnections8",
DatabaseName = "KustoDatabase8",
ResourceGroupName = "kustorptest",
});
});
Content copied to clipboard
package main
import (
kusto "github.com/pulumi/pulumi-azure-native-sdk/kusto"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := kusto.NewEventGridDataConnection(ctx, "eventGridDataConnection", &kusto.EventGridDataConnectionArgs{
ClusterName: pulumi.String("kustoclusterrptest4"),
DataConnectionName: pulumi.String("DataConnections8"),
DatabaseName: pulumi.String("KustoDatabase8"),
ResourceGroupName: pulumi.String("kustorptest"),
})
if err != nil {
return err
}
return nil
})
}
Content copied to clipboard
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.kusto.EventGridDataConnection;
import com.pulumi.azurenative.kusto.EventGridDataConnectionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var eventGridDataConnection = new EventGridDataConnection("eventGridDataConnection", EventGridDataConnectionArgs.builder()
.clusterName("kustoclusterrptest4")
.dataConnectionName("DataConnections8")
.databaseName("KustoDatabase8")
.resourceGroupName("kustorptest")
.build());
}
}
Content copied to clipboard
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:kusto:EventGridDataConnection KustoClusterRPTest4/KustoDatabase8/DataConnections8 /subscriptions/12345678-1234-1234-1234-123456789098/resourceGroups/kustorptest/providers/Microsoft.Kusto/Clusters/KustoClusterRPTest4/Databases/KustoDatabase8/DataConnections/DataConnections8
Content copied to clipboard
Properties
Link copied to clipboard
The name of blob storage event type to process.
Link copied to clipboard
The event hub consumer group.
Link copied to clipboard
The data format of the message. Optionally the data format can be added to each message.
Link copied to clipboard
The resource ID where the event grid is configured to send events.
Link copied to clipboard
A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file
Link copied to clipboard
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Link copied to clipboard
The provisioned state of the resource.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The resource ID of the storage account where the data resides.