custom_plugin_tags
Expands all tag keys and values for custom_plugins
in a region
Overview
Name | custom_plugin_tags |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.kafkaconnect.custom_plugin_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the custom plugin. |
description | string | A summary description of the custom plugin. |
custom_plugin_arn | string | The Amazon Resource Name (ARN) of the custom plugin to use. |
content_type | string | The type of the plugin file. |
file_description | object | Details about the custom plugin file. |
location | object | Information about the location of a custom plugin. |
revision | integer | The revision of the custom plugin. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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