AWS::KafkaConnect::CustomPlugin CustomPluginFileDescription - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KafkaConnect::CustomPlugin CustomPluginFileDescription

Details about a custom plugin file.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "FileMd5" : String, "FileSize" : Integer }

YAML

FileMd5: String FileSize: Integer

Properties

FileMd5

The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.

Required: No

Type: String

Update requires: No interruption

FileSize

The size in bytes of the custom plugin file. You can use it to validate the file.

Required: No

Type: Integer

Update requires: No interruption