Storage Queue Event Subscription Destination Args
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.
Properties
Link copied to clipboard
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
The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.