Class: Convection::Model::Template::ResourceProperty::LambdaVpcConfig

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

#security_groupsObject #security_groups(value) ⇒ Object

Overloads:

  • #security_groupsObject

    Returns the value of the 'SecurityGroupIds' CloudFormation property.

  • #security_groups(value) ⇒ Object

    Sets the 'SecurityGroupIds' CloudFormation property.

    Parameters:

    • value

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



9
# File 'lib/convection/model/template/resource_property/aws_lambda_vpc_config.rb', line 9

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

#subnetsObject #subnets(value) ⇒ Object

Overloads:

  • #subnetsObject

    Returns the value of the 'SubnetIds' CloudFormation property.

  • #subnets(value) ⇒ Object

    Sets the 'SubnetIds' CloudFormation property.

    Parameters:

    • value

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



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

property :subnets, 'SubnetIds', :type => :list