Sha256: 6e78d346e255b8803494f3f337fa52dc026db63d74936070472bc37df3905ff4

Contents?: true

Size: 492 Bytes

Versions: 72

Compression:

Stored size: 492 Bytes

Contents

require_relative '../resource'

module Convection
  module Model
    class Template
      class Resource
        ##
        # AWS::EC2::VPNGateway
        ##
        class EC2VPNGateway < Resource
          include Model::Mixin::Taggable

          type 'AWS::EC2::VPNGateway'
          property :connection_type, 'Type'

          def render(*args)
            super.tap do |resource|
              render_tags(resource)
            end
          end
        end
      end
    end
  end
end

Version data entries

72 entries across 72 versions & 1 rubygems

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