Class EventSourceMappingDestinationConfigArgs
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 EventSourceMappingDestinationConfigArgs : ResourceArgs
Constructors
View SourceEventSourceMappingDestinationConfigArgs()
Declaration
public EventSourceMappingDestinationConfigArgs()
Properties
View SourceOnFailure
The destination configuration for failed invocations. Detailed below.
Declaration
public Input<EventSourceMappingDestinationConfigOnFailureArgs> OnFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EventSourceMappingDestinationConfigOnFailureArgs> |