aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
AWS::SQS::Permission
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
## 1. Title
AWS::SQS::Permission
## 2. Scope of request
AWS::SNS::Permission - can add permission to a SQS queue via API but not via CloudFormation
## 3. Expected behavior
In Create, it should add a new permission to the SQS queue policy, the same as `aws sqs add-permission`
In Update, it should replace the existing permission, as if one performed `aws sqs remove-permission` and then `aws sqs add-permission` (since there's no `update-permission`)
In Delete, it should remove the existing permission, the same as `aws sqs remove-permission`
## 5. Helpful Links to speed up research and evaluation
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_AddPermission.html
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_RemovePermission.html
## 6. Category (required)
Integration
Contributor guide
Assessment
This issue has not been assessed yet.