Created
July 28, 2019 07:48
-
-
Save SumindaD/d4e49322f57c36ff83a42eef9585f68c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources: | |
Resources: | |
snsAccessRole: | |
Type: AWS::IAM::Role | |
Properties: | |
RoleName: ${self:custom.snsFullAccessRoleName} | |
ManagedPolicyArns: | |
- arn:aws:iam::aws:policy/AmazonSNSFullAccess | |
AssumeRolePolicyDocument: | |
Statement: | |
- Effect: Allow | |
Principal: | |
Service: | |
- textract.amazonaws.com | |
Action: | |
- sts:AssumeRole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment