Class KafkaConnectorState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class KafkaConnectorState : ResourceArgs
Constructors
View SourceKafkaConnectorState()
Declaration
public KafkaConnectorState()
Properties
View SourceConfig
Kafka Connector configuration parameters
Declaration
public InputMap<string> Config { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
ConnectorName
Kafka connector name
Declaration
public Input<string> ConnectorName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PluginAuthor
Kafka connector author
Declaration
public Input<string> PluginAuthor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PluginClass
Kafka connector Java class
Declaration
public Input<string> PluginClass { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PluginDocUrl
Kafka connector documentation URL
Declaration
public Input<string> PluginDocUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PluginTitle
Kafka connector title
Declaration
public Input<string> PluginTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PluginType
Kafka connector type
Declaration
public Input<string> PluginType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PluginVersion
Kafka connector version
Declaration
public Input<string> PluginVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
Project to link the kafka connector to
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
Service to link the kafka connector to
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tasks
List of tasks of a connector
Declaration
public InputList<KafkaConnectorTaskGetArgs> Tasks { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<KafkaConnectorTaskGetArgs> |