Command option Sample:aws sqs set-queue-attributes

Search command sample in the internet.It is the result.

Sets the value of one or more queue attributes.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/sqs/set-queue-attributes.html

aws sqs set-queue-attributes \
    S3 Bucket Notification to SQS/SNS on Object Creation - Alestic.com : http://alestic.com/2014/12/s3-bucket-notification-to-sqssns-on-object-creation/
aws sqs set-queue-attributes \
    Lambda Event Sources — Python Serverless Microframework for AWS 1.6.0 documentation : http://chalice.readthedocs.io/en/latest/topics/events.html
aws sqs set-queue-attributes --queue-url https://sqs.us-east-1.amazonaws.com/80398EXAMPLE/MyNewQueue --attributes file://set-queue-attributes.json
    set-queue-attributes — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/sqs/set-queue-attributes.html
aws sqs set-queue-attributes --queue-url
    Unable to pass complex JSON file with multiple nestings for assigning permission to the SNS topic to send messages to the SQS queue 揃 Issue #96 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/96
aws sqs set-queue-attributes --queue-url https://sqs.us-east-1.amazonaws.com/12345677/test --attributes VisibilityTimeout=43199
    amazon web services - Why would SQS fail to set a VisibilityTimeout of 43199 when the max is stated as 43200? - Stack Overflow : http://stackoverflow.com/questions/31931405/why-would-sqs-fail-to-set-a-visibilitytimeout-of-43199-when-the-max-is-stated-as/31934134
aws sqs set-queue-attributes \ --queue-url https://sqs.region.amazonaws.com/account-id/queue-name \ --attributes file://set-queue-attributes.json
    [PDF] Amazon CloudWatch Events - ユーザーガイド - Free Download PDF : http://updoc.site/download/amazon-cloudwatch-events_pdf

aws のオプション一覧