Skip to main content
Version: 8 - Apfelstrudel

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
bystr
inittyping.Union[ dict, NoneType ]
selecttyping.Union[ str, NoneType ]

Constants

RESOURCE = setting

Methods

acquire

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_deleted_by

get_identity_modified_by

get_logs

get_tags

is_locked

list_append

lock

release

remove_tag

restore

save