troposphere.helpers package
Submodules
troposphere.helpers.userdata module
- troposphere.helpers.userdata.from_file(filepath, delimiter='', blanklines=False)[source]
Imports userdata from a file.
:param filepath The absolute path to the file.
- Param:
delimiter Delimiter to use with the troposphere.Join().
:param blanklines If blank lines should be ignored
rtype: troposphere.Base64 :return The base64 representation of the file.