Show / Hide Table of Contents

Class KafkaConnectorState

Inheritance
System.Object
InputArgs
ResourceArgs
KafkaConnectorState
Inherited Members
ResourceArgs.Empty
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 Source

KafkaConnectorState()

Declaration
public KafkaConnectorState()

Properties

View Source

Config

Kafka Connector configuration parameters

Declaration
public InputMap<string> Config { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

ConnectorName

Kafka connector name

Declaration
public Input<string> ConnectorName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PluginAuthor

Kafka connector author

Declaration
public Input<string> PluginAuthor { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PluginClass

Kafka connector Java class

Declaration
public Input<string> PluginClass { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PluginDocUrl

Kafka connector documentation URL

Declaration
public Input<string> PluginDocUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PluginTitle

Kafka connector title

Declaration
public Input<string> PluginTitle { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PluginType

Kafka connector type

Declaration
public Input<string> PluginType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PluginVersion

Kafka connector version

Declaration
public Input<string> PluginVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

Project to link the kafka connector to

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceName

Service to link the kafka connector to

Declaration
public Input<string> ServiceName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tasks

List of tasks of a connector

Declaration
public InputList<KafkaConnectorTaskGetArgs> Tasks { get; set; }
Property Value
Type Description
InputList<KafkaConnectorTaskGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.