Skip to main content
Version: 7 - Gugelhupf

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

acquire

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_modified_by

get_logs

get_tags

is_locked

list_append

load

release

remove_tag

restore

save

set