Skip to main content
Version: 6 - Palatschinke

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

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = sync_config

Methods