stacker.blueprints.variables package

Submodules

stacker.blueprints.variables.types module

class stacker.blueprints.variables.types.CFNType(parameter_type)[source]

Bases: future.types.newobject.newobject

class stacker.blueprints.variables.types.TroposphereType(defined_type, many=False, optional=False, validate=True)[source]

Bases: future.types.newobject.newobject

create(value)[source]

Create the troposphere type from the value.

Parameters:value (Union[dict, list]) – A dictionary or list of dictionaries (see class documentation for details) to use as parameters to create the Troposphere type instance. Each dictionary will be passed to the from_dict method of the type.
Returns:
Returns the value converted to the troposphere
type
Return type:Union[list, type]
resource_name

Module contents