Class: Convection::Model::Template::ResourceProperty::EC2BlockDeviceMapping
- Inherits:
-
Convection::Model::Template::ResourceProperty
- Object
- Convection::Model::Template::ResourceProperty
- Convection::Model::Template::ResourceProperty::EC2BlockDeviceMapping
- Defined in:
- lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb
Overview
Represents an EC2 Block Device Mapping Property Type
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::ResourceProperty
#exist, #properties, #template
Instance Method Summary collapse
- #device_name(value) ⇒ Object (also: #device)
- #ebs(&block) ⇒ Object
- #no_device(value) ⇒ Object
- #virtual_name(value) ⇒ Object
Methods inherited from Convection::Model::Template::ResourceProperty
attach_method, #initialize, properties, property, #property, #render
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::ResourceProperty
Instance Method Details
#device_name ⇒ Object #device_name(value) ⇒ Object Also known as: device
10 |
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 10 property :device_name, 'DeviceName' |
#ebs ⇒ Object #ebs(value) ⇒ Object
12 |
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 12 property :ebs, 'Ebs' |
#no_device ⇒ Object #no_device(value) ⇒ Object
13 |
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 13 property :no_device, 'NoDevice' |
#virtual_name ⇒ Object #virtual_name(value) ⇒ Object
14 |
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 14 property :virtual_name, 'VirtualName' |