Dead Letter With Resource Identity Args
data class DeadLetterWithResourceIdentityArgs(val deadLetterDestination: Output<StorageBlobDeadLetterDestinationArgs>? = null, val identity: Output<EventSubscriptionIdentityArgs>? = null) : ConvertibleToJava<DeadLetterWithResourceIdentityArgs>
Information about the deadletter destination with resource identity.
Constructors
Link copied to clipboard
constructor(deadLetterDestination: Output<StorageBlobDeadLetterDestinationArgs>? = null, identity: Output<EventSubscriptionIdentityArgs>? = null)
Properties
Link copied to clipboard
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 dead-lettering.
Link copied to clipboard
The identity to use when dead-lettering events.