StorageQueueEventSubscriptionDestinationArgs

data class StorageQueueEventSubscriptionDestinationArgs(val endpointType: Output<String>, val queueMessageTimeToLiveInSeconds: Output<Double>? = null, val queueName: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<StorageQueueEventSubscriptionDestinationArgs>

Information about the storage queue destination for an event subscription.

Constructors

constructor(endpointType: Output<String>, queueMessageTimeToLiveInSeconds: Output<Double>? = null, queueName: Output<String>? = null, resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val endpointType: Output<String>

Type of the endpoint for the event subscription destination. Expected value is 'StorageQueue'.

Link copied to clipboard

Storage queue message time to live in seconds.

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

The name of the Storage queue under a storage account that is the destination of an event subscription.

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

The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.

Functions

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