FunctionScalingConfigArgs class

The set of arguments for FunctionScalingConfig. The set of arguments for FunctionScalingConfig.

Constructors

FunctionScalingConfigArgs({required Input<String> functionName, required Input<FunctionScalingConfigFunctionScalingConfig> functionScalingConfig, required Input<String> qualifier, Input<String?>? region, Input<FunctionScalingConfigTimeouts?>? timeouts})
Creates a new FunctionScalingConfigArgs. functionName Name or ARN of the Lambda function. Changing this forces a new resource. functionScalingConfig Scaling configuration block. See functionScalingConfig Block below. qualifier Qualifier for the scaling configuration. Valid values: $LATEST.PUBLISHED to target the latest published version, or a specific numeric version number (e.g., 1). Changing this forces a new resource. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. timeouts Optional.
const
FunctionScalingConfigArgs.fromMap(Map<String, dynamic> map)
factory

Properties

functionName → Input<String>
Name or ARN of the Lambda function. Changing this forces a new resource.
final
functionScalingConfig → Input<FunctionScalingConfigFunctionScalingConfig>
Scaling configuration block. See functionScalingConfig Block below.
final
hashCode int
The hash code for this object.
no setterinherited
qualifier → Input<String>
Qualifier for the scaling configuration. Valid values: $LATEST.PUBLISHED to target the latest published version, or a specific numeric version number (e.g., 1). Changing this forces a new resource.
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
timeouts → Input<FunctionScalingConfigTimeouts?>?
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