Show / Hide Table of Contents

Class GetInvocationArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetInvocationArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetInvocationArgs()

Declaration
public GetInvocationArgs()

Properties

View Source

FunctionName

The name of the lambda function.

Declaration
public string FunctionName { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

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