Class: Convection::Model::Template::ResourceProperty::EC2BlockDeviceMapping

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb

Overview

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::ResourceProperty

#exist, #properties, #template

Instance Method Summary collapse

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_nameObject #device_name(value) ⇒ Object Also known as: device

Overloads:

  • #device_nameObject

    Returns the value of the 'DeviceName' CloudFormation property.

  • #device_name(value) ⇒ Object

    Sets the 'DeviceName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'DeviceName' CloudFormation property to.



10
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 10

property :device_name, 'DeviceName'

#ebsObject #ebs(value) ⇒ Object

Overloads:

  • #ebsObject

    Returns the value of the 'Ebs' CloudFormation property.

  • #ebs(value) ⇒ Object

    Sets the 'Ebs' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Ebs' CloudFormation property to.



12
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 12

property :ebs, 'Ebs'

#no_deviceObject #no_device(value) ⇒ Object

Overloads:

  • #no_deviceObject

    Returns the value of the 'NoDevice' CloudFormation property.

  • #no_device(value) ⇒ Object

    Sets the 'NoDevice' CloudFormation property.

    Parameters:

    • value

      the value to set the 'NoDevice' CloudFormation property to.



13
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 13

property :no_device, 'NoDevice'

#virtual_nameObject #virtual_name(value) ⇒ Object

Overloads:

  • #virtual_nameObject

    Returns the value of the 'VirtualName' CloudFormation property.

  • #virtual_name(value) ⇒ Object

    Sets the 'VirtualName' CloudFormation property.

    Parameters:

    • value

      the value to set the 'VirtualName' CloudFormation property to.



14
# File 'lib/convection/model/template/resource_property/aws_ec2_block_device_mapping.rb', line 14

property :virtual_name, 'VirtualName'