custom_plugins_list_only
Lists custom_plugins
in a region or regions, for all properties use custom_plugins
Overview
Name | custom_plugins_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.kafkaconnect.custom_plugins_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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