GetKafkaConnector

Using GetKafkaConnector

function getKafkaConnector(args: GetKafkaConnectorArgs, opts?: InvokeOptions): Promise<GetKafkaConnectorResult>
function  get_kafka_connector(config=None, connector_name=None, plugin_author=None, plugin_class=None, plugin_doc_url=None, plugin_title=None, plugin_type=None, plugin_version=None, project=None, service_name=None, tasks=None, opts=None)
func LookupKafkaConnector(ctx *Context, args *LookupKafkaConnectorArgs, opts ...InvokeOption) (*LookupKafkaConnectorResult, error)

Note: This function is named LookupKafkaConnector in the Go SDK.

public static class GetKafkaConnector {
    public static Task<GetKafkaConnectorResult> InvokeAsync(GetKafkaConnectorArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

ConnectorName string
Project string
ServiceName string
Config Dictionary<string, string>
PluginAuthor string
PluginClass string
PluginDocUrl string
PluginTitle string
PluginType string
PluginVersion string
Tasks List<GetKafkaConnectorTaskArgs>
ConnectorName string
Project string
ServiceName string
Config map[string]string
PluginAuthor string
PluginClass string
PluginDocUrl string
PluginTitle string
PluginType string
PluginVersion string
Tasks []GetKafkaConnectorTask
connectorName string
project string
serviceName string
config {[key: string]: string}
pluginAuthor string
pluginClass string
pluginDocUrl string
pluginTitle string
pluginType string
pluginVersion string
tasks GetKafkaConnectorTask[]
connector_name str
project str
service_name str
config Dict[str, str]
plugin_author str
plugin_class str
plugin_doc_url str
plugin_title str
plugin_type str
plugin_version str
tasks List[GetKafkaConnectorTask]

GetKafkaConnector Result

The following output properties are available:

ConnectorName string
Id string

The provider-assigned unique ID for this managed resource.

PluginAuthor string
PluginClass string
PluginDocUrl string
PluginTitle string
PluginType string
PluginVersion string
Project string
ServiceName string
Tasks List<GetKafkaConnectorTask>
Config Dictionary<string, string>
ConnectorName string
Id string

The provider-assigned unique ID for this managed resource.

PluginAuthor string
PluginClass string
PluginDocUrl string
PluginTitle string
PluginType string
PluginVersion string
Project string
ServiceName string
Tasks []GetKafkaConnectorTask
Config map[string]string
connectorName string
id string

The provider-assigned unique ID for this managed resource.

pluginAuthor string
pluginClass string
pluginDocUrl string
pluginTitle string
pluginType string
pluginVersion string
project string
serviceName string
tasks GetKafkaConnectorTask[]
config {[key: string]: string}
connector_name str
id str

The provider-assigned unique ID for this managed resource.

plugin_author str
plugin_class str
plugin_doc_url str
plugin_title str
plugin_type str
plugin_version str
project str
service_name str
tasks List[GetKafkaConnectorTask]
config Dict[str, str]

Supporting Types

GetKafkaConnectorTask

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Connector string
Task int
Connector string
Task int
connector string
task number
connector str
task float

Package Details

Repository
https://github.com/pulumi/pulumi-aiven
License
Apache-2.0
Notes
This Pulumi package is based on the aiven Terraform Provider.