Class FunctionEventInvokeConfigDestinationConfigArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FunctionEventInvokeConfigDestinationConfigArgs : ResourceArgs
Constructors
View SourceFunctionEventInvokeConfigDestinationConfigArgs()
Declaration
public FunctionEventInvokeConfigDestinationConfigArgs()
Properties
View SourceOnFailure
Configuration block with destination configuration for failed asynchronous invocations. See below for details.
Declaration
public Input<FunctionEventInvokeConfigDestinationConfigOnFailureArgs> OnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FunctionEventInvokeConfigDestinationConfigOnFailureArgs> |
OnSuccess
Configuration block with destination configuration for successful asynchronous invocations. See below for details.
Declaration
public Input<FunctionEventInvokeConfigDestinationConfigOnSuccessArgs> OnSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FunctionEventInvokeConfigDestinationConfigOnSuccessArgs> |