Class GetInvocationResult
Inheritance
System.Object
GetInvocationResult
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 GetInvocationResult
Fields
View SourceFunctionName
Declaration
public readonly string FunctionName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Input
Declaration
public readonly string Input
Field Value
| Type | Description |
|---|---|
| System.String |
Qualifier
Declaration
public readonly string Qualifier
Field Value
| Type | Description |
|---|---|
| System.String |
Result
String result of the lambda function invocation.
Declaration
public readonly string Result
Field Value
| Type | Description |
|---|---|
| System.String |
ResultMap
This field is set only if result is a map of primitive types, where the map is string keys and string values.
Declaration
public readonly ImmutableDictionary<string, string> ResultMap
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |