GetFunctionArgs class

Arguments for getFunction. Arguments for getFunction.

Constructors

GetFunctionArgs({required Input<String> functionName, Input<String?>? qualifier, Input<String?>? region, Input<Map<String, String>?>? tags})
Creates a new GetFunctionArgs. functionName Name of the Lambda function. qualifier Alias name or version number of the Lambda function. E.g., $LATEST, my-alias, or 1. 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. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Map 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, or 1. 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
tags → Input<Map<String, String>?>?
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