1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
1
Hello,
Thanks for reaching out.
As the official cloudformation doc mentioned(https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-queues.html ), you need to provide a json property for RedriveAllowPolicy, follow is one sample:
AWSTemplateFormatVersion: 2010-09-09
Description: A sample template
Resources:
MyQueue:
Type: 'AWS::SQS::Queue'
Properties:
RedriveAllowPolicy: '{"redrivePermission":"denyAll"}'
Please let's know if you have any further questions,
Regards,
Contenido relevante
preguntada hace 9 meses
preguntada hace un año
preguntada hace 9 meses
preguntada hace 8 meses
- OFICIAL DE AWSActualizada hace 2 años
