Class CfnConnector.CustomPluginProperty
A plugin is an AWS resource that contains the code that defines a connector's logic.
Inheritance
System.Object
CfnConnector.CustomPluginProperty
Implements
Namespace: Amazon.CDK.AWS.KafkaConnect
Assembly: Amazon.CDK.AWS.KafkaConnect.dll
Syntax (csharp)
public class CustomPluginProperty : Object, CfnConnector.ICustomPluginProperty
Syntax (vb)
Public Class CustomPluginProperty
Inherits Object
Implements CfnConnector.ICustomPluginProperty
Remarks
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
Constructors
CustomPluginProperty() |
Properties
CustomPluginArn | The Amazon Resource Name (ARN) of the custom plugin. |
Revision | The revision of the custom plugin. |
Constructors
CustomPluginProperty()
public CustomPluginProperty()
Properties
CustomPluginArn
The Amazon Resource Name (ARN) of the custom plugin.
public string CustomPluginArn { get; set; }
Property Value
System.String
Remarks
Revision
The revision of the custom plugin.
public double Revision { get; set; }
Property Value
System.Double