Don't require AWS services or IAM ARNs. sns_topic_policy_json should also be enough.
why
I want to be in control of the policies (they are given through other means).
Without this change, either I have to pass some fake? AWS service or IAM ARN just to enact the sns_topic_policy_json input.
what
Don't require AWS services or IAM ARNs. sns_topic_policy_json should also be enough.
why
I want to be in control of the policies (they are given through other means). Without this change, either I have to pass some fake? AWS service or IAM ARN just to enact the sns_topic_policy_json input.
references