runway.cfngin.providers.base module
Provider base class.
- runway.cfngin.providers.base.not_implemented(method: str) None [source]
Wrap NotImplimentedError with a formatted message.
- class runway.cfngin.providers.base.BaseProviderBuilder[source]
Bases:
object
ProviderBuilder base class.
- __init__()
- __new__(**kwargs)
- class runway.cfngin.providers.base.BaseProvider[source]
Bases:
object
Provider base class.
- __init__()
- __new__(**kwargs)
- class runway.cfngin.providers.base.Template[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.- __new__(**kwargs)