Class: Convection::Model::Template::Resource::EFSMountTarget

Inherits:
Convection::Model::Template::Resource show all
Defined in:
lib/convection/model/template/resource/aws_efs_mount_target.rb

Overview

Represents an Amazon EFS Mount Target

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::Resource

#exist, #name, #parent, #properties, #resource_attributes, #template

Instance Method Summary collapse

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

#condition, #render_condition

Methods included from DSL::Template::Resource

#_terraform_module_dir_to_flag, #_terraform_module_flag_to_dir, attach_resource, attach_resource_collection, resource_collection_dsl_methods, resource_dsl_methods

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_import_value, #fn_not, #fn_or, #fn_ref, #fn_sub, #get_att, #get_azs, included, #join, mixers, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::Resource

Instance Method Details

#file_system_idObject #file_system_id(value) ⇒ Object

Overloads:

  • #file_system_idObject

    Returns the value of the ‘FileSystemId’ CloudFormation property.

  • #file_system_id(value) ⇒ Object

    Sets the ‘FileSystemId’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘FileSystemId’ CloudFormation property to.



11
# File 'lib/convection/model/template/resource/aws_efs_mount_target.rb', line 11

property :file_system_id, 'FileSystemId'

#ip_addressObject #ip_address(value) ⇒ Object

Overloads:

  • #ip_addressObject

    Returns the value of the ‘IpAddress’ CloudFormation property.

  • #ip_address(value) ⇒ Object

    Sets the ‘IpAddress’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘IpAddress’ CloudFormation property to.



12
# File 'lib/convection/model/template/resource/aws_efs_mount_target.rb', line 12

property :ip_address, 'IpAddress'

#security_groupsObject #security_groups(value) ⇒ Object

Overloads:

  • #security_groupsObject

    Returns the value of the ‘SecurityGroups’ CloudFormation property.

  • #security_groups(value) ⇒ Object

    Sets the ‘SecurityGroups’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘SecurityGroups’ CloudFormation property to.



13
# File 'lib/convection/model/template/resource/aws_efs_mount_target.rb', line 13

property :security_groups, 'SecurityGroups', :type => :list

#subnet_idObject #subnet_id(value) ⇒ Object

Overloads:

  • #subnet_idObject

    Returns the value of the ‘SubnetId’ CloudFormation property.

  • #subnet_id(value) ⇒ Object

    Sets the ‘SubnetId’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘SubnetId’ CloudFormation property to.



14
# File 'lib/convection/model/template/resource/aws_efs_mount_target.rb', line 14

property :subnet_id, 'SubnetId'