Skip to main content
Version: 6 - Palatschinke

Setting

class flow_api.setting.Setting(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Setting class represents a Setting stored in Cloudomation. Other than default interactions are defined for settings.

A setting can be created with system.setting('settingname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Setting

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = setting

Methods