Module: Jets::Cfn
- Included in:
- Jets::Core::Config::Bootstrap
- Defined in:
- lib/jets/cfn/base.rb,
lib/jets/cfn/stack.rb,
lib/jets/cfn/delete.rb,
lib/jets/cfn/deploy.rb,
lib/jets/cfn/status.rb,
lib/jets/cfn/resource.rb,
lib/jets/cfn/rollback.rb,
lib/jets/cfn/teardown.rb,
lib/jets/cfn/bootstrap.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 logic which handles things like camelizing and replacements.
Defined Under Namespace
Modules: Builder, Iam Classes: Base, Bootstrap, Delete, Deploy, Resource, Rollback, Stack, Status, Teardown