deadLetterDestination

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

Parameters

value

Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.


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

Parameters

argument

Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.