Class GetInvocation
Inheritance
System.Object
GetInvocation
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 static class GetInvocation
Methods
View SourceInvokeAsync(GetInvocationArgs, InvokeOptions)
Use this data source to invoke custom lambda functions as data source. The lambda function is invoked with RequestResponse invocation type.
{{% examples %}} {{% /examples %}}
Declaration
public static Task<GetInvocationResult> InvokeAsync(GetInvocationArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetInvocationArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetInvocationResult> |