Class GetInvocationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Lambda
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetInvocationArgs : InvokeArgs
Constructors
View SourceGetInvocationArgs()
Declaration
public GetInvocationArgs()
Properties
View SourceFunctionName
The name of the lambda function.
Declaration
public string FunctionName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Input
A string in JSON format that is passed as payload to the lambda function.
Declaration
public string Input { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Qualifier
The qualifier (a.k.a version) of the lambda function. Defaults
to $LATEST.
Declaration
public string Qualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |