Bases: object
An Attribute schema.
Output entry for a provider template with the given resource name.
Parameters: |
|
---|---|
Returns: | This attribute as a template ‘Output’ entry for cfn template and ‘output’ entry for hot template |
Bases: _abcoll.Mapping
Models a collection of Resource Attributes.
Dict of Output entries for a provider template with resource name.
Parameters: |
|
---|---|
Returns: | The attributes of the specified resource_class as a template Output map |
Bases: heat.engine.attributes.Attributes
The collection of attributes for resources without static attr scheme.
The class defines collection of attributes for such entities as Resource Group, Software Deployment and so on that doesn’t have static attribute scheme. The attribute scheme for such kind of resources can contain attribute from attribute scheme (like other resources) and dynamic attributes (nested stack attrs or API response attrs).
Bases: heat.engine.constraints.Schema
Simple schema class for attributes.
Schema objects are serializable to dictionaries following a superset of the HOT input Parameter schema using dict().