KafkaConnector
Create a KafkaConnector Resource
new KafkaConnector(name: string, args: KafkaConnectorArgs, opts?: CustomResourceOptions);def KafkaConnector(resource_name, opts=None, config=None, connector_name=None, project=None, service_name=None, __props__=None);func NewKafkaConnector(ctx *Context, name string, args KafkaConnectorArgs, opts ...ResourceOption) (*KafkaConnector, error)public KafkaConnector(string name, KafkaConnectorArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args KafkaConnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args KafkaConnectorArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KafkaConnectorArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
KafkaConnector Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The KafkaConnector resource accepts the following input properties:
- Config Dictionary<string, string>
Kafka Connector configuration parameters
- Connector
Name string Kafka connector name
- Project string
Project to link the kafka connector to
- Service
Name string Service to link the kafka connector to
- Config map[string]string
Kafka Connector configuration parameters
- Connector
Name string Kafka connector name
- Project string
Project to link the kafka connector to
- Service
Name string Service to link the kafka connector to
- config {[key: string]: string}
Kafka Connector configuration parameters
- connector
Name string Kafka connector name
- project string
Project to link the kafka connector to
- service
Name string Service to link the kafka connector to
- config Dict[str, str]
Kafka Connector configuration parameters
- connector_
name str Kafka connector name
- project str
Project to link the kafka connector to
- service_
name str Service to link the kafka connector to
Outputs
All input properties are implicitly available as output properties. Additionally, the KafkaConnector resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- string
Kafka connector author
- Plugin
Class string Kafka connector Java class
- Plugin
Doc stringUrl Kafka connector documentation URL
- Plugin
Title string Kafka connector title
- Plugin
Type string Kafka connector type
- Plugin
Version string Kafka connector version
- Tasks
List<Kafka
Connector Task> List of tasks of a connector
- Id string
- The provider-assigned unique ID for this managed resource.
- string
Kafka connector author
- Plugin
Class string Kafka connector Java class
- Plugin
Doc stringUrl Kafka connector documentation URL
- Plugin
Title string Kafka connector title
- Plugin
Type string Kafka connector type
- Plugin
Version string Kafka connector version
- Tasks
[]Kafka
Connector Task List of tasks of a connector
- id string
- The provider-assigned unique ID for this managed resource.
- string
Kafka connector author
- plugin
Class string Kafka connector Java class
- plugin
Doc stringUrl Kafka connector documentation URL
- plugin
Title string Kafka connector title
- plugin
Type string Kafka connector type
- plugin
Version string Kafka connector version
- tasks
Kafka
Connector Task[] List of tasks of a connector
- id str
- The provider-assigned unique ID for this managed resource.
- str
Kafka connector author
- plugin_
class str Kafka connector Java class
- plugin_
doc_ strurl Kafka connector documentation URL
- plugin_
title str Kafka connector title
- plugin_
type str Kafka connector type
- plugin_
version str Kafka connector version
- tasks
List[Kafka
Connector Task] List of tasks of a connector
Look up an Existing KafkaConnector Resource
Get an existing KafkaConnector resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: KafkaConnectorState, opts?: CustomResourceOptions): KafkaConnectorstatic get(resource_name, id, opts=None, config=None, connector_name=None, plugin_author=None, plugin_class=None, plugin_doc_url=None, plugin_title=None, plugin_type=None, plugin_version=None, project=None, service_name=None, tasks=None, __props__=None);func GetKafkaConnector(ctx *Context, name string, id IDInput, state *KafkaConnectorState, opts ...ResourceOption) (*KafkaConnector, error)public static KafkaConnector Get(string name, Input<string> id, KafkaConnectorState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Config Dictionary<string, string>
Kafka Connector configuration parameters
- Connector
Name string Kafka connector name
- string
Kafka connector author
- Plugin
Class string Kafka connector Java class
- Plugin
Doc stringUrl Kafka connector documentation URL
- Plugin
Title string Kafka connector title
- Plugin
Type string Kafka connector type
- Plugin
Version string Kafka connector version
- Project string
Project to link the kafka connector to
- Service
Name string Service to link the kafka connector to
- Tasks
List<Kafka
Connector Task Args> List of tasks of a connector
- Config map[string]string
Kafka Connector configuration parameters
- Connector
Name string Kafka connector name
- string
Kafka connector author
- Plugin
Class string Kafka connector Java class
- Plugin
Doc stringUrl Kafka connector documentation URL
- Plugin
Title string Kafka connector title
- Plugin
Type string Kafka connector type
- Plugin
Version string Kafka connector version
- Project string
Project to link the kafka connector to
- Service
Name string Service to link the kafka connector to
- Tasks
[]Kafka
Connector Task List of tasks of a connector
- config {[key: string]: string}
Kafka Connector configuration parameters
- connector
Name string Kafka connector name
- string
Kafka connector author
- plugin
Class string Kafka connector Java class
- plugin
Doc stringUrl Kafka connector documentation URL
- plugin
Title string Kafka connector title
- plugin
Type string Kafka connector type
- plugin
Version string Kafka connector version
- project string
Project to link the kafka connector to
- service
Name string Service to link the kafka connector to
- tasks
Kafka
Connector Task[] List of tasks of a connector
- config Dict[str, str]
Kafka Connector configuration parameters
- connector_
name str Kafka connector name
- str
Kafka connector author
- plugin_
class str Kafka connector Java class
- plugin_
doc_ strurl Kafka connector documentation URL
- plugin_
title str Kafka connector title
- plugin_
type str Kafka connector type
- plugin_
version str Kafka connector version
- project str
Project to link the kafka connector to
- service_
name str Service to link the kafka connector to
- tasks
List[Kafka
Connector Task] List of tasks of a connector
Supporting Types
KafkaConnectorTask
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.