We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b79e32 commit aa3ca5aCopy full SHA for aa3ca5a
1 file changed
SAMtemplates/messaging/main.yaml
@@ -70,13 +70,13 @@ Outputs:
70
71
ReadNHSNotifyPrescriptionsSQSQueuePolicyArn:
72
Description: ARN of policy granting permission to read the prescriptions queue
73
- Value: !Ref ReadNHSNotifyPrescriptionsSQSQueuePolicy.Arn
+ Value: !Ref ReadNHSNotifyPrescriptionsSQSQueuePolicy
74
Export:
75
Name: !Sub ${StackName}-ReadNHSNotifyPrescriptionsSQSQueuePolicyArn
76
77
78
WriteNHSNotifyPrescriptionsSQSQueuePolicyArn:
79
Description: ARN of policy granting permission to write to the prescriptions queue
80
- Value: !Ref WriteNHSNotifyPrescriptionsSQSQueuePolicy.Arn
+ Value: !Ref WriteNHSNotifyPrescriptionsSQSQueuePolicy
81
82
Name: !Sub ${StackName}-WriteNHSNotifyPrescriptionsSQSQueuePolicyArn
0 commit comments