Class: Convection::Model::Template::Resource::EC2SecurityGroupIngres

Inherits:
Convection::Model::Template::Resource show all
Extended by:
Mixin::Protocol
Defined in:
lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb

Overview

AWS::EC2::SecurityGroup

Instance Attribute Summary

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

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

Instance Method Summary collapse

Methods included from Mixin::Protocol

lookup, protocol_property

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

attach_resource

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::Resource

Instance Method Details

#addressObject #address(value) ⇒ Object

Overloads:

  • #addressObject

    Returns the value of the 'CidrIp' CloudFormation property.

  • #address(value) ⇒ Object

    Sets the 'CidrIp' CloudFormation property.

    Parameters:

    • value

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



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

property :address, 'CidrIp'

#fromObject #from(value) ⇒ Object

Overloads:

  • #fromObject

    Returns the value of the 'FromPort' CloudFormation property.

  • #from(value) ⇒ Object

    Sets the 'FromPort' CloudFormation property.

    Parameters:

    • value

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



16
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 16

property :from, 'FromPort'

#parentObject #parent(value) ⇒ Object

Overloads:

  • #parentObject

    Returns the value of the 'GroupId' CloudFormation property.

  • #parent(value) ⇒ Object

    Sets the 'GroupId' CloudFormation property.

    Parameters:

    • value

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



15
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 15

property :parent, 'GroupId'

#source_groupObject #source_group(value) ⇒ Object

Overloads:

  • #source_groupObject

    Returns the value of the 'SourceSecurityGroupId' CloudFormation property.

  • #source_group(value) ⇒ Object

    Sets the 'SourceSecurityGroupId' CloudFormation property.

    Parameters:

    • value

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



19
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 19

property :source_group, 'SourceSecurityGroupId'

#source_ownerObject #source_owner(value) ⇒ Object

Overloads:

  • #source_ownerObject

    Returns the value of the 'SourceSecurityGroupOwnerId' CloudFormation property.

  • #source_owner(value) ⇒ Object

    Sets the 'SourceSecurityGroupOwnerId' CloudFormation property.

    Parameters:

    • value

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



20
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 20

property :source_owner, 'SourceSecurityGroupOwnerId'

#toObject #to(value) ⇒ Object

Overloads:

  • #toObject

    Returns the value of the 'ToPort' CloudFormation property.

  • #to(value) ⇒ Object

    Sets the 'ToPort' CloudFormation property.

    Parameters:

    • value

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



17
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 17

property :to, 'ToPort'