Created
March 11, 2020 23:24
-
-
Save mikebroberts/e248d657f44655514d3e87f20409bea8 to your computer and use it in GitHub Desktop.
Revisions
-
mikebroberts created this gist
Mar 11, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ AWSChatbotRole: Type: AWS::IAM::Role Properties: RoleName: AWSChatbotRole AssumeRolePolicyDocument: Version: 2012-10-17 Statement: - Effect: Allow Principal: Service: 'chatbot.amazonaws.com' Action: 'sts:AssumeRole' Policies: - PolicyName: AWSChatbotPolicy PolicyDocument: Version: 2012-10-17 Statement: - Effect: Allow Resource: '*' Action: - 'cloudwatch:Describe*' - 'cloudwatch:Get*' - 'cloudwatch:List*'