Show / Hide Table of Contents

Interface CfnConnector.ICustomPluginProperty

A plugin is an AWS resource that contains the code that defines a connector's logic.

Namespace: Amazon.CDK.AWS.KafkaConnect
Assembly: Amazon.CDK.AWS.KafkaConnect.dll
Syntax (csharp)
public interface ICustomPluginProperty
Syntax (vb)
Public Interface ICustomPluginProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-customplugin.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KafkaConnect;

var customPluginProperty = new CustomPluginProperty {
    CustomPluginArn = "customPluginArn",
    Revision = 123
};

Synopsis

Properties

CustomPluginArn

The Amazon Resource Name (ARN) of the custom plugin.

Revision

The revision of the custom plugin.

Properties

CustomPluginArn

The Amazon Resource Name (ARN) of the custom plugin.

string CustomPluginArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-customplugin.html#cfn-kafkaconnect-connector-customplugin-custompluginarn

Revision

The revision of the custom plugin.

double Revision { get; }
Property Value

System.Double

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-connector-customplugin.html#cfn-kafkaconnect-connector-customplugin-revision

Back to top Generated by DocFX