deadLetterWithResourceIdentity

@JvmName(name = "tyjoortryrenwsoy")
suspend fun deadLetterWithResourceIdentity(value: Output<DeadLetterWithResourceIdentityArgs>)
@JvmName(name = "vmxmohekbmwmijla")
suspend fun deadLetterWithResourceIdentity(value: DeadLetterWithResourceIdentityArgs?)

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 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 = "flqmisvmlosjajmm")
suspend fun deadLetterWithResourceIdentity(argument: suspend DeadLetterWithResourceIdentityArgsBuilder.() -> 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 the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.