Class: Convection::Model::Template::Resource::IAMInstanceProfile
- Inherits:
-
Convection::Model::Template::Resource
- Object
- Convection::Model::Template::Resource
- Convection::Model::Template::Resource::IAMInstanceProfile
- Defined in:
- lib/convection/model/template/resource/aws_iam_instance_profile.rb
Overview
AWS::IAM::IstanceProfile
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::Resource
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary collapse
- #path(value) ⇒ Object
-
#role(value) ⇒ Object
List of references to AWS::IAM::Roles.
Methods inherited from Convection::Model::Template::Resource
#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, type, #type, #with_output
Methods included from Mixin::Conditional
Methods included from DSL::Template::Resource
Methods included from DSL::Helpers
#camel_case, included, method_name, #screaming_snake_case, #snake_case
Methods included from DSL::IntrinsicFunctions
#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
Constructor Details
This class inherits a constructor from Convection::Model::Template::Resource
Instance Method Details
#path ⇒ Object #path(value) ⇒ Object
12 |
# File 'lib/convection/model/template/resource/aws_iam_instance_profile.rb', line 12 property :path, 'Path' |
#role(value) ⇒ Object
List of references to AWS::IAM::Roles. Currently, a maximum of one role can be assigned to an instance profile.
16 |
# File 'lib/convection/model/template/resource/aws_iam_instance_profile.rb', line 16 property :role, 'Roles', :type => :list |