StorageBlobDeadLetterDestinationArgs

data class StorageBlobDeadLetterDestinationArgs(val blobContainerName: Output<String>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<StorageBlobDeadLetterDestinationArgs>

Information about the storage blob based dead letter destination.

Constructors

Link copied to clipboard
constructor(blobContainerName: Output<String>? = null, endpointType: Output<String>, resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val blobContainerName: Output<String>? = null

The name of the Storage blob container that is the destination of the deadletter events

Link copied to clipboard
val endpointType: Output<String>

Type of the endpoint for the dead letter destination Expected value is 'StorageBlob'.

Link copied to clipboard
val resourceId: Output<String>? = null

The Azure Resource ID of the storage account that is the destination of the deadletter events

Functions

Link copied to clipboard
open override fun toJava(): StorageBlobDeadLetterDestinationArgs