0
0
llucycodes42
The resource "aws_sns_topic_policy" is defined in the AWS client library. This definition declares an Amazon SNS topic policy. Topic policies give you control over who can send messages to a particular topic, when they can send messages, and the message content.
Shortcut: tf_aws_sns_topic_policy
resource "aws_sns_topic_policy" "${MyAWSResource}" {
}