Skip to main content
Version: 6 - Palatschinke

Project

class flow_api.project.Project(select=None, init=None, by=name, **kwargs)

Base class: Resource

The Project class represents a Project in Cloudomation.

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

See the corresponding Resources class at Project

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = project

Methods