Show / Hide Table of Contents

Class GetKafkaConnectorArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKafkaConnectorArgs
Inherited Members
InvokeArgs.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 GetKafkaConnectorArgs : InvokeArgs

Constructors

View Source

GetKafkaConnectorArgs()

Declaration
public GetKafkaConnectorArgs()

Properties

View Source

Config

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

ConnectorName

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

PluginAuthor

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

PluginClass

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

PluginDocUrl

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

PluginTitle

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

PluginType

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

PluginVersion

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

Project

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

ServiceName

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

Tasks

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