Sha256: cf3d4d9a3f8c29d604e146f4949171ae62ba1558efb438260b03d97a25addac7
Contents?: true
Size: 527 Bytes
Versions: 3
Compression:
Stored size: 527 Bytes
Contents
resource 'ChefServerUser', :Type => 'AWS::IAM::User', :Properties => { :Path => '/', :Policies => [ { :PolicyName => 'root', :PolicyDocument => { :Statement => [ { :Effect => 'Allow', :Action => [ 'cloudformation:DescribeStackResource', 's3:Put' ], :Resource => '*', }, ], }, }, ], }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aws-cfn-dsl-0.5.0 | test/Resources/ChefServerUser.rb |
aws-cfn-dsl-0.2.0 | test/Resources/ChefServerUser.rb |
aws-cfn-dsl-0.1.0 | test/Resources/ChefServerUser.rb |