Get Queue Result
data class GetQueueResult(val arn: String? = null, val contentBasedDeduplication: Boolean? = null, val deduplicationScope: String? = null, val delaySeconds: Int? = null, val fifoThroughputLimit: String? = null, val kmsDataKeyReusePeriodSeconds: Int? = null, val kmsMasterKeyId: String? = null, val maximumMessageSize: Int? = null, val messageRetentionPeriod: Int? = null, val queueUrl: String? = null, val receiveMessageWaitTimeSeconds: Int? = null, val redriveAllowPolicy: Any? = null, val redrivePolicy: Any? = null, val sqsManagedSseEnabled: Boolean? = null, val tags: List<QueueTag>? = null, val visibilityTimeout: Int? = null)
Constructors
Link copied to clipboard
fun GetQueueResult(arn: String? = null, contentBasedDeduplication: Boolean? = null, deduplicationScope: String? = null, delaySeconds: Int? = null, fifoThroughputLimit: String? = null, kmsDataKeyReusePeriodSeconds: Int? = null, kmsMasterKeyId: String? = null, maximumMessageSize: Int? = null, messageRetentionPeriod: Int? = null, queueUrl: String? = null, receiveMessageWaitTimeSeconds: Int? = null, redriveAllowPolicy: Any? = null, redrivePolicy: Any? = null, sqsManagedSseEnabled: Boolean? = null, tags: List<QueueTag>? = null, visibilityTimeout: Int? = null)
Types
Properties
Link copied to clipboard
Specifies the duration, in seconds, that the ReceiveMessage action call waits until a message is in the queue in order to include it in the response, rather than returning an empty response if a message isn't yet available. You can specify an integer from 1 to 20. Short polling is used as the default or when you specify 0 for this property.
Link copied to clipboard
The length of time during which a message will be unavailable after a message is delivered from the queue. This blocks other components from receiving the same message and gives the initial component time to process and delete the message from the queue. Values must be from 0 to 43,200 seconds (12 hours). If you don't specify a value, AWS CloudFormation uses the default value of 30 seconds.