KafkaConnector

Create a KafkaConnector Resource

def KafkaConnector(resource_name, opts=None, config=None, connector_name=None, project=None, service_name=None, __props__=None);
name string
The unique name of the resource.
args KafkaConnectorArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args KafkaConnectorArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args KafkaConnectorArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

KafkaConnector Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The KafkaConnector resource accepts the following input properties:

Config Dictionary<string, string>

Kafka Connector configuration parameters

ConnectorName string

Kafka connector name

Project string

Project to link the kafka connector to

ServiceName string

Service to link the kafka connector to

Config map[string]string

Kafka Connector configuration parameters

ConnectorName string

Kafka connector name

Project string

Project to link the kafka connector to

ServiceName string

Service to link the kafka connector to

config {[key: string]: string}

Kafka Connector configuration parameters

connectorName string

Kafka connector name

project string

Project to link the kafka connector to

serviceName string

Service to link the kafka connector to

config Dict[str, str]

Kafka Connector configuration parameters

connector_name str

Kafka connector name

project str

Project to link the kafka connector to

service_name str

Service to link the kafka connector to

Outputs

All input properties are implicitly available as output properties. Additionally, the KafkaConnector resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
PluginAuthor string

Kafka connector author

PluginClass string

Kafka connector Java class

PluginDocUrl string

Kafka connector documentation URL

PluginTitle string

Kafka connector title

PluginType string

Kafka connector type

PluginVersion string

Kafka connector version

Tasks List<KafkaConnectorTask>

List of tasks of a connector

Id string
The provider-assigned unique ID for this managed resource.
PluginAuthor string

Kafka connector author

PluginClass string

Kafka connector Java class

PluginDocUrl string

Kafka connector documentation URL

PluginTitle string

Kafka connector title

PluginType string

Kafka connector type

PluginVersion string

Kafka connector version

Tasks []KafkaConnectorTask

List of tasks of a connector

id string
The provider-assigned unique ID for this managed resource.
pluginAuthor string

Kafka connector author

pluginClass string

Kafka connector Java class

pluginDocUrl string

Kafka connector documentation URL

pluginTitle string

Kafka connector title

pluginType string

Kafka connector type

pluginVersion string

Kafka connector version

tasks KafkaConnectorTask[]

List of tasks of a connector

id str
The provider-assigned unique ID for this managed resource.
plugin_author str

Kafka connector author

plugin_class str

Kafka connector Java class

plugin_doc_url str

Kafka connector documentation URL

plugin_title str

Kafka connector title

plugin_type str

Kafka connector type

plugin_version str

Kafka connector version

tasks List[KafkaConnectorTask]

List of tasks of a connector

Look up an Existing KafkaConnector Resource

Get an existing KafkaConnector resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: KafkaConnectorState, opts?: CustomResourceOptions): KafkaConnector
static get(resource_name, id, opts=None, 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, __props__=None);
func GetKafkaConnector(ctx *Context, name string, id IDInput, state *KafkaConnectorState, opts ...ResourceOption) (*KafkaConnector, error)
public static KafkaConnector Get(string name, Input<string> id, KafkaConnectorState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Config Dictionary<string, string>

Kafka Connector configuration parameters

ConnectorName string

Kafka connector name

PluginAuthor string

Kafka connector author

PluginClass string

Kafka connector Java class

PluginDocUrl string

Kafka connector documentation URL

PluginTitle string

Kafka connector title

PluginType string

Kafka connector type

PluginVersion string

Kafka connector version

Project string

Project to link the kafka connector to

ServiceName string

Service to link the kafka connector to

Tasks List<KafkaConnectorTaskArgs>

List of tasks of a connector

Config map[string]string

Kafka Connector configuration parameters

ConnectorName string

Kafka connector name

PluginAuthor string

Kafka connector author

PluginClass string

Kafka connector Java class

PluginDocUrl string

Kafka connector documentation URL

PluginTitle string

Kafka connector title

PluginType string

Kafka connector type

PluginVersion string

Kafka connector version

Project string

Project to link the kafka connector to

ServiceName string

Service to link the kafka connector to

Tasks []KafkaConnectorTask

List of tasks of a connector

config {[key: string]: string}

Kafka Connector configuration parameters

connectorName string

Kafka connector name

pluginAuthor string

Kafka connector author

pluginClass string

Kafka connector Java class

pluginDocUrl string

Kafka connector documentation URL

pluginTitle string

Kafka connector title

pluginType string

Kafka connector type

pluginVersion string

Kafka connector version

project string

Project to link the kafka connector to

serviceName string

Service to link the kafka connector to

tasks KafkaConnectorTask[]

List of tasks of a connector

config Dict[str, str]

Kafka Connector configuration parameters

connector_name str

Kafka connector name

plugin_author str

Kafka connector author

plugin_class str

Kafka connector Java class

plugin_doc_url str

Kafka connector documentation URL

plugin_title str

Kafka connector title

plugin_type str

Kafka connector type

plugin_version str

Kafka connector version

project str

Project to link the kafka connector to

service_name str

Service to link the kafka connector to

tasks List[KafkaConnectorTask]

List of tasks of a connector

Supporting Types

KafkaConnectorTask

See the output API doc for this type.

See the output API doc for this type.

See the 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.