deadLetterDestination

@JvmName(name = "aeqmxocyoybslsmw")
suspend fun deadLetterDestination(value: Output<StorageBlobDeadLetterDestinationArgs>)
@JvmName(name = "pjggmimddmgcyhpl")
suspend fun deadLetterDestination(value: StorageBlobDeadLetterDestinationArgs?)

Parameters

value

The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.


@JvmName(name = "lwjwuhmlkmvstaua")
suspend fun deadLetterDestination(argument: suspend StorageBlobDeadLetterDestinationArgsBuilder.() -> Unit)

Parameters

argument

The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.