Show / Hide Table of Contents

Class KafkaConnectorArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KafkaConnectorArgs
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 KafkaConnectorArgs : ResourceArgs

Constructors

View Source

KafkaConnectorArgs()

Declaration
public KafkaConnectorArgs()

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

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
Back to top Copyright 2016-2020, Pulumi Corporation.