GetInvocation
Use this data source to invoke custom lambda functions as data source. The lambda function is invoked with RequestResponse invocation type.
Using GetInvocation
function getInvocation(args: GetInvocationArgs, opts?: InvokeOptions): Promise<GetInvocationResult>function get_invocation(function_name=None, input=None, qualifier=None, opts=None)func GetInvocation(ctx *Context, args *GetInvocationArgs, opts ...InvokeOption) (*GetInvocationResult, error)public static class GetInvocation {
public static Task<GetInvocationResult> InvokeAsync(GetInvocationArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetInvocation Result
The following output properties are available:
- Function
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Input string
- Result string
String result of the lambda function invocation.
- Result
Map Dictionary<string, string> (DEPRECATED) This field is set only if result is a map of primitive types, where the map is string keys and string values.
- Qualifier string
- Function
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Input string
- Result string
String result of the lambda function invocation.
- Result
Map map[string]string (DEPRECATED) This field is set only if result is a map of primitive types, where the map is string keys and string values.
- Qualifier string
- function
Name string - id string
The provider-assigned unique ID for this managed resource.
- input string
- result string
String result of the lambda function invocation.
- result
Map {[key: string]: string} (DEPRECATED) This field is set only if result is a map of primitive types, where the map is string keys and string values.
- qualifier string
- function_
name str - id str
The provider-assigned unique ID for this managed resource.
- input str
- result str
String result of the lambda function invocation.
- result_
map Dict[str, str] (DEPRECATED) This field is set only if result is a map of primitive types, where the map is string keys and string values.
- qualifier str
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.