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 |
---|---|---|
custom_plugin_arn | string | The Amazon Resource Name (ARN) of the custom plugin to use. |
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