Class KafkaConnector
Inherited Members
Namespace: Pulumi.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public class KafkaConnector : CustomResource
Constructors
View SourceKafkaConnector(String, KafkaConnectorArgs, CustomResourceOptions)
Create a KafkaConnector resource with the given unique name, arguments, and options.
Declaration
public KafkaConnector(string name, KafkaConnectorArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| KafkaConnectorArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceConfig
Kafka Connector configuration parameters
Declaration
public Output<ImmutableDictionary<string, string>> Config { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
ConnectorName
Kafka connector name
Declaration
public Output<string> ConnectorName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PluginAuthor
Kafka connector author
Declaration
public Output<string> PluginAuthor { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PluginClass
Kafka connector Java class
Declaration
public Output<string> PluginClass { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PluginDocUrl
Kafka connector documentation URL
Declaration
public Output<string> PluginDocUrl { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PluginTitle
Kafka connector title
Declaration
public Output<string> PluginTitle { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PluginType
Kafka connector type
Declaration
public Output<string> PluginType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
PluginVersion
Kafka connector version
Declaration
public Output<string> PluginVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Project
Project to link the kafka connector to
Declaration
public Output<string> Project { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ServiceName
Service to link the kafka connector to
Declaration
public Output<string> ServiceName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Tasks
List of tasks of a connector
Declaration
public Output<ImmutableArray<KafkaConnectorTask>> Tasks { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<KafkaConnectorTask>> |
Methods
View SourceGet(String, Input<String>, KafkaConnectorState, CustomResourceOptions)
Get an existing KafkaConnector resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static KafkaConnector Get(string name, Input<string> id, KafkaConnectorState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| KafkaConnectorState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| KafkaConnector |