Module: Jets::Cfn

Defined in:
lib/jets/cfn/base.rb,
lib/jets/cfn/ship.rb,
lib/jets/cfn/status.rb,
lib/jets/cfn/upload.rb,
lib/jets/cfn/builder.rb,
lib/jets/cfn/download.rb,
lib/jets/cfn/resource.rb,
lib/jets/cfn/template.rb,
lib/jets/cfn/deployment.rb

Overview

Classes that inherit from this method should NOT define and override:

logical_id
type
properties
attributes

These are computed methods that derive their values from the resource definition itself. Overriding these methods will remove the computed logical which handles things like camelizing and replacements.

Defined Under Namespace

Modules: Params Classes: Base, Builder, Deployment, Download, Resource, Ship, Status, Template, Upload