Show / Hide Table of Contents

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 Source

OnFailure

Configuration block with destination configuration for failed asynchronous invocations. See below for details.

Declaration
public readonly FunctionEventInvokeConfigDestinationConfigOnFailure OnFailure
Field Value
Type Description
FunctionEventInvokeConfigDestinationConfigOnFailure
View Source

OnSuccess

Configuration block with destination configuration for successful asynchronous invocations. See below for details.

Declaration
public readonly FunctionEventInvokeConfigDestinationConfigOnSuccess OnSuccess
Field Value
Type Description
FunctionEventInvokeConfigDestinationConfigOnSuccess
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.