Show / Hide Table of Contents

Class FunctionEventInvokeConfigDestinationConfigArgs

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

Constructors

View Source

FunctionEventInvokeConfigDestinationConfigArgs()

Declaration
public FunctionEventInvokeConfigDestinationConfigArgs()

Properties

View Source

OnFailure

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

Declaration
public Input<FunctionEventInvokeConfigDestinationConfigOnFailureArgs> OnFailure { get; set; }
Property Value
Type Description
Input<FunctionEventInvokeConfigDestinationConfigOnFailureArgs>
View Source

OnSuccess

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

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