1. Packages
  2. Azure Native v2
  3. API Docs
  4. confluent
  5. getConnector
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.confluent.getConnector

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Details of connector record Azure REST API version: 2024-07-01.

Using getConnector

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
Copy
def get_connector(cluster_id: Optional[str] = None,
                  connector_name: Optional[str] = None,
                  environment_id: Optional[str] = None,
                  organization_name: Optional[str] = None,
                  resource_group_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetConnectorResult
def get_connector_output(cluster_id: Optional[pulumi.Input[str]] = None,
                  connector_name: Optional[pulumi.Input[str]] = None,
                  environment_id: Optional[pulumi.Input[str]] = None,
                  organization_name: Optional[pulumi.Input[str]] = None,
                  resource_group_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
Copy
func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput
Copy

> Note: This function is named LookupConnector in the Go SDK.

public static class GetConnector 
{
    public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
public static Output<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:confluent:getConnector
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterId
This property is required.
Changes to this property will trigger replacement.
string
Confluent kafka or schema registry cluster id
ConnectorName
This property is required.
Changes to this property will trigger replacement.
string
Confluent connector name
EnvironmentId
This property is required.
Changes to this property will trigger replacement.
string
Confluent environment id
OrganizationName
This property is required.
Changes to this property will trigger replacement.
string
Organization resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ClusterId
This property is required.
Changes to this property will trigger replacement.
string
Confluent kafka or schema registry cluster id
ConnectorName
This property is required.
Changes to this property will trigger replacement.
string
Confluent connector name
EnvironmentId
This property is required.
Changes to this property will trigger replacement.
string
Confluent environment id
OrganizationName
This property is required.
Changes to this property will trigger replacement.
string
Organization resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
clusterId
This property is required.
Changes to this property will trigger replacement.
String
Confluent kafka or schema registry cluster id
connectorName
This property is required.
Changes to this property will trigger replacement.
String
Confluent connector name
environmentId
This property is required.
Changes to this property will trigger replacement.
String
Confluent environment id
organizationName
This property is required.
Changes to this property will trigger replacement.
String
Organization resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
clusterId
This property is required.
Changes to this property will trigger replacement.
string
Confluent kafka or schema registry cluster id
connectorName
This property is required.
Changes to this property will trigger replacement.
string
Confluent connector name
environmentId
This property is required.
Changes to this property will trigger replacement.
string
Confluent environment id
organizationName
This property is required.
Changes to this property will trigger replacement.
string
Organization resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
cluster_id
This property is required.
Changes to this property will trigger replacement.
str
Confluent kafka or schema registry cluster id
connector_name
This property is required.
Changes to this property will trigger replacement.
str
Confluent connector name
environment_id
This property is required.
Changes to this property will trigger replacement.
str
Confluent environment id
organization_name
This property is required.
Changes to this property will trigger replacement.
str
Organization resource name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
clusterId
This property is required.
Changes to this property will trigger replacement.
String
Confluent kafka or schema registry cluster id
connectorName
This property is required.
Changes to this property will trigger replacement.
String
Confluent connector name
environmentId
This property is required.
Changes to this property will trigger replacement.
String
Confluent environment id
organizationName
This property is required.
Changes to this property will trigger replacement.
String
Organization resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getConnector Result

The following output properties are available:

Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Name string
The name of the resource
SystemData Pulumi.AzureNative.Confluent.Outputs.SystemDataResponse
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"
ConnectorBasicInfo Pulumi.AzureNative.Confluent.Outputs.ConnectorInfoBaseResponse
Connector Info Base
ConnectorServiceTypeInfo Pulumi.AzureNative.Confluent.Outputs.AzureBlobStorageSinkConnectorServiceInfoResponse | Pulumi.AzureNative.Confluent.Outputs.AzureBlobStorageSourceConnectorServiceInfoResponse | Pulumi.AzureNative.Confluent.Outputs.AzureCosmosDBSinkConnectorServiceInfoResponse | Pulumi.AzureNative.Confluent.Outputs.AzureCosmosDBSourceConnectorServiceInfoResponse | Pulumi.AzureNative.Confluent.Outputs.AzureSynapseAnalyticsSinkConnectorServiceInfoResponse
Connector Service type info base properties.
PartnerConnectorInfo Pulumi.AzureNative.Confluent.Outputs.KafkaAzureBlobStorageSinkConnectorInfoResponse | Pulumi.AzureNative.Confluent.Outputs.KafkaAzureBlobStorageSourceConnectorInfoResponse | Pulumi.AzureNative.Confluent.Outputs.KafkaAzureCosmosDBSinkConnectorInfoResponse | Pulumi.AzureNative.Confluent.Outputs.KafkaAzureCosmosDBSourceConnectorInfoResponse | Pulumi.AzureNative.Confluent.Outputs.KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse
The connection information consumed by applications.
Id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
Name string
The name of the resource
SystemData SystemDataResponse
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"
ConnectorBasicInfo ConnectorInfoBaseResponse
Connector Info Base
ConnectorServiceTypeInfo AzureBlobStorageSinkConnectorServiceInfoResponse | AzureBlobStorageSourceConnectorServiceInfoResponse | AzureCosmosDBSinkConnectorServiceInfoResponse | AzureCosmosDBSourceConnectorServiceInfoResponse | AzureSynapseAnalyticsSinkConnectorServiceInfoResponse
Connector Service type info base properties.
PartnerConnectorInfo KafkaAzureBlobStorageSinkConnectorInfoResponse | KafkaAzureBlobStorageSourceConnectorInfoResponse | KafkaAzureCosmosDBSinkConnectorInfoResponse | KafkaAzureCosmosDBSourceConnectorInfoResponse | KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse
The connection information consumed by applications.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name String
The name of the resource
systemData SystemDataResponse
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"
connectorBasicInfo ConnectorInfoBaseResponse
Connector Info Base
connectorServiceTypeInfo AzureBlobStorageSinkConnectorServiceInfoResponse | AzureBlobStorageSourceConnectorServiceInfoResponse | AzureCosmosDBSinkConnectorServiceInfoResponse | AzureCosmosDBSourceConnectorServiceInfoResponse | AzureSynapseAnalyticsSinkConnectorServiceInfoResponse
Connector Service type info base properties.
partnerConnectorInfo KafkaAzureBlobStorageSinkConnectorInfoResponse | KafkaAzureBlobStorageSourceConnectorInfoResponse | KafkaAzureCosmosDBSinkConnectorInfoResponse | KafkaAzureCosmosDBSourceConnectorInfoResponse | KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse
The connection information consumed by applications.
id string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name string
The name of the resource
systemData SystemDataResponse
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"
connectorBasicInfo ConnectorInfoBaseResponse
Connector Info Base
connectorServiceTypeInfo AzureBlobStorageSinkConnectorServiceInfoResponse | AzureBlobStorageSourceConnectorServiceInfoResponse | AzureCosmosDBSinkConnectorServiceInfoResponse | AzureCosmosDBSourceConnectorServiceInfoResponse | AzureSynapseAnalyticsSinkConnectorServiceInfoResponse
Connector Service type info base properties.
partnerConnectorInfo KafkaAzureBlobStorageSinkConnectorInfoResponse | KafkaAzureBlobStorageSourceConnectorInfoResponse | KafkaAzureCosmosDBSinkConnectorInfoResponse | KafkaAzureCosmosDBSourceConnectorInfoResponse | KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse
The connection information consumed by applications.
id str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name str
The name of the resource
system_data SystemDataResponse
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"
connector_basic_info ConnectorInfoBaseResponse
Connector Info Base
connector_service_type_info AzureBlobStorageSinkConnectorServiceInfoResponse | AzureBlobStorageSourceConnectorServiceInfoResponse | AzureCosmosDBSinkConnectorServiceInfoResponse | AzureCosmosDBSourceConnectorServiceInfoResponse | AzureSynapseAnalyticsSinkConnectorServiceInfoResponse
Connector Service type info base properties.
partner_connector_info KafkaAzureBlobStorageSinkConnectorInfoResponse | KafkaAzureBlobStorageSourceConnectorInfoResponse | KafkaAzureCosmosDBSinkConnectorInfoResponse | KafkaAzureCosmosDBSourceConnectorInfoResponse | KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse
The connection information consumed by applications.
id String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
name String
The name of the resource
systemData 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"
connectorBasicInfo Property Map
Connector Info Base
connectorServiceTypeInfo Property Map | Property Map | Property Map | Property Map | Property Map
Connector Service type info base properties.
partnerConnectorInfo Property Map | Property Map | Property Map | Property Map | Property Map
The connection information consumed by applications.

Supporting Types

AzureBlobStorageSinkConnectorServiceInfoResponse

StorageAccountKey string
Azure Blob Storage Account Key
StorageAccountName string
Azure Blob Storage Account Name
StorageContainerName string
Azure Blob Storage Account Container Name
StorageAccountKey string
Azure Blob Storage Account Key
StorageAccountName string
Azure Blob Storage Account Name
StorageContainerName string
Azure Blob Storage Account Container Name
storageAccountKey String
Azure Blob Storage Account Key
storageAccountName String
Azure Blob Storage Account Name
storageContainerName String
Azure Blob Storage Account Container Name
storageAccountKey string
Azure Blob Storage Account Key
storageAccountName string
Azure Blob Storage Account Name
storageContainerName string
Azure Blob Storage Account Container Name
storage_account_key str
Azure Blob Storage Account Key
storage_account_name str
Azure Blob Storage Account Name
storage_container_name str
Azure Blob Storage Account Container Name
storageAccountKey String
Azure Blob Storage Account Key
storageAccountName String
Azure Blob Storage Account Name
storageContainerName String
Azure Blob Storage Account Container Name

AzureBlobStorageSourceConnectorServiceInfoResponse

StorageAccountKey string
Azure Blob Storage Account Key
StorageAccountName string
Azure Blob Storage Account Name
StorageContainerName string
Azure Blob Storage Account Container Name
StorageAccountKey string
Azure Blob Storage Account Key
StorageAccountName string
Azure Blob Storage Account Name
StorageContainerName string
Azure Blob Storage Account Container Name
storageAccountKey String
Azure Blob Storage Account Key
storageAccountName String
Azure Blob Storage Account Name
storageContainerName String
Azure Blob Storage Account Container Name
storageAccountKey string
Azure Blob Storage Account Key
storageAccountName string
Azure Blob Storage Account Name
storageContainerName string
Azure Blob Storage Account Container Name
storage_account_key str
Azure Blob Storage Account Key
storage_account_name str
Azure Blob Storage Account Name
storage_container_name str
Azure Blob Storage Account Container Name
storageAccountKey String
Azure Blob Storage Account Key
storageAccountName String
Azure Blob Storage Account Name
storageContainerName String
Azure Blob Storage Account Container Name

AzureCosmosDBSinkConnectorServiceInfoResponse

CosmosConnectionEndpoint string
Azure Cosmos Database Connection Endpoint
CosmosContainersTopicMapping string
Azure Cosmos Database Containers Topic Mapping
CosmosDatabaseName string
Azure Cosmos Database Name
CosmosIdStrategy string
Azure Cosmos Database Id Strategy
CosmosMasterKey string
Azure Cosmos Database Master Key
CosmosConnectionEndpoint string
Azure Cosmos Database Connection Endpoint
CosmosContainersTopicMapping string
Azure Cosmos Database Containers Topic Mapping
CosmosDatabaseName string
Azure Cosmos Database Name
CosmosIdStrategy string
Azure Cosmos Database Id Strategy
CosmosMasterKey string
Azure Cosmos Database Master Key
cosmosConnectionEndpoint String
Azure Cosmos Database Connection Endpoint
cosmosContainersTopicMapping String
Azure Cosmos Database Containers Topic Mapping
cosmosDatabaseName String
Azure Cosmos Database Name
cosmosIdStrategy String
Azure Cosmos Database Id Strategy
cosmosMasterKey String
Azure Cosmos Database Master Key
cosmosConnectionEndpoint string
Azure Cosmos Database Connection Endpoint
cosmosContainersTopicMapping string
Azure Cosmos Database Containers Topic Mapping
cosmosDatabaseName string
Azure Cosmos Database Name
cosmosIdStrategy string
Azure Cosmos Database Id Strategy
cosmosMasterKey string
Azure Cosmos Database Master Key
cosmos_connection_endpoint str
Azure Cosmos Database Connection Endpoint
cosmos_containers_topic_mapping str
Azure Cosmos Database Containers Topic Mapping
cosmos_database_name str
Azure Cosmos Database Name
cosmos_id_strategy str
Azure Cosmos Database Id Strategy
cosmos_master_key str
Azure Cosmos Database Master Key
cosmosConnectionEndpoint String
Azure Cosmos Database Connection Endpoint
cosmosContainersTopicMapping String
Azure Cosmos Database Containers Topic Mapping
cosmosDatabaseName String
Azure Cosmos Database Name
cosmosIdStrategy String
Azure Cosmos Database Id Strategy
cosmosMasterKey String
Azure Cosmos Database Master Key

AzureCosmosDBSourceConnectorServiceInfoResponse

CosmosConnectionEndpoint string
Azure Cosmos Database Connection Endpoint
CosmosContainersTopicMapping string
Azure Cosmos Database Containers Topic Mapping
CosmosDatabaseName string
Azure Cosmos Database Name
CosmosMasterKey string
Azure Cosmos Database Master Key
CosmosMessageKeyEnabled bool
Azure Cosmos Database Message Key Enabled
CosmosMessageKeyField string
Azure Cosmos Database Message Key Field
CosmosConnectionEndpoint string
Azure Cosmos Database Connection Endpoint
CosmosContainersTopicMapping string
Azure Cosmos Database Containers Topic Mapping
CosmosDatabaseName string
Azure Cosmos Database Name
CosmosMasterKey string
Azure Cosmos Database Master Key
CosmosMessageKeyEnabled bool
Azure Cosmos Database Message Key Enabled
CosmosMessageKeyField string
Azure Cosmos Database Message Key Field
cosmosConnectionEndpoint String
Azure Cosmos Database Connection Endpoint
cosmosContainersTopicMapping String
Azure Cosmos Database Containers Topic Mapping
cosmosDatabaseName String
Azure Cosmos Database Name
cosmosMasterKey String
Azure Cosmos Database Master Key
cosmosMessageKeyEnabled Boolean
Azure Cosmos Database Message Key Enabled
cosmosMessageKeyField String
Azure Cosmos Database Message Key Field
cosmosConnectionEndpoint string
Azure Cosmos Database Connection Endpoint
cosmosContainersTopicMapping string
Azure Cosmos Database Containers Topic Mapping
cosmosDatabaseName string
Azure Cosmos Database Name
cosmosMasterKey string
Azure Cosmos Database Master Key
cosmosMessageKeyEnabled boolean
Azure Cosmos Database Message Key Enabled
cosmosMessageKeyField string
Azure Cosmos Database Message Key Field
cosmos_connection_endpoint str
Azure Cosmos Database Connection Endpoint
cosmos_containers_topic_mapping str
Azure Cosmos Database Containers Topic Mapping
cosmos_database_name str
Azure Cosmos Database Name
cosmos_master_key str
Azure Cosmos Database Master Key
cosmos_message_key_enabled bool
Azure Cosmos Database Message Key Enabled
cosmos_message_key_field str
Azure Cosmos Database Message Key Field
cosmosConnectionEndpoint String
Azure Cosmos Database Connection Endpoint
cosmosContainersTopicMapping String
Azure Cosmos Database Containers Topic Mapping
cosmosDatabaseName String
Azure Cosmos Database Name
cosmosMasterKey String
Azure Cosmos Database Master Key
cosmosMessageKeyEnabled Boolean
Azure Cosmos Database Message Key Enabled
cosmosMessageKeyField String
Azure Cosmos Database Message Key Field

AzureSynapseAnalyticsSinkConnectorServiceInfoResponse

SynapseSqlDatabaseName string
Azure Synapse Dedicated SQL Pool Database Name
SynapseSqlPassword string
Azure Synapse SQL login details
SynapseSqlServerName string
Azure Synapse Analytics SQL Server Name
SynapseSqlUser string
Azure Synapse SQL login details
SynapseSqlDatabaseName string
Azure Synapse Dedicated SQL Pool Database Name
SynapseSqlPassword string
Azure Synapse SQL login details
SynapseSqlServerName string
Azure Synapse Analytics SQL Server Name
SynapseSqlUser string
Azure Synapse SQL login details
synapseSqlDatabaseName String
Azure Synapse Dedicated SQL Pool Database Name
synapseSqlPassword String
Azure Synapse SQL login details
synapseSqlServerName String
Azure Synapse Analytics SQL Server Name
synapseSqlUser String
Azure Synapse SQL login details
synapseSqlDatabaseName string
Azure Synapse Dedicated SQL Pool Database Name
synapseSqlPassword string
Azure Synapse SQL login details
synapseSqlServerName string
Azure Synapse Analytics SQL Server Name
synapseSqlUser string
Azure Synapse SQL login details
synapse_sql_database_name str
Azure Synapse Dedicated SQL Pool Database Name
synapse_sql_password str
Azure Synapse SQL login details
synapse_sql_server_name str
Azure Synapse Analytics SQL Server Name
synapse_sql_user str
Azure Synapse SQL login details
synapseSqlDatabaseName String
Azure Synapse Dedicated SQL Pool Database Name
synapseSqlPassword String
Azure Synapse SQL login details
synapseSqlServerName String
Azure Synapse Analytics SQL Server Name
synapseSqlUser String
Azure Synapse SQL login details

ConnectorInfoBaseResponse

ConnectorClass string
Connector Class
ConnectorId string
Connector Id
ConnectorName string
Connector Name
ConnectorState string
Connector Status
ConnectorType string
Connector Type
ConnectorClass string
Connector Class
ConnectorId string
Connector Id
ConnectorName string
Connector Name
ConnectorState string
Connector Status
ConnectorType string
Connector Type
connectorClass String
Connector Class
connectorId String
Connector Id
connectorName String
Connector Name
connectorState String
Connector Status
connectorType String
Connector Type
connectorClass string
Connector Class
connectorId string
Connector Id
connectorName string
Connector Name
connectorState string
Connector Status
connectorType string
Connector Type
connector_class str
Connector Class
connector_id str
Connector Id
connector_name str
Connector Name
connector_state str
Connector Status
connector_type str
Connector Type
connectorClass String
Connector Class
connectorId String
Connector Id
connectorName String
Connector Name
connectorState String
Connector Status
connectorType String
Connector Type

KafkaAzureBlobStorageSinkConnectorInfoResponse

ApiKey string
Kafka API Key
ApiSecret string
Kafka API Key Secret
AuthType string
Kafka Auth Type
FlushSize string
Flush size
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TimeInterval string
Time Interval
Topics List<string>
Kafka topics list
TopicsDir string
Kafka topics directory
ApiKey string
Kafka API Key
ApiSecret string
Kafka API Key Secret
AuthType string
Kafka Auth Type
FlushSize string
Flush size
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TimeInterval string
Time Interval
Topics []string
Kafka topics list
TopicsDir string
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Key Secret
authType String
Kafka Auth Type
flushSize String
Flush size
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
timeInterval String
Time Interval
topics List<String>
Kafka topics list
topicsDir String
Kafka topics directory
apiKey string
Kafka API Key
apiSecret string
Kafka API Key Secret
authType string
Kafka Auth Type
flushSize string
Flush size
inputFormat string
Kafka Input Data Format Type
maxTasks string
Maximum Tasks
outputFormat string
Kafka Output Data Format Type
serviceAccountId string
Kafka Service Account Id
timeInterval string
Time Interval
topics string[]
Kafka topics list
topicsDir string
Kafka topics directory
api_key str
Kafka API Key
api_secret str
Kafka API Key Secret
auth_type str
Kafka Auth Type
flush_size str
Flush size
input_format str
Kafka Input Data Format Type
max_tasks str
Maximum Tasks
output_format str
Kafka Output Data Format Type
service_account_id str
Kafka Service Account Id
time_interval str
Time Interval
topics Sequence[str]
Kafka topics list
topics_dir str
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Key Secret
authType String
Kafka Auth Type
flushSize String
Flush size
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
timeInterval String
Time Interval
topics List<String>
Kafka topics list
topicsDir String
Kafka topics directory

KafkaAzureBlobStorageSourceConnectorInfoResponse

ApiKey string
Kafka API Key
ApiSecret string
Kafka API Secret
AuthType string
Kafka Auth Type
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TopicRegex string
Kafka topics Regex pattern
TopicsDir string
Kafka topics directory
ApiKey string
Kafka API Key
ApiSecret string
Kafka API Secret
AuthType string
Kafka Auth Type
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TopicRegex string
Kafka topics Regex pattern
TopicsDir string
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Secret
authType String
Kafka Auth Type
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
topicRegex String
Kafka topics Regex pattern
topicsDir String
Kafka topics directory
apiKey string
Kafka API Key
apiSecret string
Kafka API Secret
authType string
Kafka Auth Type
inputFormat string
Kafka Input Data Format Type
maxTasks string
Maximum Tasks
outputFormat string
Kafka Output Data Format Type
serviceAccountId string
Kafka Service Account Id
topicRegex string
Kafka topics Regex pattern
topicsDir string
Kafka topics directory
api_key str
Kafka API Key
api_secret str
Kafka API Secret
auth_type str
Kafka Auth Type
input_format str
Kafka Input Data Format Type
max_tasks str
Maximum Tasks
output_format str
Kafka Output Data Format Type
service_account_id str
Kafka Service Account Id
topic_regex str
Kafka topics Regex pattern
topics_dir str
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Secret
authType String
Kafka Auth Type
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
topicRegex String
Kafka topics Regex pattern
topicsDir String
Kafka topics directory

KafkaAzureCosmosDBSinkConnectorInfoResponse

ApiKey string
Kafka API Key
ApiSecret string
Kafka API Key Secret
AuthType string
Kafka Auth Type
FlushSize string
Flush size
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TimeInterval string
Time Interval
Topics List<string>
Kafka topics list
TopicsDir string
Kafka topics directory
ApiKey string
Kafka API Key
ApiSecret string
Kafka API Key Secret
AuthType string
Kafka Auth Type
FlushSize string
Flush size
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TimeInterval string
Time Interval
Topics []string
Kafka topics list
TopicsDir string
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Key Secret
authType String
Kafka Auth Type
flushSize String
Flush size
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
timeInterval String
Time Interval
topics List<String>
Kafka topics list
topicsDir String
Kafka topics directory
apiKey string
Kafka API Key
apiSecret string
Kafka API Key Secret
authType string
Kafka Auth Type
flushSize string
Flush size
inputFormat string
Kafka Input Data Format Type
maxTasks string
Maximum Tasks
outputFormat string
Kafka Output Data Format Type
serviceAccountId string
Kafka Service Account Id
timeInterval string
Time Interval
topics string[]
Kafka topics list
topicsDir string
Kafka topics directory
api_key str
Kafka API Key
api_secret str
Kafka API Key Secret
auth_type str
Kafka Auth Type
flush_size str
Flush size
input_format str
Kafka Input Data Format Type
max_tasks str
Maximum Tasks
output_format str
Kafka Output Data Format Type
service_account_id str
Kafka Service Account Id
time_interval str
Time Interval
topics Sequence[str]
Kafka topics list
topics_dir str
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Key Secret
authType String
Kafka Auth Type
flushSize String
Flush size
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
timeInterval String
Time Interval
topics List<String>
Kafka topics list
topicsDir String
Kafka topics directory

KafkaAzureCosmosDBSourceConnectorInfoResponse

ApiKey string
Kafka API Key
ApiSecret string
Kafka API Secret
AuthType string
Kafka Auth Type
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TopicRegex string
Kafka topics Regex pattern
TopicsDir string
Kafka topics directory
ApiKey string
Kafka API Key
ApiSecret string
Kafka API Secret
AuthType string
Kafka Auth Type
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TopicRegex string
Kafka topics Regex pattern
TopicsDir string
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Secret
authType String
Kafka Auth Type
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
topicRegex String
Kafka topics Regex pattern
topicsDir String
Kafka topics directory
apiKey string
Kafka API Key
apiSecret string
Kafka API Secret
authType string
Kafka Auth Type
inputFormat string
Kafka Input Data Format Type
maxTasks string
Maximum Tasks
outputFormat string
Kafka Output Data Format Type
serviceAccountId string
Kafka Service Account Id
topicRegex string
Kafka topics Regex pattern
topicsDir string
Kafka topics directory
api_key str
Kafka API Key
api_secret str
Kafka API Secret
auth_type str
Kafka Auth Type
input_format str
Kafka Input Data Format Type
max_tasks str
Maximum Tasks
output_format str
Kafka Output Data Format Type
service_account_id str
Kafka Service Account Id
topic_regex str
Kafka topics Regex pattern
topics_dir str
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Secret
authType String
Kafka Auth Type
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
topicRegex String
Kafka topics Regex pattern
topicsDir String
Kafka topics directory

KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse

ApiKey string
Kafka API Key
ApiSecret string
Kafka API Key Secret
AuthType string
Kafka Auth Type
FlushSize string
Flush size
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TimeInterval string
Time Interval
Topics List<string>
Kafka topics list
TopicsDir string
Kafka topics directory
ApiKey string
Kafka API Key
ApiSecret string
Kafka API Key Secret
AuthType string
Kafka Auth Type
FlushSize string
Flush size
InputFormat string
Kafka Input Data Format Type
MaxTasks string
Maximum Tasks
OutputFormat string
Kafka Output Data Format Type
ServiceAccountId string
Kafka Service Account Id
TimeInterval string
Time Interval
Topics []string
Kafka topics list
TopicsDir string
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Key Secret
authType String
Kafka Auth Type
flushSize String
Flush size
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
timeInterval String
Time Interval
topics List<String>
Kafka topics list
topicsDir String
Kafka topics directory
apiKey string
Kafka API Key
apiSecret string
Kafka API Key Secret
authType string
Kafka Auth Type
flushSize string
Flush size
inputFormat string
Kafka Input Data Format Type
maxTasks string
Maximum Tasks
outputFormat string
Kafka Output Data Format Type
serviceAccountId string
Kafka Service Account Id
timeInterval string
Time Interval
topics string[]
Kafka topics list
topicsDir string
Kafka topics directory
api_key str
Kafka API Key
api_secret str
Kafka API Key Secret
auth_type str
Kafka Auth Type
flush_size str
Flush size
input_format str
Kafka Input Data Format Type
max_tasks str
Maximum Tasks
output_format str
Kafka Output Data Format Type
service_account_id str
Kafka Service Account Id
time_interval str
Time Interval
topics Sequence[str]
Kafka topics list
topics_dir str
Kafka topics directory
apiKey String
Kafka API Key
apiSecret String
Kafka API Key Secret
authType String
Kafka Auth Type
flushSize String
Flush size
inputFormat String
Kafka Input Data Format Type
maxTasks String
Maximum Tasks
outputFormat String
Kafka Output Data Format Type
serviceAccountId String
Kafka Service Account Id
timeInterval String
Time Interval
topics List<String>
Kafka topics list
topicsDir String
Kafka topics directory

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
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_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi