Show / Hide Table of Contents

Class EventSourceMappingDestinationConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventSourceMappingDestinationConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

EventSourceMappingDestinationConfigArgs()

Declaration
public EventSourceMappingDestinationConfigArgs()

Properties

View Source

OnFailure

The destination configuration for failed invocations. Detailed below.

Declaration
public Input<EventSourceMappingDestinationConfigOnFailureArgs> OnFailure { get; set; }
Property Value
Type Description
Input<EventSourceMappingDestinationConfigOnFailureArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.