Show / Hide Table of Contents

Class EventSourceMappingDestinationConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventSourceMappingDestinationConfigGetArgs
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 EventSourceMappingDestinationConfigGetArgs : ResourceArgs

Constructors

View Source

EventSourceMappingDestinationConfigGetArgs()

Declaration
public EventSourceMappingDestinationConfigGetArgs()

Properties

View Source

OnFailure

The destination configuration for failed invocations. Detailed below.

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