azure-native.synapse.EventGridDataConnection
Explore with Pulumi AI
Class representing an Event Grid data connection. Azure REST API version: 2021-06-01-preview.
Example Usage
KustoPoolDataConnectionsCreateOrUpdate.json
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var eventGridDataConnection = new AzureNative.Synapse.EventGridDataConnection("eventGridDataConnection", new()
{
DataConnectionName = "DataConnections8",
DatabaseName = "KustoDatabase8",
KustoPoolName = "kustoclusterrptest4",
ResourceGroupName = "kustorptest",
WorkspaceName = "synapseWorkspaceName",
});
});
package main
import (
synapse "github.com/pulumi/pulumi-azure-native-sdk/synapse/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := synapse.NewEventGridDataConnection(ctx, "eventGridDataConnection", &synapse.EventGridDataConnectionArgs{
DataConnectionName: pulumi.String("DataConnections8"),
DatabaseName: pulumi.String("KustoDatabase8"),
KustoPoolName: pulumi.String("kustoclusterrptest4"),
ResourceGroupName: pulumi.String("kustorptest"),
WorkspaceName: pulumi.String("synapseWorkspaceName"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.synapse.EventGridDataConnection;
import com.pulumi.azurenative.synapse.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()
.dataConnectionName("DataConnections8")
.databaseName("KustoDatabase8")
.kustoPoolName("kustoclusterrptest4")
.resourceGroupName("kustorptest")
.workspaceName("synapseWorkspaceName")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
event_grid_data_connection = azure_native.synapse.EventGridDataConnection("eventGridDataConnection",
data_connection_name="DataConnections8",
database_name="KustoDatabase8",
kusto_pool_name="kustoclusterrptest4",
resource_group_name="kustorptest",
workspace_name="synapseWorkspaceName")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const eventGridDataConnection = new azure_native.synapse.EventGridDataConnection("eventGridDataConnection", {
dataConnectionName: "DataConnections8",
databaseName: "KustoDatabase8",
kustoPoolName: "kustoclusterrptest4",
resourceGroupName: "kustorptest",
workspaceName: "synapseWorkspaceName",
});
resources:
eventGridDataConnection:
type: azure-native:synapse:EventGridDataConnection
properties:
dataConnectionName: DataConnections8
databaseName: KustoDatabase8
kustoPoolName: kustoclusterrptest4
resourceGroupName: kustorptest
workspaceName: synapseWorkspaceName
Create EventGridDataConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventGridDataConnection(name: string, args: EventGridDataConnectionArgs, opts?: CustomResourceOptions);
@overload
def EventGridDataConnection(resource_name: str,
args: EventGridDataConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EventGridDataConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
kusto_pool_name: Optional[str] = None,
consumer_group: Optional[str] = None,
workspace_name: Optional[str] = None,
storage_account_resource_id: Optional[str] = None,
database_name: Optional[str] = None,
event_hub_resource_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
ignore_first_record: Optional[bool] = None,
location: Optional[str] = None,
mapping_rule_name: Optional[str] = None,
blob_storage_event_type: Optional[Union[str, BlobStorageEventType]] = None,
data_format: Optional[Union[str, EventGridDataFormat]] = None,
table_name: Optional[str] = None,
data_connection_name: Optional[str] = None)
func NewEventGridDataConnection(ctx *Context, name string, args EventGridDataConnectionArgs, opts ...ResourceOption) (*EventGridDataConnection, error)
public EventGridDataConnection(string name, EventGridDataConnectionArgs args, CustomResourceOptions? opts = null)
public EventGridDataConnection(String name, EventGridDataConnectionArgs args)
public EventGridDataConnection(String name, EventGridDataConnectionArgs args, CustomResourceOptions options)
type: azure-native:synapse:EventGridDataConnection
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EventGridDataConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EventGridDataConnectionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EventGridDataConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventGridDataConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventGridDataConnectionArgs
- 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_nativeEventGridDataConnectionResource = new AzureNative.Synapse.EventGridDataConnection("azure-nativeEventGridDataConnectionResource", new()
{
KustoPoolName = "string",
ConsumerGroup = "string",
WorkspaceName = "string",
StorageAccountResourceId = "string",
DatabaseName = "string",
EventHubResourceId = "string",
ResourceGroupName = "string",
Kind = "string",
IgnoreFirstRecord = false,
Location = "string",
MappingRuleName = "string",
BlobStorageEventType = "string",
DataFormat = "string",
TableName = "string",
DataConnectionName = "string",
});
example, err := synapse.NewEventGridDataConnection(ctx, "azure-nativeEventGridDataConnectionResource", &synapse.EventGridDataConnectionArgs{
KustoPoolName: pulumi.String("string"),
ConsumerGroup: pulumi.String("string"),
WorkspaceName: pulumi.String("string"),
StorageAccountResourceId: pulumi.String("string"),
DatabaseName: pulumi.String("string"),
EventHubResourceId: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Kind: pulumi.String("string"),
IgnoreFirstRecord: pulumi.Bool(false),
Location: pulumi.String("string"),
MappingRuleName: pulumi.String("string"),
BlobStorageEventType: pulumi.String("string"),
DataFormat: pulumi.String("string"),
TableName: pulumi.String("string"),
DataConnectionName: pulumi.String("string"),
})
var azure_nativeEventGridDataConnectionResource = new EventGridDataConnection("azure-nativeEventGridDataConnectionResource", EventGridDataConnectionArgs.builder()
.kustoPoolName("string")
.consumerGroup("string")
.workspaceName("string")
.storageAccountResourceId("string")
.databaseName("string")
.eventHubResourceId("string")
.resourceGroupName("string")
.kind("string")
.ignoreFirstRecord(false)
.location("string")
.mappingRuleName("string")
.blobStorageEventType("string")
.dataFormat("string")
.tableName("string")
.dataConnectionName("string")
.build());
azure_native_event_grid_data_connection_resource = azure_native.synapse.EventGridDataConnection("azure-nativeEventGridDataConnectionResource",
kusto_pool_name="string",
consumer_group="string",
workspace_name="string",
storage_account_resource_id="string",
database_name="string",
event_hub_resource_id="string",
resource_group_name="string",
kind="string",
ignore_first_record=False,
location="string",
mapping_rule_name="string",
blob_storage_event_type="string",
data_format="string",
table_name="string",
data_connection_name="string")
const azure_nativeEventGridDataConnectionResource = new azure_native.synapse.EventGridDataConnection("azure-nativeEventGridDataConnectionResource", {
kustoPoolName: "string",
consumerGroup: "string",
workspaceName: "string",
storageAccountResourceId: "string",
databaseName: "string",
eventHubResourceId: "string",
resourceGroupName: "string",
kind: "string",
ignoreFirstRecord: false,
location: "string",
mappingRuleName: "string",
blobStorageEventType: "string",
dataFormat: "string",
tableName: "string",
dataConnectionName: "string",
});
type: azure-native:synapse:EventGridDataConnection
properties:
blobStorageEventType: string
consumerGroup: string
dataConnectionName: string
dataFormat: string
databaseName: string
eventHubResourceId: string
ignoreFirstRecord: false
kind: string
kustoPoolName: string
location: string
mappingRuleName: string
resourceGroupName: string
storageAccountResourceId: string
tableName: string
workspaceName: string
EventGridDataConnection Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The EventGridDataConnection resource accepts the following input properties:
- Consumer
Group string - The event hub consumer group.
- Database
Name string - The name of the database in the Kusto pool.
- Event
Hub stringResource Id - The resource ID where the event grid is configured to send events.
- Kusto
Pool stringName - The name of the Kusto pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Storage
Account stringResource Id - The resource ID of the storage account where the data resides.
- Workspace
Name string - The name of the workspace.
- Blob
Storage string | Pulumi.Event Type Azure Native. Synapse. Blob Storage Event Type - The name of blob storage event type to process.
- Data
Connection stringName - The name of the data connection.
- Data
Format string | Pulumi.Azure Native. Synapse. Event Grid Data Format - The data format of the message. Optionally the data format can be added to each message.
- Ignore
First boolRecord - A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file
- 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.
- Consumer
Group string - The event hub consumer group.
- Database
Name string - The name of the database in the Kusto pool.
- Event
Hub stringResource Id - The resource ID where the event grid is configured to send events.
- Kusto
Pool stringName - The name of the Kusto pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Storage
Account stringResource Id - The resource ID of the storage account where the data resides.
- Workspace
Name string - The name of the workspace.
- Blob
Storage string | BlobEvent Type Storage Event Type - The name of blob storage event type to process.
- Data
Connection stringName - The name of the data connection.
- Data
Format string | EventGrid Data Format - The data format of the message. Optionally the data format can be added to each message.
- Ignore
First boolRecord - A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file
- 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.
- consumer
Group String - The event hub consumer group.
- database
Name String - The name of the database in the Kusto pool.
- event
Hub StringResource Id - The resource ID where the event grid is configured to send events.
- kusto
Pool StringName - The name of the Kusto pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- storage
Account StringResource Id - The resource ID of the storage account where the data resides.
- workspace
Name String - The name of the workspace.
- blob
Storage String | BlobEvent Type Storage Event Type - The name of blob storage event type to process.
- data
Connection StringName - The name of the data connection.
- data
Format String | EventGrid Data Format - The data format of the message. Optionally the data format can be added to each message.
- ignore
First BooleanRecord - A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file
- 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.
- consumer
Group string - The event hub consumer group.
- database
Name string - The name of the database in the Kusto pool.
- event
Hub stringResource Id - The resource ID where the event grid is configured to send events.
- kusto
Pool stringName - The name of the Kusto pool.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- storage
Account stringResource Id - The resource ID of the storage account where the data resides.
- workspace
Name string - The name of the workspace.
- blob
Storage string | BlobEvent Type Storage Event Type - The name of blob storage event type to process.
- data
Connection stringName - The name of the data connection.
- data
Format string | EventGrid Data Format - The data format of the message. Optionally the data format can be added to each message.
- ignore
First booleanRecord - A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file
- 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.
- consumer_
group str - The event hub consumer group.
- database_
name str - The name of the database in the Kusto pool.
- event_
hub_ strresource_ id - The resource ID where the event grid is configured to send events.
- kusto_
pool_ strname - The name of the Kusto pool.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- storage_
account_ strresource_ id - The resource ID of the storage account where the data resides.
- workspace_
name str - The name of the workspace.
- blob_
storage_ str | Blobevent_ type Storage Event Type - The name of blob storage event type to process.
- data_
connection_ strname - The name of the data connection.
- data_
format str | EventGrid Data Format - The data format of the message. Optionally the data format can be added to each message.
- ignore_
first_ boolrecord - A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file
- 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.
- consumer
Group String - The event hub consumer group.
- database
Name String - The name of the database in the Kusto pool.
- event
Hub StringResource Id - The resource ID where the event grid is configured to send events.
- kusto
Pool StringName - The name of the Kusto pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- storage
Account StringResource Id - The resource ID of the storage account where the data resides.
- workspace
Name String - The name of the workspace.
- blob
Storage String | "Microsoft.Event Type Storage. Blob Created" | "Microsoft. Storage. Blob Renamed" - The name of blob storage event type to process.
- data
Connection StringName - The name of the data connection.
- data
Format String | "MULTIJSON" | "JSON" | "CSV" | "TSV" | "SCSV" | "SOHSV" | "PSV" | "TXT" | "RAW" | "SINGLEJSON" | "AVRO" | "TSVE" | "PARQUET" | "ORC" | "APACHEAVRO" | "W3CLOGFILE" - The data format of the message. Optionally the data format can be added to each message.
- ignore
First BooleanRecord - A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file
- 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 EventGridDataConnection 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 provisioned state of the resource.
- System
Data Pulumi.Azure Native. Synapse. 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 provisioned state 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
- provisioning
State String - The provisioned state 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
- provisioning
State string - The provisioned state 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
- provisioning_
state str - The provisioned state 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
- provisioning
State String - The provisioned state 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
BlobStorageEventType, BlobStorageEventTypeArgs
- Microsoft_Storage_Blob
Created - Microsoft.Storage.BlobCreated
- Microsoft_Storage_Blob
Renamed - Microsoft.Storage.BlobRenamed
- Blob
Storage Event Type_Microsoft_Storage_Blob Created - Microsoft.Storage.BlobCreated
- Blob
Storage Event Type_Microsoft_Storage_Blob Renamed - Microsoft.Storage.BlobRenamed
- Microsoft_Storage_Blob
Created - Microsoft.Storage.BlobCreated
- Microsoft_Storage_Blob
Renamed - Microsoft.Storage.BlobRenamed
- Microsoft_Storage_Blob
Created - Microsoft.Storage.BlobCreated
- Microsoft_Storage_Blob
Renamed - Microsoft.Storage.BlobRenamed
- MICROSOFT_STORAGE_BLOB_CREATED
- Microsoft.Storage.BlobCreated
- MICROSOFT_STORAGE_BLOB_RENAMED
- Microsoft.Storage.BlobRenamed
- "Microsoft.
Storage. Blob Created" - Microsoft.Storage.BlobCreated
- "Microsoft.
Storage. Blob Renamed" - Microsoft.Storage.BlobRenamed
EventGridDataFormat, EventGridDataFormatArgs
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- TSV
- TSV
- SCSV
- SCSV
- SOHSV
- SOHSV
- PSV
- PSV
- TXT
- TXT
- RAW
- RAW
- SINGLEJSON
- SINGLEJSON
- AVRO
- AVRO
- TSVE
- TSVE
- PARQUET
- PARQUET
- ORC
- ORC
- APACHEAVRO
- APACHEAVRO
- W3CLOGFILE
- W3CLOGFILE
- Event
Grid Data Format MULTIJSON - MULTIJSON
- Event
Grid Data Format JSON - JSON
- Event
Grid Data Format CSV - CSV
- Event
Grid Data Format TSV - TSV
- Event
Grid Data Format SCSV - SCSV
- Event
Grid Data Format SOHSV - SOHSV
- Event
Grid Data Format PSV - PSV
- Event
Grid Data Format TXT - TXT
- Event
Grid Data Format RAW - RAW
- Event
Grid Data Format SINGLEJSON - SINGLEJSON
- Event
Grid Data Format AVRO - AVRO
- Event
Grid Data Format TSVE - TSVE
- Event
Grid Data Format PARQUET - PARQUET
- Event
Grid Data Format ORC - ORC
- Event
Grid Data Format APACHEAVRO - APACHEAVRO
- Event
Grid Data Format W3CLOGFILE - W3CLOGFILE
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- TSV
- TSV
- SCSV
- SCSV
- SOHSV
- SOHSV
- PSV
- PSV
- TXT
- TXT
- RAW
- RAW
- SINGLEJSON
- SINGLEJSON
- AVRO
- AVRO
- TSVE
- TSVE
- PARQUET
- PARQUET
- ORC
- ORC
- APACHEAVRO
- APACHEAVRO
- W3CLOGFILE
- W3CLOGFILE
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- TSV
- TSV
- SCSV
- SCSV
- SOHSV
- SOHSV
- PSV
- PSV
- TXT
- TXT
- RAW
- RAW
- SINGLEJSON
- SINGLEJSON
- AVRO
- AVRO
- TSVE
- TSVE
- PARQUET
- PARQUET
- ORC
- ORC
- APACHEAVRO
- APACHEAVRO
- W3CLOGFILE
- W3CLOGFILE
- MULTIJSON
- MULTIJSON
- JSON
- JSON
- CSV
- CSV
- TSV
- TSV
- SCSV
- SCSV
- SOHSV
- SOHSV
- PSV
- PSV
- TXT
- TXT
- RAW
- RAW
- SINGLEJSON
- SINGLEJSON
- AVRO
- AVRO
- TSVE
- TSVE
- PARQUET
- PARQUET
- ORC
- ORC
- APACHEAVRO
- APACHEAVRO
- W3_CLOGFILE
- W3CLOGFILE
- "MULTIJSON"
- MULTIJSON
- "JSON"
- JSON
- "CSV"
- CSV
- "TSV"
- TSV
- "SCSV"
- SCSV
- "SOHSV"
- SOHSV
- "PSV"
- PSV
- "TXT"
- TXT
- "RAW"
- RAW
- "SINGLEJSON"
- SINGLEJSON
- "AVRO"
- AVRO
- "TSVE"
- TSVE
- "PARQUET"
- PARQUET
- "ORC"
- ORC
- "APACHEAVRO"
- APACHEAVRO
- "W3CLOGFILE"
- W3CLOGFILE
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:synapse:EventGridDataConnection KustoClusterRPTest4/KustoDatabase8/DataConnections8 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/dataConnections/{dataConnectionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0