deadLetterDestinationWithResourceIdentity

@JvmName(name = "xqoelhhkpvsdmkmr")
suspend fun deadLetterDestinationWithResourceIdentity(value: Output<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) to acquire the authentication tokens being used during delivery / dead-lettering.


@JvmName(name = "betdlcclshfddfql")
suspend fun deadLetterDestinationWithResourceIdentity(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) to acquire the authentication tokens being used during delivery / dead-lettering.