Class FunctionEventInvokeConfigDestinationConfigGetArgs
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 FunctionEventInvokeConfigDestinationConfigGetArgs : ResourceArgs
Constructors
View SourceFunctionEventInvokeConfigDestinationConfigGetArgs()
Declaration
public FunctionEventInvokeConfigDestinationConfigGetArgs()
Properties
View SourceOnFailure
Configuration block with destination configuration for failed asynchronous invocations. See below for details.
Declaration
public Input<FunctionEventInvokeConfigDestinationConfigOnFailureGetArgs> OnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FunctionEventInvokeConfigDestinationConfigOnFailureGetArgs> |
OnSuccess
Configuration block with destination configuration for successful asynchronous invocations. See below for details.
Declaration
public Input<FunctionEventInvokeConfigDestinationConfigOnSuccessGetArgs> OnSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FunctionEventInvokeConfigDestinationConfigOnSuccessGetArgs> |