Values.AwsSqsQueueDetailsSourceData about a queue.
type nonrec t = {kmsDataKeyReusePeriodSeconds : Integer.t option;The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
*)kmsMasterKeyId : NonEmptyString.t option;The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
*)queueName : NonEmptyString.t option;The name of the new queue.
*)deadLetterTargetArn : NonEmptyString.t option;The ARN of the dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]