class Aws::KafkaConnect::Types::CustomPlugin

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

@note When making an API call, you may pass CustomPlugin

data as a hash:

    {
      custom_plugin_arn: "__string", # required
      revision: 1, # required
    }

@!attribute [rw] custom_plugin_arn

The Amazon Resource Name (ARN) of the custom plugin.
@return [String]

@!attribute [rw] revision

The revision of the custom plugin.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/CustomPlugin AWS API Documentation

Constants

SENSITIVE