Class: TerraformDSL::AWS::IAM
- Defined in:
- lib/terraformdsl/aws.rb
Defined Under Namespace
Classes: PolicyAttachment, Role
Instance Attribute Summary
Attributes inherited from Resource
Instance Method Summary collapse
-
#initialize ⇒ IAM
constructor
A new instance of IAM.
- #PolicyAttachment(*a, &b) ⇒ Object
- #Role(*a, &b) ⇒ Object
Methods inherited from Resource
Constructor Details
#initialize ⇒ IAM
Returns a new instance of IAM.
555 556 |
# File 'lib/terraformdsl/aws.rb', line 555 def initialize() end |
Instance Method Details
#PolicyAttachment(*a, &b) ⇒ Object
559 |
# File 'lib/terraformdsl/aws.rb', line 559 def PolicyAttachment(*a, &b); add_resource(PolicyAttachment.new(*a), &b); end |