Class: Convection::Model::Template::Resource::EC2NetworkACLEntry
- Inherits:
-
Convection::Model::Template::Resource
- Object
- Convection::Model::Template::Resource
- Convection::Model::Template::Resource::EC2NetworkACLEntry
- Extended by:
- Mixin::CIDRBlock, Mixin::Protocol
- Defined in:
- lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
Overview
AWS::EC2::NetworkACL
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::Resource
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary collapse
- #acl(value) ⇒ Object
- #action(value) ⇒ Object
- #egress(value) ⇒ Object
- #icmp(value) ⇒ Object
- #number(value) ⇒ Object
- #range(value) ⇒ Object
Methods included from Mixin::Protocol
Methods included from Mixin::CIDRBlock
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
#acl ⇒ Object #acl(value) ⇒ Object
15 |
# File 'lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb', line 15 property :acl, 'NetworkAclId' |
#action ⇒ Object #action(value) ⇒ Object
16 |
# File 'lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb', line 16 property :action, 'RuleAction' |
#egress ⇒ Object #egress(value) ⇒ Object
18 |
# File 'lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb', line 18 property :egress, 'Egress' |
#icmp ⇒ Object #icmp(value) ⇒ Object
19 |
# File 'lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb', line 19 property :icmp, 'Icmp' |
#number ⇒ Object #number(value) ⇒ Object
17 |
# File 'lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb', line 17 property :number, 'RuleNumber' |
#range ⇒ Object #range(value) ⇒ Object
20 |
# File 'lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb', line 20 property :range, 'PortRange' |