Show / Hide Table of Contents

Class FunctionEventInvokeConfigState

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionEventInvokeConfigState
Inherited Members
ResourceArgs.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 FunctionEventInvokeConfigState : ResourceArgs

Constructors

View Source

FunctionEventInvokeConfigState()

Declaration
public FunctionEventInvokeConfigState()

Properties

View Source

DestinationConfig

Configuration block with destination configuration. See below for details.

Declaration
public Input<FunctionEventInvokeConfigDestinationConfigGetArgs> DestinationConfig { get; set; }
Property Value
Type Description
Input<FunctionEventInvokeConfigDestinationConfigGetArgs>
View Source

FunctionName

Name or Amazon Resource Name (ARN) of the Lambda Function, omitting any version or alias qualifier.

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

MaximumEventAgeInSeconds

Maximum age of a request that Lambda sends to a function for processing in seconds. Valid values between 60 and 21600.

Declaration
public Input<int> MaximumEventAgeInSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MaximumRetryAttempts

Maximum number of times to retry when the function returns an error. Valid values between 0 and 2. Defaults to 2.

Declaration
public Input<int> MaximumRetryAttempts { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Qualifier

Lambda Function published version, $LATEST, or Lambda Alias name.

Declaration
public Input<string> Qualifier { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.