Sha256: 27cc6fdf393ced8709bbe0bb1781133707186e755d708c98756daabc96f7e954

Contents?: true

Size: 680 Bytes

Versions: 100

Compression:

Stored size: 680 Bytes

Contents

require_relative '../resource'

module Convection
  module Model
    class Template
      class Resource
        ##
        # AWS::EC2::NetworkACL
        ##
        class EC2NetworkACLEntry < Resource
          extend Mixin::CIDRBlock
          extend Mixin::Protocol

          type 'AWS::EC2::NetworkAclEntry'
          property :acl, 'NetworkAclId'
          property :action, 'RuleAction'
          property :number, 'RuleNumber'
          property :egress, 'Egress'
          property :icmp, 'Icmp'
          property :range, 'PortRange'
          cidr_property :network, 'CidrBlock'
          protocol_property :protocol, 'Protocol'
        end
      end
    end
  end
end

Version data entries

100 entries across 100 versions & 1 rubygems

Version Path
convection-2.3.1 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.3.0 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.29 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.28.pre.beta.2 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.28.pre.beta.1 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.27 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.26 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.25 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.24 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.23 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.22 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.21 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.20 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.19 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.18 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.17 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.16 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.15 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.14 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb
convection-2.2.13 lib/convection/model/template/resource/aws_ec2_network_acl_entry.rb