Skip to main content
Version: 6 - Palatschinke

Connector

class flow_api.connector.Connector(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Connector class represents a remote system that is configured for automation by Cloudomation. Different connector types are predefined.

A connector can be created with system.connector('connectorname').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Connector

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = connector

Methods