GetFunctionArgs class
Arguments for getFunction. Arguments for getFunction.
Constructors
-
GetFunctionArgs({required Input<
String> functionName, Input<String?> ? qualifier, Input<String?> ? region, Input<Map< ? tags})String, String> ?> -
Creates a new GetFunctionArgs.
functionNameName of the Lambda function.qualifierAlias name or version number of the Lambda function. E.g.,$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsMap of tags assigned to the Lambda Function.const -
GetFunctionArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
functionName
→ Input<
String> -
Name of the Lambda function.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
qualifier
→ Input<
String?> ? -
Alias name or version number of the Lambda function. E.g.,
$LATEST,my-alias, or1. When not included: the data source resolves to the most recent published version; if no published version exists: it resolves to the most recent unpublished version.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
-
Map of tags assigned to the Lambda Function.
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