class TerraformDSL::AWS::IAM
Public Class Methods
new()
click to toggle source
# File lib/terraformdsl/aws.rb, line 554 def initialize() end
Public Instance Methods
PolicyAttachment(*a, &b)
click to toggle source
# File lib/terraformdsl/aws.rb, line 558 def PolicyAttachment(*a, &b); add_resource(PolicyAttachment.new(*a), &b); end
Role(*a, &b)
click to toggle source
# File lib/terraformdsl/aws.rb, line 557 def Role (*a, &b); add_resource(Role.new(*a) , &b); end