SyncConfig
class flow_api.sync_config.SyncConfig
(select=None, init=None, by=name, **kwargs
)
Base class: Identity
The SyncConfig class represents the configuration for synchronizing workspaces in Cloudomation.
A sync_config can be created with
system.sync_config('sync_configname').save()
inside the
handler
function of a flow script using the system
reference.
See the corresponding Resources class at SyncConfig
Parameters
Name | Type | Description |
---|---|---|
**kwargs | ||
by | ||
init | ||
select |
Constants
RESOURCE = sync_configMethods
add_role (role, propagate=True)
add_tag (tag)
archive ()
clone (update=None, **kwargs)
delete (permanently=False)
exists ()
export ()
get (*fields, default=None)
get_dict (*fields, default=None)
get_identity_created_by ()
get_identity_modified_by ()
get_roles (limit=1000, offset=0, order=None)
get_tags (limit=1000, offset=0, order=None)
load (*fields)
remove_role (role)
remove_tag (tag)
restore ()
roles (*args, **kwargs)
save (update=None, **kwargs)
set (key, value)