GetInvocationArgs class

Arguments for getInvocation. Arguments for getInvocation.

Constructors

GetInvocationArgs({required Input<String> functionName, required Input<String> input, Input<String?>? qualifier, Input<String?>? region, Input<String?>? tenantId})
Creates a new GetInvocationArgs. functionName Name of the Lambda function. input String in JSON format that is passed as payload to the Lambda function. qualifier Qualifier (a.k.a version) of the Lambda function. Defaults to $LATEST. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tenantId Tenant Id to serve invocations from specified tenant.
const
GetInvocationArgs.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
input → Input<String>
String in JSON format that is passed as payload to the Lambda function.
final
qualifier → Input<String?>?
Qualifier (a.k.a version) of the Lambda function. Defaults to $LATEST.
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
tenantId → Input<String?>?
Tenant Id to serve invocations from specified tenant.
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