Show / Hide Table of Contents

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
CfnConnector.ICustomPluginProperty
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

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

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

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.

public double Revision { get; set; }
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

Implements

CfnConnector.ICustomPluginProperty
Back to top Generated by DocFX