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
Name | Type | Description |
---|---|---|
**kwargs | ||
by | str | |
init | typing.Union[ dict, NoneType ] | |
select | typing.Union[ str, NoneType ] |
Constants
RESOURCE = settingMethods
acquire
details
add_tag
details
archive
details
clone
details
delete
details
exists
details
export
details
get
details
get_dict
details
get_identity_created_by
details
get_identity_deleted_by
details
get_identity_modified_by
details
get_logs
details
get_tags
details
is_locked
details
list_append
details
lock
details
release
details
remove_tag
details
restore
details
save
details