Class FunctionEventInvokeConfigDestinationConfig
Inheritance
System.Object
FunctionEventInvokeConfigDestinationConfig
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FunctionEventInvokeConfigDestinationConfig
Fields
View SourceOnFailure
Configuration block with destination configuration for failed asynchronous invocations. See below for details.
Declaration
public readonly FunctionEventInvokeConfigDestinationConfigOnFailure OnFailure
Field Value
| Type | Description |
|---|---|
| FunctionEventInvokeConfigDestinationConfigOnFailure |
OnSuccess
Configuration block with destination configuration for successful asynchronous invocations. See below for details.
Declaration
public readonly FunctionEventInvokeConfigDestinationConfigOnSuccess OnSuccess
Field Value
| Type | Description |
|---|---|
| FunctionEventInvokeConfigDestinationConfigOnSuccess |