Class: Convection::Model::Template::ResourceProperty::EC2MountPoint

Inherits:
Convection::Model::Template::ResourceProperty show all
Defined in:
lib/convection/model/template/resource_property/aws_ec2_mount_point.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

#deviceObject #device(value) ⇒ Object

Overloads:

  • #deviceObject

    Returns the value of the 'Device' CloudFormation property.

  • #device(value) ⇒ Object

    Sets the 'Device' CloudFormation property.

    Parameters:

    • value

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



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

property :device, 'Device'

#volume_idObject #volume_id(value) ⇒ Object

Overloads:

  • #volume_idObject

    Returns the value of the 'VolumeId' CloudFormation property.

  • #volume_id(value) ⇒ Object

    Sets the 'VolumeId' CloudFormation property.

    Parameters:

    • value

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



11
# File 'lib/convection/model/template/resource_property/aws_ec2_mount_point.rb', line 11

property :volume_id, 'VolumeId'