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.
Constructors
Link copied to clipboard
fun StorageQueueEventSubscriptionDestinationArgs(endpointType: Output<String>, queueMessageTimeToLiveInSeconds: Output<Double>? = null, queueName: Output<String>? = null, resourceId: Output<String>? = null)