Difference between revisions of "Aws sns set-subscription-attributes"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
− | + | aws sns set-subscription-attributes \ | |
+ | --subscription-arn arn:aws:sns:us-east-2:123456789012:MyEndpoint:1234a567-bc89-012d-3e45-6fg7h890123i | ||
+ | --attribute-name [[RedrivePolicy]] | ||
+ | --attribute-value "{\"deadLetterTargetArn\": \"arn:aws:sqs:us-east-2:123456789012:MyDeadLetterQueue\"}" | ||
− | {{aws sns}} | + | == Related == |
+ | * [[Configuring an Amazon SNS dead-letter queue for a subscription]] | ||
+ | * <code>[[aws_sqs_queue_redrive_policy]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{aws_sns_topic_subscription}} | ||
+ | * {{aws sns}} |
Latest revision as of 09:12, 13 March 2025
aws sns set-subscription-attributes \ --subscription-arn arn:aws:sns:us-east-2:123456789012:MyEndpoint:1234a567-bc89-012d-3e45-6fg7h890123i --attribute-name RedrivePolicy --attribute-value "{\"deadLetterTargetArn\": \"arn:aws:sqs:us-east-2:123456789012:MyDeadLetterQueue\"}"
Related[edit]
See also[edit]
Advertising: