{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "sns:ListSubscriptionsByTopic",
                "sns:Publish",
                "sns:GetTopicAttributes",
                "sns:CreateTopic",
                "sns:ConfirmSubscription",
                "sns:SetTopicAttributes",
                "sns:Subscribe"
            ],
            "Resource": [
                "arn:aws:sns:us-east-1:437795906767:prod-push-notifications-*",
                "arn:aws:sns:us-east-1:437795906767:prod-awal-push-notifications-*",
                "arn:aws:sns:us-east-1:437795906767:prod-sme-push-notifications-*"
            ]
        },
        {
            "Sid": "VisualEditor1",
            "Effect": "Allow",
            "Action": [
                "sns:ListEndpointsByPlatformApplication",
                "sns:ListPhoneNumbersOptedOut",
                "sns:SetEndpointAttributes",
                "sns:GetEndpointAttributes",
                "sns:SetSubscriptionAttributes",
                "sns:SetPlatformApplicationAttributes",
                "sns:ListTopics",
                "sns:Unsubscribe",
                "sns:GetSubscriptionAttributes",
                "sns:ListSubscriptions",
                "sns:CheckIfPhoneNumberIsOptedOut",
                "sns:ListPlatformApplications"
            ],
            "Resource": "*"
        },
        {
            "Sid": "",
            "Effect": "Allow",
            "Action": [
                "iam:PassRole"
            ],
            "Resource": "arn:aws:iam::437795906767:role/prod-sns-platform-application-delivery-status-log-role"
        },
        {
            "Sid": "",
            "Effect": "Allow",
            "Action": [
                "secretsmanager:GetSecretValue"
            ],
            "Resource": [
                "arn:aws:secretsmanager:*:*:secret:prod/python-orchard-features/*",
                "arn:aws:secretsmanager:*:*:secret:prod/python-orchard-features/"
            ]
        }
    ]
}
