Class FunctionEventInvokeConfigDestinationConfigOnSuccessArgs
Inheritance
System.Object
FunctionEventInvokeConfigDestinationConfigOnSuccessArgs
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 FunctionEventInvokeConfigDestinationConfigOnSuccessArgs : ResourceArgs
Constructors
View SourceFunctionEventInvokeConfigDestinationConfigOnSuccessArgs()
Declaration
public FunctionEventInvokeConfigDestinationConfigOnSuccessArgs()
Properties
View SourceDestination
Amazon Resource Name (ARN) of the destination resource. See the Lambda Developer Guide for acceptable resource types and associated IAM permissions.
Declaration
public Input<string> Destination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |