LogTransformerState constructor
const
LogTransformerState({
- Input<
String?> ? logGroupArn, - Input<
String?> ? region, - Input<
List< ? transformerConfigs,LogTransformerTransformerConfig> ?>
Creates a new LogTransformerState.
logGroupArn Log group ARN to set the transformer for.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
transformerConfigs Specifies the configuration of the transformer. You must include at least one configuration, and 20 at most. See transformerConfig below for details.
Implementation
const LogTransformerState({
this.logGroupArn,
this.region,
this.transformerConfigs,
});