Bases: StackResource
A resource implemented by a nested stack.
This implementation passes resource properties as parameters to the nested stack. Outputs of the nested stack are exposed as attributes of this resource.
Override method of child_params for the resource.
parameter values for our nested stack based on our properties
Default implementation to get the child template.
Resources that inherit from StackResource should override this method with specific details about the template used by them.
Default implementation for function get_attr and Fn::GetAtt.
This may be overridden by resource plugins to add extra logic specific to the resource implementation.
Default implementation for function get_resource.
This may be overridden by resource plugins to add extra logic specific to the resource implementation.
Default implementation; should be overridden by resources.
Should be overridden by resources that would require schema refresh during update, ex. TemplateResource.
Resource Definition
Template url for the stack resource.
When stack resource is a TemplateResource, it’s the template location. For group resources like ResourceGroup where the template is constructed dynamically, it’s just a placeholder.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.