Class: Convection::Model::Template::Resource::EC2SecurityGroupIngres
- Inherits:
-
Convection::Model::Template::Resource
- Object
- Convection::Model::Template::Resource
- Convection::Model::Template::Resource::EC2SecurityGroupIngres
- 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
- #address(value) ⇒ Object
- #from(value) ⇒ Object
- #parent(value) ⇒ Object
- #source_group(value) ⇒ Object
- #source_owner(value) ⇒ Object
- #to(value) ⇒ Object
Methods included from Mixin::Protocol
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
Methods included from DSL::Template::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
#address ⇒ Object #address(value) ⇒ Object
14 |
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 14 property :address, 'CidrIp' |
#from ⇒ Object #from(value) ⇒ Object
16 |
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 16 property :from, 'FromPort' |
#parent ⇒ Object #parent(value) ⇒ Object
15 |
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 15 property :parent, 'GroupId' |
#source_group ⇒ Object #source_group(value) ⇒ Object
19 |
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 19 property :source_group, 'SourceSecurityGroupId' |
#source_owner ⇒ Object #source_owner(value) ⇒ Object
20 |
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 20 property :source_owner, 'SourceSecurityGroupOwnerId' |
#to ⇒ Object #to(value) ⇒ Object
17 |
# File 'lib/convection/model/template/resource/aws_ec2_security_group_ingres.rb', line 17 property :to, 'ToPort' |