Sha256: 6b5bc99ec5cf9141881dde2b02d0dc9f9871cb789d0b2dbedefb7b354eeec94e

Contents?: true

Size: 335 Bytes

Versions: 6

Compression:

Stored size: 335 Bytes

Contents

# frozen_string_literal: true

require 'cfndsl/orchestration_template'

module CfnDsl
  # Cloud Formation Templates
  class CloudFormationTemplate < OrchestrationTemplate
    def self.template_types
      CfnDsl::AWS::Types::Types_Internal
    end

    def self.type_module
      CfnDsl::AWS::Types
    end

    create_types
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cfndsl-0.17.5 lib/cfndsl/aws/cloud_formation_template.rb
cfndsl-0.17.4 lib/cfndsl/aws/cloud_formation_template.rb
cfndsl-0.17.3 lib/cfndsl/aws/cloud_formation_template.rb
cfndsl-0.17.2 lib/cfndsl/aws/cloud_formation_template.rb
cfndsl-0.17.1 lib/cfndsl/aws/cloud_formation_template.rb
cfndsl-0.17.0 lib/cfndsl/aws/cloud_formation_template.rb