destinationConfig

@JvmName(name = "wteiunijcbsakrjb")
suspend fun destinationConfig(value: Output<EventInvokeConfigDestinationConfigArgs>)
@JvmName(name = "yfkpqdvrtseeprtl")
suspend fun destinationConfig(value: EventInvokeConfigDestinationConfigArgs?)

Parameters

value

A destination for events after they have been sent to a function for processing. Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.

  • Queue - The ARN of a standard SQS queue.

  • Topic - The ARN of a standard SNS topic.

  • Event Bus - The ARN of an Amazon EventBridge event bus.


@JvmName(name = "cjhhutdmgqtqrvng")
suspend fun destinationConfig(argument: suspend EventInvokeConfigDestinationConfigArgsBuilder.() -> Unit)

Parameters

argument

A destination for events after they have been sent to a function for processing. Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.

  • Queue - The ARN of a standard SQS queue.

  • Topic - The ARN of a standard SNS topic.

  • Event Bus - The ARN of an Amazon EventBridge event bus.