Skip to main content

custom_plugin_tags

Expands all tag keys and values for custom_plugins in a region

Overview

Namecustom_plugin_tags
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.kafkaconnect.custom_plugin_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all custom_plugins in a region.

SELECT
region,
name,
description,
custom_plugin_arn,
content_type,
file_description,
location,
revision,
tag_key,
tag_value
FROM aws.kafkaconnect.custom_plugin_tags
WHERE region = 'us-east-1';

Permissions

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