LogTransformerState class

Input properties used for looking up and filtering LogTransformer resources.

Constructors

LogTransformerState({Input<String?>? logGroupArn, Input<String?>? region, Input<List<LogTransformerTransformerConfig>?>? transformerConfigs})
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.
const
LogTransformerState.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
logGroupArn → Input<String?>?
Log group ARN to set the transformer for.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
transformerConfigs → Input<List<LogTransformerTransformerConfig>?>?
Specifies the configuration of the transformer. You must include at least one configuration, and 20 at most. See transformerConfig below for details.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited