LogTransformerState class
Input properties used for looking up and filtering LogTransformer resources.
Constructors
-
LogTransformerState({Input<
String?> ? logGroupArn, Input<String?> ? region, Input<List< ? transformerConfigs})LogTransformerTransformerConfig> ?> -
Creates a new LogTransformerState.
logGroupArnLog group ARN to set the transformer for.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.transformerConfigsSpecifies the configuration of the transformer. You must include at least one configuration, and 20 at most. SeetransformerConfigbelow 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
transformerConfigbelow 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