Show / Hide Table of Contents

Class KafkaConnector

Inheritance
System.Object
Resource
CustomResource
KafkaConnector
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class KafkaConnector : CustomResource

Constructors

View Source

KafkaConnector(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 Source

Config

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>>
View Source

ConnectorName

Kafka connector name

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

PluginAuthor

Kafka connector author

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

PluginClass

Kafka connector Java class

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

PluginDocUrl

Kafka connector documentation URL

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

PluginTitle

Kafka connector title

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

PluginType

Kafka connector type

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

PluginVersion

Kafka connector version

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

Project

Project to link the kafka connector to

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

ServiceName

Service to link the kafka connector to

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

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.