Skip to main content

transformers_list_only

Lists transformers in a region or regions, for all properties use transformers

Overview

Nametransformers_list_only
TypeResource
DescriptionSpecifies a transformer on the log group to transform logs into consistent structured and information rich format.
Idaws.logs.transformers_list_only

Fields

NameDatatypeDescription
log_group_identifierstringExisting log group that you want to associate with this transformer.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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