--- AWSTemplateFormatVersion: "2010-09-09" Resources: SomeManagedPolicy: Type: "AWS::IAM::ManagedPolicy" Properties: Description: | Example1 Managed Policy PolicyDocument: Version: "2012-10-17" Statement: - Effect: "Allow" Action: - "s3:ListBucket" - "s3:GetObject" Resource: '*'