Sha256: e37593c95fa932df6fc6b027c872ed77ddabc88099e6791a06e55bb49a91cad7
Contents?: true
Size: 698 Bytes
Versions: 10
Compression:
Stored size: 698 Bytes
Contents
AWS::IAM::Role: Properties: AssumeRolePolicyDocument: | { "Version" => "2012-10-17", "Statement" => [ { "Effect" => "Allow", "Principal" => { "Service" => [ "ec2.amazonaws.com" ] }, "Action" => [ "sts:AssumeRole" ] } ] } ManagedPolicyArns: [] Path: "\"/Application/\"" Policies: | [{ "PolicyName" => "AllowNothing", "PolicyDocument" => { "Version" => "2012-10-17", "Statement" => [ { "Effect" => "Deny", "Action" => "*", "Resource" => "*" } ] } }]
Version data entries
10 entries across 10 versions & 1 rubygems