Class FunctionEventInvokeConfigState
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 FunctionEventInvokeConfigState : ResourceArgs
Constructors
View SourceFunctionEventInvokeConfigState()
Declaration
public FunctionEventInvokeConfigState()
Properties
View SourceDestinationConfig
Configuration block with destination configuration. See below for details.
Declaration
public Input<FunctionEventInvokeConfigDestinationConfigGetArgs> DestinationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FunctionEventInvokeConfigDestinationConfigGetArgs> |
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> |
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> |
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> |
Qualifier
Lambda Function published version, $LATEST, or Lambda Alias name.
Declaration
public Input<string> Qualifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |