FunctionEventInvokeConfigDestinationConfigOnFailureArgs

data class FunctionEventInvokeConfigDestinationConfigOnFailureArgs(val destination: Output<String>) : ConvertibleToJava<FunctionEventInvokeConfigDestinationConfigOnFailureArgs>

Constructors

constructor(destination: Output<String>)

Properties

Link copied to clipboard
val destination: Output<String>

Amazon Resource Name (ARN) of the destination resource. See the Lambda Developer Guide for acceptable resource types and associated IAM permissions.

Functions

Link copied to clipboard
open override fun toJava(): FunctionEventInvokeConfigDestinationConfigOnFailureArgs