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.2.12 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.11 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.10 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.9 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.8 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.7 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.6 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.5 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.4 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.3 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.2 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.1 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.2.0 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.1.2 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.1.1 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.1.0 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-2.0.0 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-1.1.7 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-1.1.5 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb
convection-1.1.4 lib/convection/model/template/resource/aws_ec2_vpn_gateway.rb