transformers_list_only
Lists transformers in a region or regions, for all properties use transformers
Overview
| Name | transformers_list_only |
| Type | Resource |
| Description | Specifies a transformer on the log group to transform logs into consistent structured and information rich format. |
| Id | aws.logs.transformers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
log_group_identifier | string | Existing log group that you want to associate with this transformer. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all transformers in a region.
SELECT
region,
log_group_identifier
FROM aws.logs.transformers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the transformers_list_only resource, see transformers