Skip to main content

custom_plugins_list_only

Lists custom_plugins in a region or regions, for all properties use custom_plugins

Overview

Namecustom_plugins_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.kafkaconnect.custom_plugins_list_only

Fields

NameDatatypeDescription
namestringThe name of the custom plugin.
descriptionstringA summary description of the custom plugin.
custom_plugin_arnstringThe Amazon Resource Name (ARN) of the custom plugin to use.
content_typestringThe type of the plugin file.
file_descriptionobjectDetails about the custom plugin file.
locationobjectInformation about the location of a custom plugin.
revisionintegerThe revision of the custom plugin.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all custom_plugins in a region.

SELECT
region,
custom_plugin_arn
FROM aws.kafkaconnect.custom_plugins_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the custom_plugins_list_only resource, see custom_plugins