Show / Hide Table of Contents

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 Source

FunctionName

Declaration
public readonly string FunctionName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Input

Declaration
public readonly string Input
Field Value
Type Description
System.String
View Source

Qualifier

Declaration
public readonly string Qualifier
Field Value
Type Description
System.String
View Source

Result

String result of the lambda function invocation.

Declaration
public readonly string Result
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.