SystemTopicEventSubscriptionStorageQueueEndpointArgs

data class SystemTopicEventSubscriptionStorageQueueEndpointArgs(val queueMessageTimeToLiveInSeconds: Output<Int>? = null, val queueName: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<SystemTopicEventSubscriptionStorageQueueEndpointArgs>

Constructors

constructor(queueMessageTimeToLiveInSeconds: Output<Int>? = null, queueName: Output<String>, storageAccountId: Output<String>)

Properties

Link copied to clipboard

Storage queue message time to live in seconds.

Link copied to clipboard
val queueName: Output<String>

Specifies the name of the storage queue where the Event Subscription will receive events.

Link copied to clipboard

Specifies the id of the storage account id where the storage queue is located.

Functions

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