runway.cfngin.actions.info module
CFNgin info action.
- class runway.cfngin.actions.info.Action[source]
Bases:
runway.cfngin.actions.base.BaseAction
Get information on CloudFormation stacks.
Displays the outputs for the set of CloudFormation stacks.
- __init__(context: CfnginContext, provider_builder: Optional[ProviderBuilder] = None, cancel: Optional[threading.Event] = None)
Instantiate class.
- Parameters
context – The context for the current run.
provider_builder – An object that will build a provider that will be interacted with in order to perform the necessary actions.
cancel – Cancel handler.
- __new__(**kwargs)
- post_run(*, dump: Union[bool, str] = False, outline: bool = False, **_BaseAction__kwargs: Any) None
Perform steps after running the action.
- pre_run(*, dump: Union[bool, str] = False, outline: bool = False, **_BaseAction__kwargs: Any) None
Perform steps before running the action.
- property provider: Provider
Return a generic provider using the default region.
Used for running things like hooks.