Skip to main content
Version: 8 - Apfelstrudel

Plugin

class flow_api.plugin.Plugin(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Plugin class represents a plugin in Cloudomation.

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

See the corresponding Resources class at Plugin

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = plugin

Methods

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

remove_tag

restore

save