runway.cfngin.providers.base module¶
Provider base class.
-
runway.cfngin.providers.base.
not_implemented
(method)[source]¶ Wrap NotImplimentedError with a formatted message.
-
class
runway.cfngin.providers.base.
BaseProviderBuilder
[source]¶ Bases:
object
ProviderBuilder base class.
-
class
runway.cfngin.providers.base.
Template
(url=None, body=None)[source]¶ Bases:
object
CloudFormation stack template, which could be optionally uploaded to s3.
Presence of the url attribute indicates that the template was uploaded to S3, and the uploaded template should be used for
CreateStack
/UpdateStack
calls.Instantiate class.