class Aws::KafkaConnect::Types::CustomPluginLocation

Information about the location of a custom plugin.

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

data as a hash:

    {
      s3_location: { # required
        bucket_arn: "__string", # required
        file_key: "__string", # required
        object_version: "__string",
      },
    }

@!attribute [rw] s3_location

The S3 bucket Amazon Resource Name (ARN), file key, and object
version of the plugin file stored in Amazon S3.
@return [Types::S3Location]

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

Constants

SENSITIVE