
set-queue-attributes
********************


DESCRIPTION
===========

Sets the value of one or more queue attributes. Valid attributes that
can be set are [VisibilityTimeout, Policy, MaximumMessageSize,
MessageRetentionPeriod, ReceiveMessageWaitTimeSeconds].


SYNOPSIS
========

   aws sqs set-queue-attributes
     --queue-url <value>
     --attributes <value>


REQUIRED PARAMETERS
===================

"--queue-url"  (string)
   The URL of the SQS queue to take action on.

"--attributes"  (map)
   A map of attributes to set.

   *Parameter Syntax*

      {
        "Policy"|"VisibilityTimeout"|"MaximumMessageSize"|"MessageRetentionPeriod"
        |"ApproximateNumberOfMessages"|"ApproximateNumberOfMessagesNotVisible"|"Cr
        eatedTimestamp"|"LastModifiedTimestamp"|"QueueArn"|"ApproximateNumberOfMes
        sagesDelayed"|"DelaySeconds"|"ReceiveMessageWaitTimeSeconds": "string"
        ...
      }


OPTIONAL PARAMETERS
===================

None
